com.sun.xml.ws.tx.webservice.member.at
Class WSATCoordinator

java.lang.Object
  extended by javax.xml.ws.Service
      extended by com.sun.xml.ws.tx.webservice.member.at.WSATCoordinator

@WebServiceClient(name="WSATCoordinator",
                  targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wsat",
                  wsdlLocation="WEB-INF/wsdl/wsat.wsdl")
public class WSATCoordinator
extends javax.xml.ws.Service

This class was generated by the JAXWS SI. JAX-WS RI 2.1-hudson-812-EA2 Generated source version: 2.0


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
javax.xml.ws.Service.Mode
 
Constructor Summary
WSATCoordinator()
           
WSATCoordinator(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
           
 
Method Summary
 CompletionCoordinatorPortType getCompletionCoordinator()
           
 CompletionCoordinatorPortType getCompletionCoordinator(javax.xml.ws.WebServiceFeature... features)
           
 CompletionInitiatorPortType getCompletionInitiator()
           
 CompletionInitiatorPortType getCompletionInitiator(javax.xml.ws.WebServiceFeature... features)
           
 CoordinatorPortType getCoordinator()
           
 CoordinatorPortType getCoordinator(javax.xml.ws.EndpointReference epr, javax.xml.ws.WebServiceFeature... features)
           
 ParticipantPortType getParticipant()
           
 ParticipantPortType getParticipant(javax.xml.ws.EndpointReference epr, javax.xml.ws.WebServiceFeature... features)
           
 
Methods inherited from class javax.xml.ws.Service
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSATCoordinator

public WSATCoordinator(java.net.URL wsdlLocation,
                       javax.xml.namespace.QName serviceName)

WSATCoordinator

public WSATCoordinator()
Method Detail

getCompletionCoordinator

@WebEndpoint(name="CompletionCoordinator")
public CompletionCoordinatorPortType getCompletionCoordinator()
Returns:
returns CompletionCoordinatorPortType

getCompletionCoordinator

@WebEndpoint(name="CompletionCoordinator")
public CompletionCoordinatorPortType getCompletionCoordinator(javax.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 CompletionCoordinatorPortType

getCoordinator

@WebEndpoint(name="Coordinator")
public CoordinatorPortType getCoordinator()
Returns:
returns CoordinatorPortType

getCoordinator

@WebEndpoint(name="Coordinator")
public CoordinatorPortType getCoordinator(javax.xml.ws.EndpointReference epr,
                                                      javax.xml.ws.WebServiceFeature... features)
Parameters:
epr - EndpointReference of returned proxy.
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns CoordinatorPortType

getParticipant

@WebEndpoint(name="Participant")
public ParticipantPortType getParticipant()
Returns:
returns ParticipantPortType

getParticipant

@WebEndpoint(name="Participant")
public ParticipantPortType getParticipant(javax.xml.ws.EndpointReference epr,
                                                      javax.xml.ws.WebServiceFeature... features)
Parameters:
epr - EndpointReference of returned proxy.
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns ParticipantPortType

getCompletionInitiator

@WebEndpoint(name="CompletionInitiator")
public CompletionInitiatorPortType getCompletionInitiator()
Returns:
returns CompletionInitiatorPortType

getCompletionInitiator

@WebEndpoint(name="CompletionInitiator")
public CompletionInitiatorPortType getCompletionInitiator(javax.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 CompletionInitiatorPortType