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 |
handleMessage(org.apache.cxf.message.Message message)
|
boolean |
isRecognizedQuery(Map<String,String> map,
String baseUri,
String ctx,
org.apache.cxf.service.model.EndpointInfo endpointInfo)
|
protected void |
updateDefinition(org.apache.cxf.Bus bus,
javax.wsdl.Definition def,
Map<String,javax.wsdl.Definition> done,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base,
org.apache.cxf.service.model.EndpointInfo ei)
|
protected void |
updateDoc(Document doc,
String base,
Map<String,javax.wsdl.Definition> mp,
Map<String,javax.wsdl.extensions.schema.SchemaReference> smp,
org.apache.cxf.message.Message message)
|
protected void |
updatePublishedEndpointUrl(String publishingUrl,
javax.wsdl.Definition def,
QName name)
|
protected void |
updateSchemaImports(org.apache.cxf.Bus bus,
javax.wsdl.extensions.schema.Schema schema,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base)
|
void |
writeResponse(org.apache.cxf.message.Message message,
String base,
Map<String,String> params,
String ctxUri,
org.apache.cxf.service.model.EndpointInfo endpointInfo,
OutputStream os)
|
| 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
AUTO_REWRITE_ADDRESS
public static final String AUTO_REWRITE_ADDRESS
- See Also:
- Constant Field Values
PUBLISHED_ENDPOINT_URL
public static final String PUBLISHED_ENDPOINT_URL
- See Also:
- Constant Field Values
WSDLGetInterceptor
public WSDLGetInterceptor()
handleMessage
public void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
- Throws:
org.apache.cxf.interceptor.Fault
isRecognizedQuery
public boolean isRecognizedQuery(Map<String,String> map,
String baseUri,
String ctx,
org.apache.cxf.service.model.EndpointInfo endpointInfo)
writeResponse
public void writeResponse(org.apache.cxf.message.Message message,
String base,
Map<String,String> params,
String ctxUri,
org.apache.cxf.service.model.EndpointInfo endpointInfo,
OutputStream os)
updateDoc
protected void updateDoc(Document doc,
String base,
Map<String,javax.wsdl.Definition> mp,
Map<String,javax.wsdl.extensions.schema.SchemaReference> smp,
org.apache.cxf.message.Message message)
updateDefinition
protected void updateDefinition(org.apache.cxf.Bus bus,
javax.wsdl.Definition def,
Map<String,javax.wsdl.Definition> done,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base,
org.apache.cxf.service.model.EndpointInfo ei)
updatePublishedEndpointUrl
protected void updatePublishedEndpointUrl(String publishingUrl,
javax.wsdl.Definition def,
QName name)
updateSchemaImports
protected void updateSchemaImports(org.apache.cxf.Bus bus,
javax.wsdl.extensions.schema.Schema schema,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base)
Apache CXF