Class XMPPOutTransportInfo

  • All Implemented Interfaces:
    org.apache.axis2.kernel.OutTransportInfo

    public class XMPPOutTransportInfo
    extends Object
    implements org.apache.axis2.kernel.OutTransportInfo
    Holds XMPP transport out details
    • Constructor Detail

      • XMPPOutTransportInfo

        public XMPPOutTransportInfo()
      • XMPPOutTransportInfo

        public XMPPOutTransportInfo​(String transportUrl)
                             throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
    • Method Detail

      • setContentType

        public void setContentType​(String contentType)
        Specified by:
        setContentType in interface org.apache.axis2.kernel.OutTransportInfo
      • getDestinationAccount

        public String getDestinationAccount()
      • getFrom

        public org.apache.axis2.addressing.EndpointReference getFrom()
      • setFrom

        public void setFrom​(org.apache.axis2.addressing.EndpointReference from)
      • getInReplyTo

        public String getInReplyTo()
      • setInReplyTo

        public void setInReplyTo​(String inReplyTo)
      • setDestinationAccount

        public void setDestinationAccount​(String destinationAccount)
      • getContentType

        public String getContentType()
      • getSequenceID

        public String getSequenceID()
      • setSequenceID

        public void setSequenceID​(String sequenceID)