Uses of Class
context.arch.comm.language.DecodeException

Packages that use DecodeException
context.arch   
context.arch.comm   
context.arch.comm.language   
context.arch.util   
 

Uses of DecodeException in context.arch
 

Methods in context.arch that throw DecodeException
 DataObject BaseObject.decodeData(java.io.Reader communicationData)
          Stub method that decodes the given string using ParserObject
 DataObject BaseObject.userRequest(DataObject data, java.lang.String requestType)
          Deprecated.  
 DataObject BaseObject.userRequest(RequestObject request)
          Sends a message to a remote component
 DataObject BaseObject.userRequest(DataObject data, java.lang.String requestType, java.lang.String remoteHostname)
          Deprecated.  
 DataObject BaseObject.userRequest(DataObject data, java.lang.String requestType, java.lang.String remoteHostname, int remotePort)
          Method that submits a user request for polling/subscription.
 

Uses of DecodeException in context.arch.comm
 

Methods in context.arch.comm that throw DecodeException
 DataObject CommunicationsObject.decodeData(java.io.Reader message)
          This stub method calls the decodeData method in MessageHandler.
 DataObject CommunicationsHandler.userRequest(RequestObject request)
          Method that allows a component to communicate with another component.
 DataObject CommunicationsHandler.userRequest(DataObject data, java.lang.String url)
          Deprecated.  
 DataObject CommunicationsHandler.userRequest(DataObject data, java.lang.String url, java.lang.String server)
          Method that allows a component to communicate with another component.
 DataObject CommunicationsHandler.userRequest(DataObject data, java.lang.String url, java.lang.String server, int port)
          Method that allows a component to communicate with another component.
 

Uses of DecodeException in context.arch.comm.language
 

Methods in context.arch.comm.language that throw DecodeException
 DataObject SAX_XMLDecoder.decodeData(java.io.Reader XMLdata)
          This method decodes the given XML data and returns the result in a DataObject.
 DataObject ParserObject.decodeData(java.io.Reader message)
          This method tries to create a DecoderInterface object and decode the given message in the Reader.
 DataObject ParserObject.decodeData(java.lang.String className, java.io.Reader message)
          This method tries to create a DecoderInterface object using the given class name and decode the given message in the Reader.
 DataObject MessageHandler.decodeData(java.io.Reader message)
          Method to decode the incoming data
 DataObject DecoderInterface.decodeData(java.io.Reader message)
          Method to decode the incoming data
 

Uses of DecodeException in context.arch.util
 

Methods in context.arch.util that throw DecodeException
 DataObject XMLURLReader.getParsedData()
          This method returns a DataObject containing the parsed information from an XML-encoded URL.