Class WsAddressingFaultFactory
java.lang.Object
org.somda.sdc.dpws.soap.wsaddressing.factory.WsAddressingFaultFactory
Factory to create WS-Addressing fault messages.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateActionNotSupported(String action) Creates an action-not-supported fault.createMessageInformationHeaderRequired(QName missingHeaderQName) Creates a message-information-header-required fault.
-
Method Details
-
createActionNotSupported
Creates an action-not-supported fault.- Parameters:
action- the action URI that is not supported.- Returns:
- a
SoapMessagethat encapsulates the fault.
-
createMessageInformationHeaderRequired
Creates a message-information-header-required fault.- Parameters:
missingHeaderQName- qualified name of the missing header element.- Returns:
- a
SoapMessagethat encapsulates the fault.
-