Uses of Class
com.sun.xml.ws.tx.at.policy.EjbTransactionType
-
Packages that use EjbTransactionType Package Description com.sun.xml.ws.tx.at.policy -
-
Uses of EjbTransactionType in com.sun.xml.ws.tx.at.policy
Methods in com.sun.xml.ws.tx.at.policy that return EjbTransactionType Modifier and Type Method Description static EjbTransactionTypeEjbTransactionType. getDefaultFor(Class<?> seiClass)EjbTransactionTypeEjbTransactionType. getEffectiveType(Method method)static EjbTransactionTypeEjbTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static EjbTransactionType[]EjbTransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.xml.ws.tx.at.policy with parameters of type EjbTransactionType Modifier and Type Method Description static com.sun.xml.ws.policy.PolicyAtPolicyCreator. createPolicy(String policyId, com.sun.xml.ws.api.tx.at.WsatNamespace version, com.sun.xml.ws.api.tx.at.Transactional.TransactionFlowType wsatFlowType, EjbTransactionType ejbTat)
-