public class XMPPOutTransportInfo extends Object implements OutTransportInfo
Constructor and Description |
---|
XMPPOutTransportInfo() |
XMPPOutTransportInfo(String transportUrl) |
Modifier and Type | Method and 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) |
public void setContentType(String contentType)
setContentType
in interface OutTransportInfo
public XMPPConnectionFactory getConnectionFactory()
public void setConnectionFactory(XMPPConnectionFactory connectionFactory)
public String getDestinationAccount()
public EndpointReference getFrom()
public void setFrom(EndpointReference from)
public String getInReplyTo()
public void setInReplyTo(String inReplyTo)
public void setDestinationAccount(String destinationAccount)
public String getContentType()
public String getSequenceID()
public void setSequenceID(String sequenceID)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.