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, writeResponse
public 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 WSDLQueryHandler
protected javax.wsdl.Definition getDefinition(org.apache.cxf.service.model.EndpointInfo endpointInfo) throws javax.wsdl.WSDLException
getDefinition
in class WSDLQueryHandler
javax.wsdl.WSDLException
protected 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 WSDLQueryHandler
MalformedURLException
protected String rewriteSchemaLocation(String base, String schemaLocation)
rewriteSchemaLocation
in class WSDLQueryHandler
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.