public class ConfiguredService extends BasicService
BasicService.HandlerRegistryImpl| Modifier and Type | Field and Description |
|---|---|
protected ServiceInfo |
configuration |
protected DynamicProxyBuilder |
dynamicProxyBuilder |
protected URL |
wsdlDocumentLocation |
DEFAULT_OPERATION_STYLE, internalTypeRegistry, name, ports, typeRegistryDONT_ENCODE_TYPE, DONT_SERIALIZE_AS_REF, ENCODE_TYPE, NOT_NULLABLE, NOT_REFERENCEABLE, NULLABLE, REFERENCEABLE, REFERENCED_INSTANCE, SERIALIZE_AS_REF, UNREFERENCED_INSTANCE| Constructor and Description |
|---|
ConfiguredService(QName name,
URL wsdlLocation) |
ConfiguredService(QName name,
URL wsdlLocation,
SOAPVersion ver) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.rpc.Call |
createCall(QName portName,
QName operationName) |
javax.xml.rpc.Call |
createCall(QName portName,
String operationName) |
protected DynamicProxyBuilder |
createDynamicProxyBuilder() |
javax.xml.rpc.Call[] |
getCalls(QName portName) |
Remote |
getPort(Class portInterface) |
Remote |
getPort(QName portName,
Class portInterface) |
protected PortInfo |
getPortInfo(QName portName) |
protected QName |
getPortNameForInterface(Class portInterface) |
Iterator |
getPorts() |
javax.xml.rpc.ServiceException |
getServiceException() |
URL |
getWSDLDocumentLocation() |
protected ServiceExceptionImpl |
portNotFoundException(QName portName) |
addPort, addPorts, createCall, createCall, createLiteralMappings, createSoapMappings, createSoapMappings, createStandardTypeMappingRegistry, getHandlerRegistry, getPortsAsArray, getReference, getServiceName, getTypeMappingRegistry, init, init, noWsdlExceptionprotected URL wsdlDocumentLocation
protected ServiceInfo configuration
protected DynamicProxyBuilder dynamicProxyBuilder
public ConfiguredService(QName name, URL wsdlLocation, SOAPVersion ver)
public javax.xml.rpc.ServiceException getServiceException()
protected DynamicProxyBuilder createDynamicProxyBuilder()
public URL getWSDLDocumentLocation()
getWSDLDocumentLocation in interface javax.xml.rpc.ServicegetWSDLDocumentLocation in class BasicServicepublic javax.xml.rpc.Call[] getCalls(QName portName) throws javax.xml.rpc.ServiceException
getCalls in interface javax.xml.rpc.ServicegetCalls in class BasicServicejavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Call createCall(QName portName, String operationName) throws javax.xml.rpc.ServiceException
createCall in interface javax.xml.rpc.ServicecreateCall in class BasicServicejavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Call createCall(QName portName, QName operationName) throws javax.xml.rpc.ServiceException
createCall in interface javax.xml.rpc.ServicecreateCall in class BasicServicejavax.xml.rpc.ServiceExceptionprotected PortInfo getPortInfo(QName portName) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceExceptionprotected ServiceExceptionImpl portNotFoundException(QName portName)
public Iterator getPorts()
getPorts in interface javax.xml.rpc.ServicegetPorts in class BasicServicepublic Remote getPort(Class portInterface) throws javax.xml.rpc.ServiceException
getPort in interface javax.xml.rpc.ServicegetPort in class BasicServicejavax.xml.rpc.ServiceExceptionpublic Remote getPort(QName portName, Class portInterface) throws javax.xml.rpc.ServiceException
getPort in interface javax.xml.rpc.ServicegetPort in class BasicServicejavax.xml.rpc.ServiceExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.