Uses of Enum
com.sun.xml.ws.api.tx.at.WsatNamespace
Packages that use WsatNamespace
-
Uses of WsatNamespace in com.sun.xml.ws.api.tx.at
Fields in com.sun.xml.ws.api.tx.at declared as WsatNamespaceMethods in com.sun.xml.ws.api.tx.at that return WsatNamespaceModifier and TypeMethodDescriptionstatic WsatNamespaceWsatNamespace.forNamespaceUri(String uri) static WsatNamespaceReturns 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 WsatNamespaceModifier and TypeMethodDescriptionstatic 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 WsatNamespaceModifier and TypeMethodDescriptionstatic 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