org.mule.module.cxf.support
Class ProxyWSDLQueryHandler

java.lang.Object
  extended by org.mule.module.cxf.support.WSDLQueryHandler
      extended by org.mule.module.cxf.support.ProxyWSDLQueryHandler
All Implemented Interfaces:
org.apache.cxf.transports.http.QueryHandler, org.apache.cxf.transports.http.StemMatchingQueryHandler

public class ProxyWSDLQueryHandler
extends WSDLQueryHandler


Field Summary
 
Fields inherited from class org.mule.module.cxf.support.WSDLQueryHandler
bus
 
Constructor Summary
ProxyWSDLQueryHandler(org.apache.cxf.Bus b, String port)
           
 
Method Summary
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)
           
 
Methods inherited from class org.mule.module.cxf.support.WSDLQueryHandler
getResponseContentType, isRecognizedQuery, isRecognizedQuery, updateDefinition, updateDoc, updatePublishedEndpointUrl, updateSchemaImports, writeResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyWSDLQueryHandler

public ProxyWSDLQueryHandler(org.apache.cxf.Bus b,
                             String port)
Method Detail

rewriteOperationAddress

protected void rewriteOperationAddress(org.apache.cxf.service.model.EndpointInfo ei,
                                       Document doc,
                                       String base)
Overrides:
rewriteOperationAddress in class WSDLQueryHandler

getDefinition

protected javax.wsdl.Definition getDefinition(org.apache.cxf.service.model.EndpointInfo endpointInfo)
                                       throws javax.wsdl.WSDLException
Overrides:
getDefinition in class WSDLQueryHandler
Throws:
javax.wsdl.WSDLException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.