|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Service class acts as a factory for:
| Method Summary | |
Call (src) |
createCall()
Creates a Call object not associated with specific operation or target service endpoint. |
Call (src) |
createCall(QName (src) portName)
Creates a Call instance. |
Call (src) |
createCall(QName (src) portName,
QName (src) operationName)
Creates a Call instance. |
Call (src) |
createCall(QName (src) portName,
java.lang.String operationName)
Creates a Call instance. |
Call (src) [] |
getCalls(QName (src) portName)
Gets an array of preconfigured Call objects for invoking operations on the specified port. |
HandlerRegistry (src) |
getHandlerRegistry()
Returns the configured HandlerRegistry instance for this Service instance. |
java.rmi.Remote |
getPort(java.lang.Class seiClass)
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy. |
java.rmi.Remote |
getPort(QName (src) portName,
java.lang.Class seiClass)
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy. |
java.util.Iterator |
getPorts()
Returns an Iterator for the list of QNames of service endpoints grouped by this service |
QName (src) |
getServiceName()
Gets the name of this service. |
TypeMappingRegistry (src) |
getTypeMappingRegistry()
Gets the TypeMappingRegistry for this Service object. |
java.net.URL |
getWSDLDocumentLocation()
Gets the location of the WSDL document for this Service. |
| Method Detail |
public java.net.URL getWSDLDocumentLocation()
public java.util.Iterator getPorts()
throws ServiceException (src)
ServiceException (src) - If this Service class does not have access to the required WSDL metadatapublic QName (src) getServiceName()
public Call (src) createCall()
throws ServiceException (src)
ServiceException (src) - If any error in the creation of the Call objectpublic TypeMappingRegistry (src) getTypeMappingRegistry()
java.lang.UnsupportedOperationException - if the Service class does not support the configuration of TypeMappingRegistry.public HandlerRegistry (src) getHandlerRegistry()
java.lang.UnsupportedOperationException - if the Service class does not support the configuration of a HandlerRegistry
public java.rmi.Remote getPort(java.lang.Class seiClass)
throws ServiceException (src)
ServiceException (src)
public Call (src) createCall(QName (src) portName)
throws ServiceException (src)
portName - Qualified name for the target service endpoint
ServiceException (src) - If any error in the creation of the Call object
public Call (src) [] getCalls(QName (src) portName)
throws ServiceException (src)
portName - Qualified name for the target service endpoint
ServiceException (src) - If this Service class does not have access to the required WSDL metadata or if an illegal portName is specified.
public java.rmi.Remote getPort(QName (src) portName,
java.lang.Class seiClass)
throws ServiceException (src)
portName - Qualified name of the service endpoint in the WSDL service descrseiClass - Service endpoint interface supported by the dynamic proxy or stub instance
ServiceException (src) - This exception is thrown in the following cases:
public Call (src) createCall(QName (src) portName,
java.lang.String operationName)
throws ServiceException (src)
portName - Qualified name for the target service endpointoperationName - Name of the operation for which this Call object is to be created.
ServiceException (src) - If any error in the creation of the Call object
public Call (src) createCall(QName (src) portName,
QName (src) operationName)
throws ServiceException (src)
portName - Qualified name for the target service endpointoperationName - Qualified name of the operation for which this Call object is to be created.
ServiceException (src) - If any error in the creation of the Call object
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||