@WebServiceClient(name="RegistrationService_V11", targetNamespace="http://docs.oasis-open.org/ws-tx/wscoor/2006/06", wsdlLocation="file:wsdls/wsc11/wstx-wscoor-1.1-wsdl-200702.wsdl") public class RegistrationServiceV11 extends Service
Service.Mode| Constructor and Description |
|---|
RegistrationServiceV11() |
RegistrationServiceV11(URL wsdlLocation,
QName serviceName) |
| Modifier and Type | Method and Description |
|---|---|
RegistrationCoordinatorPortType |
getRegistrationCoordinatorPort() |
RegistrationCoordinatorPortType |
getRegistrationCoordinatorPort(WebServiceFeature... features) |
RegistrationPortType |
getRegistrationPort() |
RegistrationPortType |
getRegistrationPort(WebServiceFeature... features) |
RegistrationRequesterPortType |
getRegistrationRequesterPort() |
RegistrationRequesterPortType |
getRegistrationRequesterPort(WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver@WebEndpoint(name="RegistrationPort") public RegistrationPortType getRegistrationPort()
@WebEndpoint(name="RegistrationPort") public RegistrationPortType getRegistrationPort(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.@WebEndpoint(name="RegistrationCoordinatorPort") public RegistrationCoordinatorPortType getRegistrationCoordinatorPort()
@WebEndpoint(name="RegistrationCoordinatorPort") public RegistrationCoordinatorPortType getRegistrationCoordinatorPort(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.@WebEndpoint(name="RegistrationRequesterPort") public RegistrationRequesterPortType getRegistrationRequesterPort()
@WebEndpoint(name="RegistrationRequesterPort") public RegistrationRequesterPortType getRegistrationRequesterPort(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.Copyright © 2005–2018 Oracle Corporation. All rights reserved.