org.apache.geronimo.axis2
Class WSDLQueryHandler
java.lang.Object
org.apache.geronimo.axis2.WSDLQueryHandler
public class WSDLQueryHandler
- extends Object
Constructor Summary |
WSDLQueryHandler(org.apache.axis2.description.AxisService service)
|
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)
|
protected void |
updateSchemaImports(javax.wsdl.extensions.schema.Schema schema,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
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 |
WSDLQueryHandler
public WSDLQueryHandler(org.apache.axis2.description.AxisService service)
writeResponse
public void writeResponse(String baseUri,
String wsdlUri,
OutputStream os)
throws Exception
- Throws:
Exception
updateDefinition
protected void updateDefinition(javax.wsdl.Definition def,
Map<String,javax.wsdl.Definition> done,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base)
updateSchemaImports
protected void updateSchemaImports(javax.wsdl.extensions.schema.Schema schema,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base)
writeTo
public static void writeTo(Node node,
OutputStream os)
writeTo
public static void writeTo(Source src,
OutputStream os)
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.