org.apache.geronimo.axis.client
Class ServiceImpl
java.lang.Object
org.apache.geronimo.axis.client.ServiceImpl
- All Implemented Interfaces:
- Serializable, javax.xml.rpc.Service
- public class ServiceImpl
- extends Object
- implements javax.xml.rpc.Service, Serializable
- Version:
- $Revision: 392392 $ $Date: 2006-04-07 22:53:55 +0200 (Fri, 07 Apr 2006) $
- See Also:
- Serialized Form
Constructor Summary |
ServiceImpl(Map portToImplementationMap,
Map seiClassNameToFactoryMap)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceImpl
public ServiceImpl(Map portToImplementationMap,
Map seiClassNameToFactoryMap)
getPort
public Remote getPort(javax.xml.namespace.QName qName,
Class portClass)
throws javax.xml.rpc.ServiceException
- Specified by:
getPort
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getPort
public Remote getPort(Class portClass)
throws javax.xml.rpc.ServiceException
- Specified by:
getPort
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getCalls
public javax.xml.rpc.Call[] getCalls(javax.xml.namespace.QName portName)
throws javax.xml.rpc.ServiceException
- Specified by:
getCalls
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall(javax.xml.namespace.QName qName)
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall(javax.xml.namespace.QName qName,
javax.xml.namespace.QName qName1)
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall(javax.xml.namespace.QName qName,
String s)
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall()
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getServiceName
public javax.xml.namespace.QName getServiceName()
- Specified by:
getServiceName
in interface javax.xml.rpc.Service
getPorts
public Iterator getPorts()
throws javax.xml.rpc.ServiceException
- Specified by:
getPorts
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getWSDLDocumentLocation
public URL getWSDLDocumentLocation()
- Specified by:
getWSDLDocumentLocation
in interface javax.xml.rpc.Service
getTypeMappingRegistry
public javax.xml.rpc.encoding.TypeMappingRegistry getTypeMappingRegistry()
- Specified by:
getTypeMappingRegistry
in interface javax.xml.rpc.Service
getHandlerRegistry
public javax.xml.rpc.handler.HandlerRegistry getHandlerRegistry()
- Specified by:
getHandlerRegistry
in interface javax.xml.rpc.Service
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.