Uses of Class
com.sun.xml.ws.api.tx.at.WsatNamespace
-
Packages that use WsatNamespace Package Description com.sun.xml.ws.api.tx.at WS-AT API classescom.sun.xml.ws.tx.at.policy -
-
Uses of WsatNamespace in com.sun.xml.ws.api.tx.at
Fields in com.sun.xml.ws.api.tx.at declared as WsatNamespace Modifier and Type Field Description WsatNamespaceTransactional.Version. namespaceVersionMethods in com.sun.xml.ws.api.tx.at that return WsatNamespace Modifier and Type Method Description static WsatNamespaceWsatNamespace. forNamespaceUri(String uri)static WsatNamespaceWsatNamespace. valueOf(String name)Returns the enum constant of this type with the specified name.static WsatNamespace[]WsatNamespace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.xml.ws.api.tx.at with parameters of type WsatNamespace Modifier and Type Method Description static Transactional.VersionTransactional.Version. forNamespaceVersion(WsatNamespace nsVersion) -
Uses of WsatNamespace in com.sun.xml.ws.tx.at.policy
Methods in com.sun.xml.ws.tx.at.policy with parameters of type WsatNamespace Modifier and Type Method Description static PolicyAtPolicyCreator. createPolicy(String policyId, WsatNamespace version, Transactional.TransactionFlowType wsatFlowType, EjbTransactionType ejbTat)static QNameAtAssertion. nameForNamespace(WsatNamespace ns)Constructors in com.sun.xml.ws.tx.at.policy with parameters of type WsatNamespace Constructor Description AtAssertion(WsatNamespace ns, boolean isOptional)
-