|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.edg.info.ReplicaDecoder
Translates an XML message to the local Registry DB.
Constructor Summary | |
ReplicaDecoder()
Creates a new ReplicaDecoder. |
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
Method called by the sax parser when text content is found. |
Replica |
decode(java.lang.String message)
Attempts to decode the message into a Replica. |
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String elementName)
Method called by the sax parser when an element is terminated. |
void |
error(org.xml.sax.SAXParseException e)
Called when the SAX parser encounters an error. |
void |
fatalError(org.xml.sax.SAXParseException e)
Called when the SAX parser encounters a 'serious' error. |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String elementName,
org.xml.sax.Attributes attributes)
Method called by the sax parser when a new element is found. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReplicaDecoder()
Method Detail |
public void characters(char[] ch, int start, int length)
public void endElement(java.lang.String uri, java.lang.String localName, java.lang.String elementName)
public void startElement(java.lang.String uri, java.lang.String localName, java.lang.String elementName, org.xml.sax.Attributes attributes)
public Replica decode(java.lang.String message) throws org.glite.rgma.system.RGMAException
org.glite.rgma.system.RGMAException
public void error(org.xml.sax.SAXParseException e)
public void fatalError(org.xml.sax.SAXParseException e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |