| java.lang.Object com.sun.xml.ws.tx.common.WsaHelper
WsaHelper | public class WsaHelper (Code) | | WS-Addressing helper methods.
author: Ryan.Shoemaker@Sun.COM |
Method Summary | |
static SOAPFault | createFault(SOAPVersion soapVer, TxFault fault, String message) Create a SOAPFault from the specified information. | public static WSEndpointReference | getFaultTo(WebServiceContext wsContext) | static HeaderList | getInboundHeaderList(WebServiceContext wsContext) | public static String | getMsgID(WebServiceContext wsContext) | public static EndpointReference | getReplyTo(WebServiceContext wsContext) | public static void | sendFault(WSEndpointReference faultTo, EndpointReference replyTo, SOAPVersion soapVer, TxFault fault, String message, String msgID) Dispatch a fault, adding any necessary headers to 'fault' in the process. | public static void | sendFault(WebServiceContext wsContext, SOAPVersion soapVer, TxFault fault, String message) |
createFault | static SOAPFault createFault(SOAPVersion soapVer, TxFault fault, String message)(Code) | | Create a SOAPFault from the specified information.
Parameters: soapVer - soap version Parameters: fault - fault enum Parameters: message - message the new SOAPFault |
sendFault | public static void sendFault(WSEndpointReference faultTo, EndpointReference replyTo, SOAPVersion soapVer, TxFault fault, String message, String msgID)(Code) | | Dispatch a fault, adding any necessary headers to 'fault' in the process.
Parameters: faultTo - Parameters: replyTo - Parameters: soapVer - Parameters: fault - Parameters: message - Parameters: msgID - |
|
|