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, warning
public String paramValue
public FakeWSCmdParser(String paramNameTag)
public void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String uri, String localName, String name) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class DefaultHandler
SAXException
public String getParameter(WSSRequest request) throws Exception
Exception
Copyright © 2013 Nuxeo SA. All Rights Reserved.