|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
---|---|
com.echomine.jabber | |
com.echomine.jabber.msg | |
com.echomine.util |
Uses of ParseException in com.echomine.jabber |
---|
Methods in com.echomine.jabber that throw ParseException | |
---|---|
JIDType |
JabberServerService.browse(JID jid,
java.lang.String type,
boolean wait)
browses to the JID that you specify. |
static ErrorMessage |
ErrorMessage.createErrorMessage(Element errorElem)
|
abstract java.lang.String |
JabberMessage.encode()
encodes the data into an XML string that is ready to be sent out to the network. |
java.lang.String |
JabberJDOMMessage.encode()
The default encoding will serialize the DOM Tree. |
java.lang.String |
NullMessage.encode()
|
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 |
JabberMessageParsable.parse(JabberMessageParser parser,
Element msgTree)
parse element/incoming message into a message object. |
JabberMessage |
JabberIQMessageParser.parse(JabberMessageParser parser,
Element msgTree)
|
JabberMessage |
AbstractJabberMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the message. |
JabberMessage |
JabberJDOMMessage.parse(JabberMessageParser parser,
Element msgTree)
|
JabberMessage |
JabberChatMessage.parse(JabberMessageParser parser,
Element msgTree)
|
JabberMessage |
JabberPresenceMessage.parse(JabberMessageParser parser,
Element msgTree)
|
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. |
Constructors in com.echomine.jabber that throw ParseException | |
---|---|
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. |
Uses of ParseException in com.echomine.jabber.msg |
---|
Methods in com.echomine.jabber.msg that throw ParseException | |
---|---|
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 |
OOBIQMessage.encode()
|
java.lang.String |
JabberVCardMessage.encode()
Encodes the message into XML. |
Element |
DataXOption.encode()
encodes the data and returns the element for use to serialize the data over the wire |
java.lang.String |
DataXMessage.encode()
|
java.lang.String |
ServiceItemsIQMessage.encode()
|
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. |
Element |
DataXField.encode()
encodes the data in this field into an XML Element contained within the designated namespace |
java.lang.String |
ServiceInfoIQMessage.encode()
encodes the additional data |
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 |
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 |
Agent.parse(Element agentElem)
Deprecated. parses the incoming message for 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 |
JabberMessage |
OOBIQMessage.parse(JabberMessageParser parser,
Element msgTree)
|
JabberMessage |
LastIQMessage.parse(JabberMessageParser parser,
Element msgTree)
|
JabberMessage |
JabberVCardMessage.parse(JabberMessageParser parser,
Element msgTree)
Parses element/incoming message into a message object. |
JabberMessage |
DataXMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the incoming data |
JabberMessage |
ServiceItemsIQMessage.parse(JabberMessageParser parser,
Element msgTree)
|
JabberMessage |
AgentsIQMessage.parse(JabberMessageParser parser,
Element msgTree)
Deprecated. parses the incoming message for the data |
JabberMessage |
EventXMessage.parse(JabberMessageParser parser,
Element msgTree)
parses out the data from the message |
JabberMessage |
DelayXMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the message. |
JabberMessage |
ServiceInfoIQMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the additional data out of the DOM |
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 |
VacationIQMessage.parse(JabberMessageParser parser,
Element msgTree)
parses the incoming XML DOM object for the data that we need |
Constructors in com.echomine.jabber.msg that throw ParseException | |
---|---|
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 |
Uses of ParseException in com.echomine.util |
---|
Methods in com.echomine.util that throw ParseException | |
---|---|
static int |
ParseUtil.deserializeString(byte[] inbuf,
int offset,
int len,
java.lang.StringBuffer outbuf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |