Methods Summary |
---|
public CompletionCoordinatorPortType | getCompletionCoordinator()
return (CompletionCoordinatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "CompletionCoordinator"), CompletionCoordinatorPortType.class);
|
public CompletionCoordinatorPortType | getCompletionCoordinator(javax.xml.ws.WebServiceFeature features)
return (CompletionCoordinatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "CompletionCoordinator"), CompletionCoordinatorPortType.class, features);
|
public CompletionInitiatorPortType | getCompletionInitiator(javax.xml.ws.WebServiceFeature features)
return (CompletionInitiatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "CompletionInitiator"), CompletionInitiatorPortType.class, features);
|
public CompletionInitiatorPortType | getCompletionInitiator()
return (CompletionInitiatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "CompletionInitiator"), CompletionInitiatorPortType.class);
|
public CoordinatorPortType | getCoordinator()
return (CoordinatorPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "Coordinator"), CoordinatorPortType.class);
|
public CoordinatorPortType | getCoordinator(javax.xml.ws.EndpointReference epr, javax.xml.ws.WebServiceFeature features)
CoordinatorPortType result =
(CoordinatorPortType) super.getPort(epr, CoordinatorPortType.class, features);
return result;
|
public ParticipantPortType | getParticipant()
return (ParticipantPortType) super.getPort(new QName("http://schemas.xmlsoap.org/ws/2004/10/wsat", "Participant"), ParticipantPortType.class);
|
public ParticipantPortType | getParticipant(javax.xml.ws.EndpointReference epr, javax.xml.ws.WebServiceFeature features)
ParticipantPortType result =
(ParticipantPortType) super.getPort(epr, ParticipantPortType.class, features);
// workaround((BindingProvider) result, epr);
return result;
|