Class XMLFaultCode


  • public class XMLFaultCode
    extends Object
    Agnostic representation of SOAP 1.1 and SOAP 1.2 fault code values.
    See Also:
    XMLFault
    • Constructor Detail

      • XMLFaultCode

        public XMLFaultCode​(QName faultCode)
    • Method Detail

      • toQName

        public QName toQName​(String protocolNamespace)
        Return QName for the given protocol
        Parameters:
        namespace - of the envelope for the protocol
        Returns:
      • fromQName

        public static XMLFaultCode fromQName​(QName qName)
        get the XMLPart corresponding to this specified QName
        Parameters:
        qName -
        Returns:
        corresponding XMLPart