Class XMPPOutTransportInfo
- java.lang.Object
-
- org.apache.axis2.transport.xmpp.util.XMPPOutTransportInfo
-
- All Implemented Interfaces:
OutTransportInfo
public class XMPPOutTransportInfo extends Object implements 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 XMPPConnectionFactory
getConnectionFactory()
String
getContentType()
String
getDestinationAccount()
EndpointReference
getFrom()
String
getInReplyTo()
String
getSequenceID()
void
setConnectionFactory(XMPPConnectionFactory connectionFactory)
void
setContentType(String contentType)
void
setDestinationAccount(String destinationAccount)
void
setFrom(EndpointReference from)
void
setInReplyTo(String inReplyTo)
void
setSequenceID(String sequenceID)
-
-
-
Method Detail
-
setContentType
public void setContentType(String contentType)
- Specified by:
setContentType
in interfaceOutTransportInfo
-
getConnectionFactory
public XMPPConnectionFactory getConnectionFactory()
-
setConnectionFactory
public void setConnectionFactory(XMPPConnectionFactory connectionFactory)
-
getDestinationAccount
public String getDestinationAccount()
-
getFrom
public EndpointReference getFrom()
-
setFrom
public void setFrom(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)
-
-