Uses of Class
com.sun.xml.ws.tx.common.TxFault

Packages that use TxFault
com.sun.xml.ws.tx.common   
 

Uses of TxFault in com.sun.xml.ws.tx.common
 

Methods in com.sun.xml.ws.tx.common that return TxFault
static TxFault TxFault.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TxFault[] TxFault.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.sun.xml.ws.tx.common with parameters of type TxFault
static void WsaHelper.sendFault(javax.xml.ws.WebServiceContext wsContext, com.sun.xml.ws.api.SOAPVersion soapVer, TxFault fault, java.lang.String message)
           
static void WsaHelper.sendFault(com.sun.xml.ws.api.addressing.WSEndpointReference faultTo, javax.xml.ws.EndpointReference replyTo, com.sun.xml.ws.api.SOAPVersion soapVer, TxFault fault, java.lang.String message, java.lang.String msgID)
          Dispatch a fault, adding any necessary headers to 'fault' in the process.