Class RegistrationServiceV10
java.lang.Object
jakarta.xml.ws.Service
com.sun.xml.ws.tx.coord.v10.client.RegistrationServiceV10
@WebServiceClient(name="RegistrationService_V10",
targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wscoor",
wsdlLocation="wscoor.wsdl")
public class RegistrationServiceV10
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 TypeMethodDescriptiongetRegistrationCoordinatorPortTypePort(jakarta.xml.ws.EndpointReference epr, jakarta.xml.ws.WebServiceFeature... features) getRegistrationPortTypeRPCPort(jakarta.xml.ws.EndpointReference epr, jakarta.xml.ws.WebServiceFeature... features) getRegistrationRequesterPortTypePort(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
-
RegistrationServiceV10
-
RegistrationServiceV10
public RegistrationServiceV10()
-
-
Method Details
-
getRegistrationRequesterPortTypePort
@WebEndpoint(name="RegistrationRequesterPortTypePort") public RegistrationRequesterPortType getRegistrationRequesterPortTypePort(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
-
getRegistrationPortTypeRPCPort
@WebEndpoint(name="RegistrationPortTypeRPCPort") public RegistrationPortTypeRPC getRegistrationPortTypeRPCPort(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 RegistrationPortTypeRPC
-
getRegistrationCoordinatorPortTypePort
@WebEndpoint(name="RegistrationCoordinatorPortTypePort") public RegistrationCoordinatorPortType getRegistrationCoordinatorPortTypePort(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
-