Class SimplePayload

    • Constructor Summary

      Constructors 
      Constructor Description
      SimplePayload​(java.lang.String xmlPayload)
      Construct a SimplePayload object with the specified element name, namespace and content.
      SimplePayload​(java.lang.String elementName, java.lang.String namespace, java.lang.CharSequence xmlPayload)
      Deprecated.
    • Constructor Detail

      • SimplePayload

        public SimplePayload​(java.lang.String xmlPayload)
        Construct a SimplePayload object with the specified element name, namespace and content. The content must be well formed XML.
        Parameters:
        xmlPayload - The payload data
      • SimplePayload

        @Deprecated
        public SimplePayload​(java.lang.String elementName,
                             java.lang.String namespace,
                             java.lang.CharSequence xmlPayload)
        Deprecated.
        Construct a SimplePayload object with the specified element name, namespace and content. The content must be well formed XML.
        Parameters:
        elementName - The root element name (of the payload)
        namespace - The namespace of the payload, null if there is none
        xmlPayload - The payload data