electric.jaxrpc
Class ServiceImpl
java.lang.Object
electric.jaxrpc.ServiceImpl
- All Implemented Interfaces:
- javax.xml.rpc.Service
- public final class ServiceImpl
- extends java.lang.Object
- implements javax.xml.rpc.Service
ServiceImpl.
- Author:
- webMethods
Constructor Summary |
ServiceImpl(javax.xml.namespace.QName serviceName)
|
ServiceImpl(java.net.URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName)
|
Method Summary |
javax.xml.rpc.Call |
createCall()
|
javax.xml.rpc.Call |
createCall(javax.xml.namespace.QName portName)
|
javax.xml.rpc.Call |
createCall(javax.xml.namespace.QName portName,
javax.xml.namespace.QName operationName)
|
javax.xml.rpc.Call |
createCall(javax.xml.namespace.QName portName,
java.lang.String operationName)
|
javax.xml.rpc.Call[] |
getCalls(javax.xml.namespace.QName portName)
|
javax.xml.rpc.handler.HandlerRegistry |
getHandlerRegistry()
|
java.rmi.Remote |
getPort(java.lang.Class serviceEndpointInterface)
|
java.rmi.Remote |
getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
|
java.util.Iterator |
getPorts()
|
javax.xml.namespace.QName |
getServiceName()
|
javax.xml.rpc.encoding.TypeMappingRegistry |
getTypeMappingRegistry()
|
java.net.URL |
getWSDLDocumentLocation()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceImpl
public ServiceImpl(javax.xml.namespace.QName serviceName)
throws javax.xml.rpc.ServiceException
- Parameters:
serviceName
-
- Throws:
javax.xml.rpc.ServiceException
ServiceImpl
public ServiceImpl(java.net.URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName)
throws javax.xml.rpc.ServiceException
- Parameters:
wsdlDocumentLocation
- serviceName
-
- Throws:
javax.xml.rpc.ServiceException
getServiceName
public javax.xml.namespace.QName getServiceName()
- Specified by:
getServiceName
in interface javax.xml.rpc.Service
getWSDLDocumentLocation
public java.net.URL getWSDLDocumentLocation()
- Specified by:
getWSDLDocumentLocation
in interface javax.xml.rpc.Service
getPort
public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- Specified by:
getPort
in interface javax.xml.rpc.Service
- Parameters:
serviceEndpointInterface
-
- Throws:
javax.xml.rpc.ServiceException
getPort
public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- Specified by:
getPort
in interface javax.xml.rpc.Service
- Parameters:
portName
- serviceEndpointInterface
-
- Throws:
javax.xml.rpc.ServiceException
getPorts
public java.util.Iterator getPorts()
throws javax.xml.rpc.ServiceException
- Specified by:
getPorts
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
createCall
public javax.xml.rpc.Call createCall(javax.xml.namespace.QName portName)
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Parameters:
portName
-
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall(javax.xml.namespace.QName portName,
javax.xml.namespace.QName operationName)
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Parameters:
portName
- operationName
-
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall(javax.xml.namespace.QName portName,
java.lang.String operationName)
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Parameters:
portName
- operationName
-
- 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
- Parameters:
portName
-
- Throws:
javax.xml.rpc.ServiceException
getHandlerRegistry
public javax.xml.rpc.handler.HandlerRegistry getHandlerRegistry()
- Specified by:
getHandlerRegistry
in interface javax.xml.rpc.Service
getTypeMappingRegistry
public javax.xml.rpc.encoding.TypeMappingRegistry getTypeMappingRegistry()
- Specified by:
getTypeMappingRegistry
in interface javax.xml.rpc.Service
copyright© 2001-2004 by webMethods All Rights Reserved.