public class WSDLPublisherInterceptor extends AbstractInterceptor
The wsdlPublisher can be used to serve WSDL files (and attached XML Schema Documents), if your backend service does not already do so.
Interceptor.Flowid, name, router| Constructor and Description |
|---|
WSDLPublisherInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getShortDescription() |
String |
getWsdl() |
Outcome |
handleRequest(Exchange exc) |
void |
init()
Called after parsing is complete and this has been added to the object tree (whose root is Router).
|
void |
setWsdl(String wsdl) |
getDisplayName, getFlow, getHelpId, getId, getLongDescription, getRouter, getRule, handleAbort, handleResponse, init, setDisplayName, setFlow, setIdpublic String getWsdl()
public void setWsdl(String wsdl)
public void init()
throws Exception
AbstractInterceptorinit in class AbstractInterceptorExceptionpublic Outcome handleRequest(Exchange exc) throws Exception
handleRequest in interface InterceptorhandleRequest in class AbstractInterceptorExceptionpublic String getShortDescription()
getShortDescription in interface InterceptorgetShortDescription in class AbstractInterceptorCopyright © 2019. All Rights Reserved.