Class XMPPOutTransportInfo
- java.lang.Object
-
- org.apache.axis2.transport.xmpp.util.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 Summary
Constructors Constructor Description XMPPOutTransportInfo()XMPPOutTransportInfo(String transportUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMPPConnectionFactorygetConnectionFactory()StringgetContentType()StringgetDestinationAccount()org.apache.axis2.addressing.EndpointReferencegetFrom()StringgetInReplyTo()StringgetSequenceID()voidsetConnectionFactory(XMPPConnectionFactory connectionFactory)voidsetContentType(String contentType)voidsetDestinationAccount(String destinationAccount)voidsetFrom(org.apache.axis2.addressing.EndpointReference from)voidsetInReplyTo(String inReplyTo)voidsetSequenceID(String sequenceID)
-
-
-
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:
setContentTypein interfaceorg.apache.axis2.kernel.OutTransportInfo
-
getConnectionFactory
public XMPPConnectionFactory getConnectionFactory()
-
setConnectionFactory
public void setConnectionFactory(XMPPConnectionFactory connectionFactory)
-
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)
-
-