public class AssetDeserializerXmlImpl extends org.xml.sax.helpers.DefaultHandler implements WebscriptResponseHandler
| Constructor and Description |
|---|
AssetDeserializerXmlImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
LinkedList<TreeMap<String,Serializable>> |
deserialize(InputStream in) |
void |
endElement(String uri,
String localName,
String qName) |
LinkedList<TreeMap<String,Serializable>> |
getAssets()
Retrieve the list of assets that were deserialized.
|
TreeMap<String,Serializable> |
getHeader()
Retrieve any properties that were deserialized from the header of the response.
|
void |
handleResponse(InputStream in) |
void |
reset() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic void reset()
public LinkedList<TreeMap<String,Serializable>> deserialize(InputStream in)
public void handleResponse(InputStream in)
handleResponse in interface WebscriptResponseHandlerpublic LinkedList<TreeMap<String,Serializable>> getAssets()
public TreeMap<String,Serializable> getHeader()
public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.