Package FAtiMA.Core.util.parsers
Class RemoteActionHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.Core.util.parsers.RemoteActionHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class RemoteActionHandler extends ReflectXMLHandler
- Author:
- Joao Dias
-
-
Constructor Summary
Constructors Constructor Description RemoteActionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidEmotion(org.xml.sax.Attributes attributes)RemoteActiongetRemoteAction()voidParamCharacters(java.lang.String param)voidRemoteAction(org.xml.sax.Attributes attributes)voidSubjectCharacters(java.lang.String sender)voidTargetCharacters(java.lang.String target)voidTypeCharacters(java.lang.String type)-
Methods inherited from class FAtiMA.Core.util.parsers.ReflectXMLHandler
callCharMethod, callEndMethod, callTagMethod, characters, endDocument, endElement, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, startElement, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
RemoteAction
public void RemoteAction(org.xml.sax.Attributes attributes)
-
Emotion
public void Emotion(org.xml.sax.Attributes attributes)
-
getRemoteAction
public RemoteAction getRemoteAction()
-
TargetCharacters
public void TargetCharacters(java.lang.String target)
-
SubjectCharacters
public void SubjectCharacters(java.lang.String sender)
-
TypeCharacters
public void TypeCharacters(java.lang.String type)
-
ParamCharacters
public void ParamCharacters(java.lang.String param)
-
-