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
  • Constructor Details

    • RegistrationServiceV11

      public RegistrationServiceV11(URL wsdlLocation, QName serviceName)
    • 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 of WebServiceFeature to configure on the proxy. Supported features not in the features parameter 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 of WebServiceFeature to configure on the proxy. Supported features not in the features parameter 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 of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
      Returns:
      returns RegistrationCoordinatorPortType