public class XMLElementSessionIdExtractor extends AbstractSessionIdExtractor
| Constructor and Description |
|---|
XMLElementSessionIdExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getElementName() |
String |
getLocalName() |
String |
getNamespace() |
String |
getSessionId(Message msg) |
protected void |
parseAttributes(XMLStreamReader token) |
void |
setLocalName(String localName) |
void |
setNamespace(String namespace) |
void |
write(XMLStreamWriter out) |
hasSessionIddoAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, parseChildren, toXml, writeIfNotNullpublic String getSessionId(Message msg) throws Exception
getSessionId in class AbstractSessionIdExtractorExceptionpublic String getLocalName()
public void setLocalName(String localName)
public String getNamespace()
public void setNamespace(String namespace)
public void write(XMLStreamWriter out) throws XMLStreamException
write in interface XMLElementwrite in class AbstractXmlElementXMLStreamExceptionprotected void parseAttributes(XMLStreamReader token) throws XMLStreamException
parseAttributes in class AbstractXmlElementXMLStreamExceptionprotected String getElementName()
getElementName in class AbstractXmlElementCopyright © 2012. All Rights Reserved.