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) |
hasSessionId
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, parseChildren, toXml, writeIfNotNull
public String getSessionId(Message msg) throws Exception
getSessionId
in class AbstractSessionIdExtractor
Exception
public 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 XMLElement
write
in class AbstractXmlElement
XMLStreamException
protected void parseAttributes(XMLStreamReader token) throws XMLStreamException
parseAttributes
in class AbstractXmlElement
XMLStreamException
protected String getElementName()
getElementName
in class AbstractXmlElement
Copyright © 2012. All Rights Reserved.