Uses of Class
com.sun.xml.ws.tx.at.validation.TXAttributesValidator.TransactionAttributeType
-
Packages that use TXAttributesValidator.TransactionAttributeType Package Description com.sun.xml.ws.tx.at.validation -
-
Uses of TXAttributesValidator.TransactionAttributeType in com.sun.xml.ws.tx.at.validation
Methods in com.sun.xml.ws.tx.at.validation that return TXAttributesValidator.TransactionAttributeType Modifier and Type Method Description static TXAttributesValidator.TransactionAttributeTypeTXAttributesValidator.TransactionAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TXAttributesValidator.TransactionAttributeType[]TXAttributesValidator.TransactionAttributeType. 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.validation with parameters of type TXAttributesValidator.TransactionAttributeType Modifier and Type Method Description static booleanTXAttributesValidator. isValid(TXAttributesValidator.TransactionAttributeType ejbTx, com.sun.xml.ws.api.tx.at.Transactional.TransactionFlowType wsatType)voidTXAttributesValidator. visitOperation(String operationName, TXAttributesValidator.TransactionAttributeType ejbTx, com.sun.xml.ws.api.tx.at.Transactional.TransactionFlowType wsatType)
-