org.apache.geronimo.axis2
Class WSDLQueryHandler

java.lang.Object
  extended by org.apache.geronimo.axis2.WSDLQueryHandler

public class WSDLQueryHandler
extends Object


Field Summary
static String WSDL_QUERY_MULTIPLE_PORT
           
 
Constructor Summary
WSDLQueryHandler(org.apache.axis2.description.AxisService service)
           
WSDLQueryHandler(org.apache.axis2.description.AxisService service, PortInfo portInfo, Collection<PortInfo> portInfos)
           
 
Method Summary
protected  void updateDefinition(String parentDocKey, javax.wsdl.Definition def, Map<String,String> docMap, String base)
           
protected  void updateSchemaImports(String parentDocKey, javax.wsdl.extensions.schema.Schema schema, Map<String,String> docMap, String base)
           
 void writeResponse(String baseUri, String wsdlUri, OutputStream os)
           
static void writeTo(Node node, OutputStream os)
           
static void writeTo(Source src, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_QUERY_MULTIPLE_PORT

public static final String WSDL_QUERY_MULTIPLE_PORT
See Also:
Constant Field Values
Constructor Detail

WSDLQueryHandler

public WSDLQueryHandler(org.apache.axis2.description.AxisService service)

WSDLQueryHandler

public WSDLQueryHandler(org.apache.axis2.description.AxisService service,
                        PortInfo portInfo,
                        Collection<PortInfo> portInfos)
Method Detail

writeResponse

public void writeResponse(String baseUri,
                          String wsdlUri,
                          OutputStream os)
                   throws Exception
Throws:
Exception

updateDefinition

protected void updateDefinition(String parentDocKey,
                                javax.wsdl.Definition def,
                                Map<String,String> docMap,
                                String base)

updateSchemaImports

protected void updateSchemaImports(String parentDocKey,
                                   javax.wsdl.extensions.schema.Schema schema,
                                   Map<String,String> docMap,
                                   String base)

writeTo

public static void writeTo(Node node,
                           OutputStream os)

writeTo

public static void writeTo(Source src,
                           OutputStream os)


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.