public class WSDLGetInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Modifier and Type | Field and Description |
|---|---|
static WSDLGetInterceptor |
INSTANCE |
| Constructor and Description |
|---|
WSDLGetInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
doOutput(org.apache.cxf.message.Message message,
String base,
Document doc,
OutputStream out) |
Document |
getDocument(org.apache.cxf.message.Message message,
String base,
Map<String,String> params,
String ctxUri,
org.apache.cxf.service.model.EndpointInfo endpointInfo) |
void |
handleMessage(org.apache.cxf.message.Message message) |
boolean |
isRecognizedQuery(Map<String,String> map,
String baseUri,
String ctx,
org.apache.cxf.service.model.EndpointInfo endpointInfo) |
public static final WSDLGetInterceptor INSTANCE
public void doOutput(org.apache.cxf.message.Message message,
String base,
Document doc,
OutputStream out)
throws WSDLQueryException
WSDLQueryExceptionpublic void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultpublic Document getDocument(org.apache.cxf.message.Message message, String base, Map<String,String> params, String ctxUri, org.apache.cxf.service.model.EndpointInfo endpointInfo)
Apache CXF