Class WsAddressingFaultFactory
-
- All Implemented Interfaces:
public class WsAddressingFaultFactoryFactory to create WS-Addressing fault messages.
-
-
Method Summary
Modifier and Type Method Description SoapMessagecreateActionNotSupported(String action)Creates an action-not-supported fault. SoapMessagecreateMessageInformationHeaderRequired(QName missingHeaderQName)Creates a message-information-header-required fault. -
-
Method Detail
-
createActionNotSupported
SoapMessage createActionNotSupported(String action)
Creates an action-not-supported fault.
- Parameters:
action- the action URI that is not supported.- Returns:
a SoapMessage that encapsulates the fault.
-
createMessageInformationHeaderRequired
SoapMessage createMessageInformationHeaderRequired(QName missingHeaderQName)
Creates a message-information-header-required fault.
- Parameters:
missingHeaderQName- qualified name of the missing header element.- Returns:
a SoapMessage that encapsulates the fault.
-
-
-
-