Package com.sun.xml.rpc.client.dii
Class ConfiguredService
java.lang.Object
com.sun.xml.rpc.client.BasicService
com.sun.xml.rpc.client.dii.ConfiguredService
- All Implemented Interfaces:
SerializerConstants,Referenceable,javax.xml.rpc.Service
- Author:
- JAX-RPC Development Team
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.xml.rpc.client.BasicService
BasicService.HandlerRegistryImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ServiceInfoprotected DynamicProxyBuilderprotected URLFields inherited from class com.sun.xml.rpc.client.BasicService
DEFAULT_OPERATION_STYLE, internalTypeRegistry, name, ports, typeRegistryFields inherited from interface com.sun.xml.rpc.encoding.SerializerConstants
DONT_ENCODE_TYPE, DONT_SERIALIZE_AS_REF, ENCODE_TYPE, NOT_NULLABLE, NOT_REFERENCEABLE, NULLABLE, REFERENCEABLE, REFERENCED_INSTANCE, SERIALIZE_AS_REF, UNREFERENCED_INSTANCE -
Constructor Summary
ConstructorsConstructorDescriptionConfiguredService(QName name, URL wsdlLocation) ConfiguredService(QName name, URL wsdlLocation, SOAPVersion ver) -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.rpc.CallcreateCall(QName portName, String operationName) javax.xml.rpc.CallcreateCall(QName portName, QName operationName) protected DynamicProxyBuilderjavax.xml.rpc.Call[]protected PortInfogetPortInfo(QName portName) protected QNamegetPortNameForInterface(Class portInterface) getPorts()javax.xml.rpc.ServiceExceptionprotected ServiceExceptionImplportNotFoundException(QName portName) Methods inherited from class com.sun.xml.rpc.client.BasicService
addPort, addPorts, createCall, createCall, createLiteralMappings, createSoapMappings, createSoapMappings, createStandardTypeMappingRegistry, getHandlerRegistry, getPortsAsArray, getReference, getServiceName, getTypeMappingRegistry, init, init, noWsdlException
-
Field Details
-
wsdlDocumentLocation
-
configuration
-
dynamicProxyBuilder
-
-
Constructor Details
-
ConfiguredService
-
ConfiguredService
-
-
Method Details
-
getServiceException
public javax.xml.rpc.ServiceException getServiceException() -
createDynamicProxyBuilder
-
getWSDLDocumentLocation
- Specified by:
getWSDLDocumentLocationin interfacejavax.xml.rpc.Service- Overrides:
getWSDLDocumentLocationin classBasicService
-
getCalls
- Specified by:
getCallsin interfacejavax.xml.rpc.Service- Overrides:
getCallsin classBasicService- Throws:
javax.xml.rpc.ServiceException
-
createCall
public javax.xml.rpc.Call createCall(QName portName, String operationName) throws javax.xml.rpc.ServiceException - Specified by:
createCallin interfacejavax.xml.rpc.Service- Overrides:
createCallin classBasicService- Throws:
javax.xml.rpc.ServiceException
-
createCall
public javax.xml.rpc.Call createCall(QName portName, QName operationName) throws javax.xml.rpc.ServiceException - Specified by:
createCallin interfacejavax.xml.rpc.Service- Overrides:
createCallin classBasicService- Throws:
javax.xml.rpc.ServiceException
-
getPortInfo
- Throws:
javax.xml.rpc.ServiceException
-
portNotFoundException
-
getPorts
- Specified by:
getPortsin interfacejavax.xml.rpc.Service- Overrides:
getPortsin classBasicService
-
getPort
- Specified by:
getPortin interfacejavax.xml.rpc.Service- Overrides:
getPortin classBasicService- Throws:
javax.xml.rpc.ServiceException
-
getPortNameForInterface
-
getPort
- Specified by:
getPortin interfacejavax.xml.rpc.Service- Overrides:
getPortin classBasicService- Throws:
javax.xml.rpc.ServiceException
-