Class RegistrationServiceV11
java.lang.Object
jakarta.xml.ws.Service
com.sun.xml.ws.tx.coord.v11.client.RegistrationServiceV11
@WebServiceClient(name="RegistrationService_V11",
targetNamespace="http://docs.oasis-open.org/ws-tx/wscoor/2006/06",
wsdlLocation="wstx-wscoor-1.1-wsdl-200702.wsdl")
public class RegistrationServiceV11
extends jakarta.xml.ws.Service
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.xml.ws.Service
jakarta.xml.ws.Service.Mode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRegistrationCoordinatorPort(jakarta.xml.ws.EndpointReference epr, jakarta.xml.ws.WebServiceFeature... features) getRegistrationPort(jakarta.xml.ws.EndpointReference epr, jakarta.xml.ws.WebServiceFeature... features) getRegistrationRequesterPort(jakarta.xml.ws.EndpointReference epr, jakarta.xml.ws.WebServiceFeature... features) Methods inherited from class jakarta.xml.ws.Service
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
-
Constructor Details
-
RegistrationServiceV11
-
RegistrationServiceV11
public RegistrationServiceV11()
-
-
Method Details
-
getRegistrationPort
@WebEndpoint(name="RegistrationPort") public RegistrationPortType getRegistrationPort(jakarta.xml.ws.EndpointReference epr, jakarta.xml.ws.WebServiceFeature... features) - Parameters:
features- A list ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns RegistrationPortType
-
getRegistrationRequesterPort
@WebEndpoint(name="RegistrationRequesterPort") public RegistrationRequesterPortType getRegistrationRequesterPort(jakarta.xml.ws.EndpointReference epr, jakarta.xml.ws.WebServiceFeature... features) - Parameters:
features- A list ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns RegistrationRequesterPortType
-
getRegistrationCoordinatorPort
@WebEndpoint(name="RegistrationCoordinatorPort") public RegistrationCoordinatorPortType getRegistrationCoordinatorPort(jakarta.xml.ws.EndpointReference epr, jakarta.xml.ws.WebServiceFeature... features) - Parameters:
features- A list ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns RegistrationCoordinatorPortType
-