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

java.lang.Object
  extended by 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


Constructor Summary
XMPPOutTransportInfo()
           
XMPPOutTransportInfo(java.lang.String transportUrl)
           
 
Method Summary
 XMPPConnectionFactory getConnectionFactory()
           
 java.lang.String getContentType()
           
 java.lang.String getDestinationAccount()
           
 EndpointReference getFrom()
           
 java.lang.String getInReplyTo()
           
 void setConnectionFactory(XMPPConnectionFactory connectionFactory)
           
 void setContentType(java.lang.String contentType)
           
 void setDestinationAccount(java.lang.String destinationAccount)
           
 void setFrom(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 AxisFault
Throws:
AxisFault
Method Detail

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.