| Package | Description |
|---|---|
| com.echomine.jabber | |
| com.echomine.jabber.msg | |
| com.echomine.util |
| Modifier and Type | Method and Description |
|---|---|
JIDType |
JabberServerService.browse(JID jid,
java.lang.String type,
boolean wait)
browses to the JID that you specify.
|
static ErrorMessage |
ErrorMessage.createErrorMessage(Element errorElem) |
java.lang.String |
NullMessage.encode() |
java.lang.String |
JabberJDOMMessage.encode()
The default encoding will serialize the DOM Tree.
|
abstract java.lang.String |
JabberMessage.encode()
encodes the data into an XML string that is ready to be sent out to the network.
|
Element |
JIDType.getDOM()
Creates a DOM structure that represents all the data contained within this type
|
void |
JIDType.parse(Element browse)
parses the incoming message for the data.
|
JabberMessage |
JabberIQMessageParser.parse(JabberMessageParser parser,
Element msgTree) |
JabberMessage |
JabberPresenceMessage.parse(JabberMessageParser parser,
Element msgTree) |
JabberMessage |
JabberChatMessage.parse(JabberMessageParser parser,
Element msgTree) |
JabberMessage |
JabberMessageParsable.parse(JabberMessageParser parser,
Element msgTree)
parse element/incoming message into a message object.
|
JabberMessage |
JabberJDOMMessage.parse(JabberMessageParser parser,
Element msgTree) |
JabberMessage |
AbstractJabberMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the message.
|
static java.util.Calendar |
JabberUtil.parseDate(java.lang.String date)
parses the a date string according to JEP-0082.
|
static java.util.Calendar |
JabberUtil.parseDateTime(java.lang.String dateTime)
This method parses the date and the time out of the string.
|
static java.util.Calendar |
JabberUtil.parseTime(java.lang.String time)
parses the time string according to JEP-0082.
|
void |
JabberChatMessage.setHTMLBody(java.lang.String html)
this sets the HTML text.
|
void |
DefaultMessageParser.setParser(java.lang.String qName,
Namespace ns,
java.lang.String msgClass)
sets a message parser to handle a specific namespace.
|
void |
JabberContext.setServerName(java.lang.String serverName)
sets the server name that this session will connect to.
|
| Constructor and Description |
|---|
JID(java.lang.String jid)
takes in a JID and then parses it into different parts.
|
JIDType(java.lang.String type)
the constructor takes a category/subtype pair string and will parse it
into its distinctive parts.
|
| Modifier and Type | Method and Description |
|---|---|
static RosterItem |
RosterItem.createRosterItem(Element rosterElem)
used to create a roster item into an object by parsing the elements passed in as the parameter.
|
java.lang.String |
DataXMessage.encode() |
java.lang.String |
JabberVCardMessage.encode()
Encodes the message into XML.
|
java.lang.String |
EventXMessage.encode()
overrides the parent's method to first add the stored attributes into the DOM and
then call the parent's method to encode the data into a string.
|
java.lang.String |
OOBIQMessage.encode() |
Element |
DataXOption.encode()
encodes the data and returns the element for use to serialize the data over the wire
|
Element |
DataXField.encode()
encodes the data in this field into an XML Element contained within the designated namespace
|
java.lang.String |
ServiceItemsIQMessage.encode() |
java.lang.String |
BrowseIQMessage.encode()
overrides the encode so that we can transform all the data in this class into XML before sending it off
|
java.lang.String |
XMLRPCMessage.encode()
the method is overridden to provide some sanity checks before sending
the data out.
|
java.lang.String |
VacationIQMessage.encode()
encodes the data in this object into XML string
|
java.lang.String |
ServiceInfoIQMessage.encode()
encodes the additional data
|
JID |
DataXField.getJIDValue()
retrieves the first value as a JID object.
|
java.util.List |
DataXField.getJIDValues()
retrieves all the values as a list of JID objects.
|
void |
ServiceItem.parse(Element serviceElem)
parses the element for all the data.
|
void |
DataXOption.parse(Element opElem)
parses the incoming option element
|
void |
DataXField.parse(Element fieldElem)
parses the data out of the XML DOM elements
|
void |
ServiceIdentity.parse(Element identElem)
parses the element for the required data
|
void |
Agent.parse(Element agentElem)
Deprecated.
parses the incoming message for the data.
|
JabberMessage |
DataXMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the incoming data
|
JabberMessage |
JabberVCardMessage.parse(JabberMessageParser parser,
Element msgTree)
Parses element/incoming message into a message object.
|
JabberMessage |
EventXMessage.parse(JabberMessageParser parser,
Element msgTree)
parses out the data from the message
|
JabberMessage |
OOBIQMessage.parse(JabberMessageParser parser,
Element msgTree) |
JabberMessage |
ServiceItemsIQMessage.parse(JabberMessageParser parser,
Element msgTree) |
JabberMessage |
OOBXMessage.parse(JabberMessageParser parser,
Element msgTree) |
JabberMessage |
BrowseIQMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the incoming message for the data
|
JabberMessage |
XMLRPCMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the message.
|
JabberMessage |
DelayXMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the message.
|
JabberMessage |
AgentsIQMessage.parse(JabberMessageParser parser,
Element msgTree)
Deprecated.
parses the incoming message for the data
|
JabberMessage |
VacationIQMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the incoming XML DOM object for the data that we need
|
JabberMessage |
ServiceInfoIQMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the additional data out of the DOM
|
JabberMessage |
LastIQMessage.parse(JabberMessageParser parser,
Element msgTree) |
| Constructor and Description |
|---|
BrowseIQMessage(java.lang.String type,
java.lang.String jtype)
this constructor is for messages with type.
|
ServiceIdentity(Element identElem)
parses out the data for the identity out of the element
|
ServiceItem(Element serviceElem)
constructor that will parse the incoming element for the element data
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ParseUtil.deserializeString(byte[] inbuf,
int offset,
int len,
java.lang.StringBuffer outbuf) |
Copyright © 2001-2005 Echomine. All Rights Reserved.