Uses of Class
com.echomine.common.ParseException

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)
           
 java.lang.String JabberJDOMMessage.encode()
          The default encoding will serialize the DOM Tree.
 java.lang.String NullMessage.encode()
           
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 JabberJDOMMessage.parse(JabberMessageParser parser, Element msgTree)
           
 JabberMessage JabberChatMessage.parse(JabberMessageParser parser, Element msgTree)
           
 JabberMessage JabberIQMessageParser.parse(JabberMessageParser parser, Element msgTree)
           
 JabberMessage JabberMessageParsable.parse(JabberMessageParser parser, Element msgTree)
          parse element/incoming message into a message object.
 JabberMessage JabberPresenceMessage.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.
 

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 DataXMessage.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 ServiceItemsIQMessage.encode()
           
 Element DataXOption.encode()
          encodes the data and returns the element for use to serialize the data over the wire
 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 ServiceInfoIQMessage.encode()
          encodes the additional data
 java.lang.String JabberVCardMessage.encode()
          Encodes the message into XML.
 java.lang.String VacationIQMessage.encode()
          encodes the data in this object into XML string
 Element DataXField.encode()
          encodes the data in this field into an XML Element contained within the designated namespace
 java.lang.String OOBIQMessage.encode()
           
 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 DataXOption.parse(Element opElem)
          parses the incoming option element
 void Agent.parse(Element agentElem)
          Deprecated. parses the incoming message for the data.
 void ServiceItem.parse(Element serviceElem)
          parses the element for all the data.
 void ServiceIdentity.parse(Element identElem)
          parses the element for the required data
 void DataXField.parse(Element fieldElem)
          parses the data out of the XML DOM elements
 JabberMessage DataXMessage.parse(JabberMessageParser parser, Element msgTree)
          parses the incoming data
 JabberMessage OOBXMessage.parse(JabberMessageParser parser, Element msgTree)
           
 JabberMessage BrowseIQMessage.parse(JabberMessageParser parser, Element msgTree)
          parses the incoming message for the data
 JabberMessage DelayXMessage.parse(JabberMessageParser parser, Element msgTree)
          parses the message.
 JabberMessage XMLRPCMessage.parse(JabberMessageParser parser, Element msgTree)
          parses the message.
 JabberMessage ServiceItemsIQMessage.parse(JabberMessageParser parser, Element msgTree)
           
 JabberMessage EventXMessage.parse(JabberMessageParser parser, Element msgTree)
          parses out the data from the message
 JabberMessage ServiceInfoIQMessage.parse(JabberMessageParser parser, Element msgTree)
          parses the additional data out of the DOM
 JabberMessage JabberVCardMessage.parse(JabberMessageParser parser, Element msgTree)
          Parses element/incoming message into a message object.
 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 LastIQMessage.parse(JabberMessageParser parser, Element msgTree)
           
 JabberMessage OOBIQMessage.parse(JabberMessageParser parser, Element msgTree)
           
 

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)
           
 



Copyright © 2001-2005 Echomine. All Rights Reserved.