org.apache.openejb.server.cxf
Class WsdlQueryHandler

java.lang.Object
  extended by org.apache.cxf.transport.http.WSDLQueryHandler
      extended by org.apache.openejb.server.cxf.WsdlQueryHandler
All Implemented Interfaces:
org.apache.cxf.transports.http.QueryHandler, org.apache.cxf.transports.http.StemMatchingQueryHandler

public class WsdlQueryHandler
extends org.apache.cxf.transport.http.WSDLQueryHandler


Constructor Summary
WsdlQueryHandler(org.apache.cxf.Bus bus)
           
 
Method Summary
protected  void updateDefinition(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)
           
 
Methods inherited from class org.apache.cxf.transport.http.WSDLQueryHandler
getResponseContentType, isRecognizedQuery, isRecognizedQuery, setBus, updateDoc, updatePublishedEndpointUrl, updateSchemaImports, writeResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlQueryHandler

public WsdlQueryHandler(org.apache.cxf.Bus bus)
Method Detail

updateDefinition

protected void updateDefinition(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)
Overrides:
updateDefinition in class org.apache.cxf.transport.http.WSDLQueryHandler


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.