public class REST2SOAPInterceptor extends AbstractInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
REST2SOAPInterceptor.Mapping |
Interceptor.FlowELEMENT_NAME, id, namerouter| Constructor and Description |
|---|
REST2SOAPInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHelpId() |
List<REST2SOAPInterceptor.Mapping> |
getMappings() |
String |
getShortDescription() |
Outcome |
handleRequest(Exchange exc) |
Outcome |
handleResponse(Exchange exc) |
protected void |
parseChildren(XMLStreamReader token,
String child) |
void |
setMappings(List<REST2SOAPInterceptor.Mapping> mappings) |
protected void |
writeInterceptor(XMLStreamWriter out) |
getDisplayName, getElementName, getFlow, getId, getLongDescription, parseAttributes, setDisplayName, setFlow, setId, writegetRouter, setRouterdoAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, toXml, writeIfNotNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRouter, setRouterparsepublic Outcome handleRequest(Exchange exc) throws Exception
handleRequest in interface InterceptorhandleRequest in class AbstractInterceptorExceptionpublic Outcome handleResponse(Exchange exc) throws Exception
handleResponse in interface InterceptorhandleResponse in class AbstractInterceptorExceptionpublic List<REST2SOAPInterceptor.Mapping> getMappings()
public void setMappings(List<REST2SOAPInterceptor.Mapping> mappings)
protected void writeInterceptor(XMLStreamWriter out) throws XMLStreamException
writeInterceptor in class AbstractInterceptorXMLStreamExceptionprotected void parseChildren(XMLStreamReader token, String child) throws Exception
parseChildren in class AbstractXmlElementExceptionpublic String getShortDescription()
getShortDescription in interface InterceptorgetShortDescription in class AbstractInterceptorpublic String getHelpId()
getHelpId in interface InterceptorgetHelpId in class AbstractInterceptorCopyright © 2012. All Rights Reserved.