org.jabber.jabberbeans.Extension
Class IQPass

java.lang.Object
  |
  +--org.jabber.jabberbeans.XMLData
        |
        +--org.jabber.jabberbeans.Extension.IQPass
All Implemented Interfaces:
Extension, QueryExtension, java.io.Serializable

public class IQPass
extends XMLData
implements QueryExtension

See Also:
Serialized Form

Constructor Summary
IQPass(IQPassBuilder builder)
           
 
Method Summary
 void appendItem(java.lang.StringBuffer retval)
          appendItem appends the XML representation of the current packet data to the specified StringBuffer.
 java.lang.String getClient()
           
 int getClientPort()
           
 int getExpiration()
           
 java.lang.String getProxy()
           
 int getProxyPort()
           
 java.lang.String getServer()
          getServer returns the value of the server_url attribute
 int getServerPort()
           
 
Methods inherited from class org.jabber.jabberbeans.XMLData
appendAttrib, appendAttrib, appendChild, appendChild, escapeString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jabber.jabberbeans.Extension.Extension
toString
 

Constructor Detail

IQPass

public IQPass(IQPassBuilder builder)
       throws java.lang.InstantiationException
Method Detail

getServer

public java.lang.String getServer()
getServer returns the value of the server_url attribute

Returns:
a String value

getServerPort

public int getServerPort()

getClient

public java.lang.String getClient()

getClientPort

public int getClientPort()

getProxy

public java.lang.String getProxy()

getProxyPort

public int getProxyPort()

getExpiration

public int getExpiration()

appendItem

public void appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the current packet data to the specified StringBuffer.

Specified by:
appendItem in interface Extension
Specified by:
appendItem in class XMLData
Parameters:
retval - The StringBuffer to append to