Interface SAAJConverter

  • All Known Implementing Classes:
    SAAJConverterImpl

    public interface SAAJConverter
    SAAJConverter Provides Conversion between SAAJ and OM Constructed via the SAAJConverterFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MessageFactory createMessageFactory​(String namespace)
      Creates a MessageFactory that can support the SOAP version identified by the specified envelope namespace.
      org.apache.axiom.om.OMElement toOM​(SOAPElement soapElement)
      Convert SOAPElement into an OMElement
      org.apache.axiom.soap.SOAPEnvelope toOM​(SOAPEnvelope saajEnvelope)
      Convert SAAJ SOAPEnvelope to OM SOAPEnvelope
      org.apache.axiom.soap.SOAPEnvelope toOM​(SOAPEnvelope saajEnvelope, org.apache.axiom.attachments.Attachments attachments)
      Convert SAAJ SOAPEnvelope to OM SOAPEnvelope
      SOAPElement toSAAJ​(org.apache.axiom.om.OMElement omElement, SOAPElement parent)
      Convert omElement into a SOAPElement and add it to the parent SOAPElement.
      SOAPElement toSAAJ​(org.apache.axiom.om.OMElement omElement, SOAPElement parent, SOAPFactory sf)
      Convert omElement into a SOAPElement and add it to the parent SOAPElement.
      SOAPEnvelope toSAAJ​(org.apache.axiom.soap.SOAPEnvelope omElement)
      Convert OM SOAPEnvleope to SAAJ SOAPEnvelope