public class FakeWSCmdParser extends DefaultHandler
| Modifier and Type | Field and Description |
|---|---|
String |
paramValue |
| Constructor and Description |
|---|
FakeWSCmdParser(String paramNameTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String name) |
String |
getParameter(WSSRequest request) |
void |
startElement(String uri,
String localName,
String name,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic String paramValue
public FakeWSCmdParser(String paramNameTag)
public void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String name) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerSAXExceptionpublic String getParameter(WSSRequest request) throws Exception
ExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.