Class WsAddressingFaultFactory
- java.lang.Object
-
- org.somda.sdc.dpws.soap.wsaddressing.factory.WsAddressingFaultFactory
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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
public SoapMessage createActionNotSupported(String action)
Creates an action-not-supported fault.- Parameters:
action- the action URI that is not supported.- Returns:
- a
SoapMessagethat encapsulates the fault.
-
createMessageInformationHeaderRequired
public SoapMessage createMessageInformationHeaderRequired(QName missingHeaderQName)
Creates a message-information-header-required fault.- Parameters:
missingHeaderQName- qualified name of the missing header element.- Returns:
- a
SoapMessagethat encapsulates the fault.
-
-