FileDocCategorySizeDatePackage
WSATCoordinator.javaAPI DocExample7257Tue May 29 16:57:20 BST 2007com.sun.xml.ws.tx.webservice.member.at

WSATCoordinator

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

Fields Summary
private static final URL
WSATCOORDINATOR_WSDL_LOCATION
Constructors Summary
public WSATCoordinator(URL wsdlLocation, QName serviceName)

        WSATCOORDINATOR_WSDL_LOCATION = Thread.currentThread().getContextClassLoader().getResource("WEB-INF/wsdl/wsat.wsdl");
        //logger.finest("static initializer:", "WSDL_LOCATION = " + WSATCOORDINATOR_WSDL_LOCATION);
    
        super(wsdlLocation, serviceName);
    
public WSATCoordinator()

        super(WSATCOORDINATOR_WSDL_LOCATION, new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "WSATCoordinator"));
    
Methods Summary
public CompletionCoordinatorPortTypegetCompletionCoordinator()

return
returns CompletionCoordinatorPortType

        return (CompletionCoordinatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "CompletionCoordinator"), CompletionCoordinatorPortType.class);
    
public CompletionCoordinatorPortTypegetCompletionCoordinator(javax.xml.ws.WebServiceFeature features)

param
features A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values.
return
returns CompletionCoordinatorPortType

        return (CompletionCoordinatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "CompletionCoordinator"), CompletionCoordinatorPortType.class, features);
    
public CompletionInitiatorPortTypegetCompletionInitiator(javax.xml.ws.WebServiceFeature features)

param
features A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values.
return
returns CompletionInitiatorPortType

        return (CompletionInitiatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "CompletionInitiator"), CompletionInitiatorPortType.class, features);
    
public CompletionInitiatorPortTypegetCompletionInitiator()

return
returns CompletionInitiatorPortType

        return (CompletionInitiatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "CompletionInitiator"), CompletionInitiatorPortType.class);
    
public CoordinatorPortTypegetCoordinator()

return
returns CoordinatorPortType

        return (CoordinatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "Coordinator"), CoordinatorPortType.class);
    
public CoordinatorPortTypegetCoordinator(javax.xml.ws.EndpointReference epr, javax.xml.ws.WebServiceFeature features)

param
epr EndpointReference of returned proxy.
param
features A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values.
return
returns CoordinatorPortType

        CoordinatorPortType result =
                (CoordinatorPortType) super.getPort(epr, CoordinatorPortType.class, features);
        
        return result;
    
public ParticipantPortTypegetParticipant()

return
returns ParticipantPortType

        return (ParticipantPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "Participant"), ParticipantPortType.class);
    
public ParticipantPortTypegetParticipant(javax.xml.ws.EndpointReference epr, javax.xml.ws.WebServiceFeature features)

param
epr EndpointReference of returned proxy.
param
features A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values.
return
returns ParticipantPortType

        ParticipantPortType result =
                (ParticipantPortType) super.getPort(epr, ParticipantPortType.class, features);
//        workaround((BindingProvider) result, epr);
        return result;