Class WsDiscoveryFaultFactory
- java.lang.Object
-
- org.somda.sdc.dpws.soap.wsdiscovery.factory.WsDiscoveryFaultFactory
-
public class WsDiscoveryFaultFactory extends Object
Factory to create WS-Discovery fault messages.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoapMessagecreateMatchingRuleNotSupported()Creates a MatchingRuleNotSupported fault.
-
-
-
Method Detail
-
createMatchingRuleNotSupported
public SoapMessage createMatchingRuleNotSupported()
Creates a MatchingRuleNotSupported fault.- Returns:
- a
SoapMessagethe encloses the fault. - See Also:
- Probe
-
-