org.apache.axis2.transport.xmpp.util
Class XMPPOutTransportInfo

java.lang.Object
  extended by org.apache.axis2.transport.xmpp.util.XMPPOutTransportInfo
All Implemented Interfaces:
org.apache.axis2.transport.OutTransportInfo

public class XMPPOutTransportInfo
extends java.lang.Object
implements org.apache.axis2.transport.OutTransportInfo

Holds XMPP transport out details


Constructor Summary
XMPPOutTransportInfo()
           
XMPPOutTransportInfo(java.lang.String transportUrl)
           
 
Method Summary
 XMPPConnectionFactory getConnectionFactory()
           
 java.lang.String getContentType()
           
 java.lang.String getDestinationAccount()
           
 org.apache.axis2.addressing.EndpointReference getFrom()
           
 java.lang.String getInReplyTo()
           
 void setConnectionFactory(XMPPConnectionFactory connectionFactory)
           
 void setContentType(java.lang.String contentType)
           
 void setDestinationAccount(java.lang.String destinationAccount)
           
 void setFrom(org.apache.axis2.addressing.EndpointReference from)
           
 void setInReplyTo(java.lang.String inReplyTo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMPPOutTransportInfo

public XMPPOutTransportInfo()

XMPPOutTransportInfo

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

setContentType

public void setContentType(java.lang.String contentType)
Specified by:
setContentType in interface org.apache.axis2.transport.OutTransportInfo

getConnectionFactory

public XMPPConnectionFactory getConnectionFactory()

setConnectionFactory

public void setConnectionFactory(XMPPConnectionFactory connectionFactory)

getDestinationAccount

public java.lang.String getDestinationAccount()

getFrom

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

setFrom

public void setFrom(org.apache.axis2.addressing.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 © 2004-2009 The Apache Software Foundation. All Rights Reserved.