org.apache.cxf.frontend
Class WSDLGetInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.frontend.WSDLGetInterceptor
- All Implemented Interfaces:
- org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class WSDLGetInterceptor
- extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
|
Method Summary |
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)
|
| Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final WSDLGetInterceptor INSTANCE
WSDLGetInterceptor
public WSDLGetInterceptor()
doOutput
public void doOutput(org.apache.cxf.message.Message message,
String base,
Document doc,
OutputStream out)
throws WSDLQueryException
- Throws:
WSDLQueryException
handleMessage
public void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
- Throws:
org.apache.cxf.interceptor.Fault
getDocument
public Document getDocument(org.apache.cxf.message.Message message,
String base,
Map<String,String> params,
String ctxUri,
org.apache.cxf.service.model.EndpointInfo endpointInfo)
isRecognizedQuery
public boolean isRecognizedQuery(Map<String,String> map,
String baseUri,
String ctx,
org.apache.cxf.service.model.EndpointInfo endpointInfo)
Apache CXF