com.sun.xml.ws.tx.at.common
Class WSATVersion<T>
java.lang.Object
com.sun.xml.ws.tx.at.common.WSATVersion<T>
public abstract class WSATVersion<T>
- extends Object
A class absorbs differences of WSAT versions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
v10
public static final WSATVersion<Notification> v10
v11
public static final WSATVersion<Notification> v11
addressingVersion
protected AddressingVersion addressingVersion
soapVersion
protected SOAPVersion soapVersion
getInstance
public static WSATVersion getInstance(Transactional.Version version)
getWSATHelper
public abstract WSATHelper getWSATHelper()
getAddressingVersion
public AddressingVersion getAddressingVersion()
getSOPAVersion
public SOAPVersion getSOPAVersion()
getVersion
public Transactional.Version getVersion()
newCoordinatorProxyBuilder
public abstract CoordinatorProxyBuilder<T> newCoordinatorProxyBuilder()
newParticipantProxyBuilder
public abstract ParticipantProxyBuilder<T> newParticipantProxyBuilder()
newNotificationBuilder
public abstract NotificationBuilder<T> newNotificationBuilder()
newEndpointReferenceBuilder
public abstract EndpointReferenceBuilder newEndpointReferenceBuilder()
newAddressingFeature
public abstract WebServiceFeature newAddressingFeature()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.