|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.XMLData | +--org.jabber.jabberbeans.ContentPacket | +--org.jabber.jabberbeans.InfoQuery
An InfoQuery
object represents a single IQ packet, which is
used to set and query information between the client and server.
e.g.:
<iq type="get|set|result|error">
<query xmlns="........">
information custom to the namespace..
</query>
<iq>
ContentPacket
, Serialized FormFields inherited from class org.jabber.jabberbeans.ContentPacket |
errorCode,
errorText,
extensions,
fromAddress,
identifier,
toAddress,
type |
Constructor Summary | |
InfoQuery(InfoQueryBuilder builder)
Creates a new InfoQuery instance. |
Method Summary | |
void |
appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the
current packet data to the specified StringBuffer . |
Methods inherited from class org.jabber.jabberbeans.ContentPacket |
appendAnyError,
appendBaseAttribs,
Extensions,
getErrorCode,
getErrorText,
getFromAddress,
getIdentifier,
getToAddress,
getType |
Methods inherited from class org.jabber.jabberbeans.XMLData |
appendAttrib,
appendAttrib,
appendChild,
appendChild,
escapeString,
toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public InfoQuery(InfoQueryBuilder builder) throws java.lang.InstantiationException
InfoQuery
instance. Note that because of
the complexity of the InfoQuery object and because the object is
immutable after creation, a builder object is needed in order to
construct this object.builder
- an InfoQueryBuilder
holding appropriate
valuesMethod Detail |
public final void appendItem(java.lang.StringBuffer retval)
appendItem
appends the XML representation of the
current packet data to the specified StringBuffer
.retval
- The StringBuffer
to append to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |