Package rocks.xmpp.extensions.soap.model.fault
Provides XML schema implementations of XEP-0072: SOAP Over
XMPP (#fault).
It defines methods for transporting SOAP messages over XMPP. Although the protocol supports only the request-response message exchange pattern, the protocol is formally defined as a SOAP Protocol Binding in accordance with version 1.2 of the W3C SOAP specification. In addition, a WSDL definition is defined for the purpose of advertising the availability of this protocol binding.
-
Class Summary Class Description DataEncodingUnknown Represents the 'DataEncodingUnknown' SOAP fault.MustUnderstand Represents the 'MustUnderstand' SOAP fault.Receiver Represents the 'Receiver' SOAP fault.Sender Represents the 'Sender' SOAP fault.VersionMismatch Represents the 'VersionMismatch' SOAP fault.