public class ProxyWSDLQueryHandler extends WSDLQueryHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
XSD_PARAMETER_NAME |
bus| Constructor and Description |
|---|
ProxyWSDLQueryHandler(org.apache.cxf.Bus b,
String port) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSchemaUrl(Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String start,
String decodedStart,
javax.wsdl.extensions.schema.SchemaReference imp) |
protected javax.wsdl.Definition |
getDefinition(org.apache.cxf.service.model.EndpointInfo endpointInfo) |
protected void |
rewriteOperationAddress(org.apache.cxf.service.model.EndpointInfo ei,
Document doc,
String base) |
protected String |
rewriteSchemaLocation(String base,
String schemaLocation) |
getResponseContentType, isRecognizedQuery, isRecognizedQuery, updateDefinition, updateDoc, updatePublishedEndpointUrl, updateSchemaImports, writeResponsepublic static final String XSD_PARAMETER_NAME
public ProxyWSDLQueryHandler(org.apache.cxf.Bus b,
String port)
protected void rewriteOperationAddress(org.apache.cxf.service.model.EndpointInfo ei,
Document doc,
String base)
rewriteOperationAddress in class WSDLQueryHandlerprotected javax.wsdl.Definition getDefinition(org.apache.cxf.service.model.EndpointInfo endpointInfo)
throws javax.wsdl.WSDLException
getDefinition in class WSDLQueryHandlerjavax.wsdl.WSDLExceptionprotected void checkSchemaUrl(Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas, String start, String decodedStart, javax.wsdl.extensions.schema.SchemaReference imp) throws MalformedURLException
checkSchemaUrl in class WSDLQueryHandlerMalformedURLExceptionprotected String rewriteSchemaLocation(String base, String schemaLocation)
rewriteSchemaLocation in class WSDLQueryHandlerCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.