| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParserException in fipaos.agent.conversation.standard |
Methods in fipaos.agent.conversation.standard that throw ParserException | |
static ConversationImpl | ConversationImpl.getConversation(String protocol, String agent_name) Method to dynamically load a Conversation instance which follows the given protocol and belongs to the given Agent |
Uses of ParserException in fipaos.ont.fipa.fipaman |
Constructors in fipaos.ont.fipa.fipaman that throw ParserException | |
AgentID.AgentID(String aid) Constructs an AgentID from the given String, which is expected to conform to the FIPA99 representation for an AID | |
AgentManagementAction.AgentManagementAction(Content content) This constructor creates an AgentManagementAction object with a Content object generated by the SLParser. | |
AgentManagementAction.AgentManagementAction(String agent_mgt_string) This constructor takes a string as the parameter. | |
AgentManagementException.AgentManagementException(String acl_content) Parses the given content into AgentManagementAction objects + extracts the associated exception | |
AgentManagementResult.AgentManagementResult(Content result_content) This constructor takes a content object returned by the SL Parser as the parameter. | |
AgentManagementResult.AgentManagementResult(String result_string) This is a constructor which takes a string as the parameter | |
AMSAgentDescription.AMSAgentDescription(Content content) This constructor takes a Content Object as the parameter and parses it into an AMSAgentDescription object. | |
AMSAgentDescription.AMSAgentDescription(String ams_string) This constructor takes an AMSAgentDescription String as a parameter and uses the SL Parser to parse it into a Content Object. | |
APDescription.APDescription(Content ap_content) This constructor takes a Content object as a parameter. | |
APDescription.APDescription(String description) This constructor creates an APDescriptoin from a string. | |
APTDescription.APTDescription(String description) Constructs a APTDescription object from a string | |
DFAgentDescription.DFAgentDescription(Content df_agent_content) THis constructor parses the content passed to it to populate its fields. | |
DFAgentDescription.DFAgentDescription(String df_agent_desc) This constructor parses the string passed to it to populate its fields. | |
MTPDescription.MTPDescription(String description) Constructor - given a String representation of the Message Transport Description a mtpdescription will vce constructed from it. | |
PropertyTemplate.PropertyTemplate(String property_template) This constructor creates a PropertyTemplate object with the specified string | |
SearchConstraints.SearchConstraints(String constraints_string) This constructor creates a SearchConstraints with the specified string. | |
ServiceDescription.ServiceDescription(Content desc_content) constructor parses the Content object passed to it to populate the object. | |
ServiceDescription.ServiceDescription(String desc_string) This constructor parses the string passed to it to populate the object. |
Methods in fipaos.ont.fipa.fipaman that throw ParserException | |
static void | AgentManagementException.main(String[] args) |
Object | AgentManagementResult.convertToObject(Content content) |
void | ServiceDescription.setProperties(PropertyTemplate[] desc_item) This method sets the properties |
void | ServiceDescription.setProperties(String[] desc_item) This method sets the properties |
Uses of ParserException in fipaos.parser |
Methods in fipaos.parser that throw ParserException | |
String | Parser.deparse(Content content) This method converts a Content object into a document which is of a format determined by the Parser implementation. |
Content | Parser.parse(String content) This method converts a content String into a set of Content objects |
Uses of ParserException in fipaos.parser.acl.bitefficient |
Methods in fipaos.parser.acl.bitefficient that throw ParserException | |
static byte[] | Parser.deparse(ACL msg) Convert the given ACL message into bit-efficient format |
static ACL | Parser.parse(byte[] msg) Convert the given byte[] message into an ACL |
Uses of ParserException in fipaos.parser.acl.string |
Methods in fipaos.parser.acl.string that throw ParserException | |
static ACL | Parser.parse(byte[] acl) Converts byte[] containing FIPA-compliant string encoding of ACL message to an ACL object |
Uses of ParserException in fipaos.parser.datamapping |
Methods in fipaos.parser.datamapping that throw ParserException | |
String | DataMapper.marshall(Object object) Serialises the given Object |
Object | DataMapper.unmarshall(String doc) Converts a serialised object back into an Object |
Uses of ParserException in fipaos.parser.datamapping.properties |
Methods in fipaos.parser.datamapping.properties that throw ParserException | |
String | PropertiesBinder.marshall(Object object) Serialises the given Object |
Object | PropertiesBinder.unmarshall(String doc, String filename) Converts a serialised object back into an Object |
Uses of ParserException in fipaos.parser.datamapping.script |
Methods in fipaos.parser.datamapping.script that throw ParserException | |
(package private) final String | AbstractScriptBinder.marshall(Object object) Serialises the given Object |
(package private) final Object | AbstractScriptBinder.unmarshall(String doc, String filename) Converts a serialised object back into an Object |
Uses of ParserException in fipaos.parser.datamapping.xml |
Methods in fipaos.parser.datamapping.xml that throw ParserException | |
static Object | XMLBinding.cloneDataboundObject(Object obj) Create a completely distinct clone of a data bound object by marshalling it to a String and then unmarshalling it back into a new databound object. |
static String | XMLBinding.marshall(Object obj, boolean strip_enhydra_tags) Marshalls a Data-Binding compatible object into an XML instance document |
String | XMLBinding.marshall(Object obj) Marshalls a Data-Binding compatible object into an XML instance document |
static Object | XMLBinding.unmarshall(String xml, String default_package) Unmarshalls a string back into a Data-Binding object, and inserts Enhydra specific tags back into XML if necessary |
Object | XMLBinding.unmarshall(String xml) Unmarshalls a string back into a Data-Binding object |
static String | XMLBinding.zeusMarshall(Object obj) Marshall the given Object using the Zeus marshaller |
static Object | XMLBinding.zeusUnmarshall(String xml, String def_package) Unmarshall the given XML using the Zeus marshaller |
Uses of ParserException in fipaos.parser.envelope.xml |
Methods in fipaos.parser.envelope.xml that throw ParserException | |
static byte[] | Parser.deparse(fipaos.ont.fipa.fipaman.Envelope env) Convert the given Envelope into FIPA-defined XML format |
static fipaos.ont.fipa.fipaman.Envelope | Parser.parse(byte[] env) Convert the given byte[] message into an Envelope |
Uses of ParserException in fipaos.parser.sl |
Methods in fipaos.parser.sl that throw ParserException | |
Content | SLParser.parse(String sl_content) This method converts a content String into a set of Content objects |
static Content | SLParser.parseContent(String sl_content) parse method is the preferred method for parsing an SL content message string. |
Uses of ParserException in fipaos.tool.configurator |
Methods in fipaos.tool.configurator that throw ParserException | |
void | FIPAOSConfigurator.saveProfile(Profile profile) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |