org.apache.axis2.transport.xmpp.util
Class XMPPOutTransportInfo
java.lang.Object
org.apache.axis2.transport.xmpp.util.XMPPOutTransportInfo
- All Implemented Interfaces:
- OutTransportInfo
public class XMPPOutTransportInfo
- extends java.lang.Object
- implements OutTransportInfo
Holds XMPP transport out details
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMPPOutTransportInfo
public XMPPOutTransportInfo()
XMPPOutTransportInfo
public XMPPOutTransportInfo(java.lang.String transportUrl)
throws AxisFault
- Throws:
AxisFault
setContentType
public void setContentType(java.lang.String contentType)
- Specified by:
setContentType
in interface OutTransportInfo
getConnectionFactory
public XMPPConnectionFactory getConnectionFactory()
setConnectionFactory
public void setConnectionFactory(XMPPConnectionFactory connectionFactory)
getDestinationAccount
public java.lang.String getDestinationAccount()
getFrom
public EndpointReference getFrom()
setFrom
public void setFrom(EndpointReference from)
getInReplyTo
public java.lang.String getInReplyTo()
setInReplyTo
public void setInReplyTo(java.lang.String inReplyTo)
setDestinationAccount
public void setDestinationAccount(java.lang.String destinationAccount)
getContentType
public java.lang.String getContentType()
Copyright © 2007 Apache Web Services Project. All Rights Reserved.