public class WSDLGetInterceptor extends AbstractPhaseInterceptor<Message>
Modifier and Type | Field and Description |
---|---|
static WSDLGetInterceptor |
INSTANCE |
Constructor and Description |
---|
WSDLGetInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
doOutput(Message message,
String base,
Document doc,
OutputStream out) |
Document |
getDocument(Message message,
String base,
Map<String,String> params,
String ctxUri,
EndpointInfo endpointInfo) |
void |
handleMessage(Message message)
Intercepts a message.
|
boolean |
isRecognizedQuery(Map<String,String> map,
String baseUri,
String ctx,
EndpointInfo endpointInfo) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public static final WSDLGetInterceptor INSTANCE
public void doOutput(Message message, String base, Document doc, OutputStream out) throws WSDLQueryException
WSDLQueryException
public void handleMessage(Message message) throws Fault
Interceptor
Fault
public Document getDocument(Message message, String base, Map<String,String> params, String ctxUri, EndpointInfo endpointInfo)
Apache CXF