public static class REST2SOAPInterceptor.Mapping extends AbstractXmlElement
| Modifier and Type | Field and Description |
|---|---|
String |
regex |
String |
requestXSLT |
String |
responseXSLT |
String |
soapAction |
String |
soapURI |
| Constructor and Description |
|---|
Mapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegex() |
String |
getRequestXSLT() |
String |
getResponseXSLT() |
String |
getSoapAction() |
String |
getSoapURI() |
protected void |
parseAttributes(XMLStreamReader token) |
void |
setRegex(String regex) |
void |
setRequestXSLT(String requestXSLT) |
void |
setResponseXSLT(String responseXSLT) |
void |
setSoapAction(String soapAction) |
void |
setSoapURI(String soapURI) |
void |
write(XMLStreamWriter out) |
doAfterParsing, getBoolean, getElementName, move2RootElementIfNeeded, parse, parseCharacters, parseChildren, toXml, writeIfNotNullpublic String regex
public String soapAction
public String soapURI
public String requestXSLT
public String responseXSLT
protected void parseAttributes(XMLStreamReader token) throws Exception
parseAttributes in class AbstractXmlElementExceptionpublic void write(XMLStreamWriter out) throws XMLStreamException
write in interface XMLElementwrite in class AbstractXmlElementXMLStreamExceptionpublic String getRegex()
public void setRegex(String regex)
public String getSoapAction()
public void setSoapAction(String soapAction)
public String getSoapURI()
public void setSoapURI(String soapURI)
public String getRequestXSLT()
public void setRequestXSLT(String requestXSLT)
public String getResponseXSLT()
public void setResponseXSLT(String responseXSLT)
Copyright © 2022. All Rights Reserved.