org.apache.openejb.server.axis2
Class WsdlQueryHandler
java.lang.Object
org.apache.openejb.server.axis2.WsdlQueryHandler
public class WsdlQueryHandler
- extends java.lang.Object
Constructor Summary |
WsdlQueryHandler(org.apache.axis2.description.AxisService service)
|
Method Summary |
protected void |
updateDefinition(javax.wsdl.Definition def,
java.util.Map<java.lang.String,javax.wsdl.Definition> done,
java.util.Map<java.lang.String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
java.lang.String base)
|
protected void |
updateSchemaImports(javax.wsdl.extensions.schema.Schema schema,
java.util.Map<java.lang.String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
java.lang.String base)
|
void |
writeResponse(java.lang.String baseUri,
java.lang.String wsdlUri,
java.io.OutputStream os)
|
static void |
writeTo(org.w3c.dom.Node node,
java.io.OutputStream os)
|
static void |
writeTo(javax.xml.transform.Source src,
java.io.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(java.lang.String baseUri,
java.lang.String wsdlUri,
java.io.OutputStream os)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateDefinition
protected void updateDefinition(javax.wsdl.Definition def,
java.util.Map<java.lang.String,javax.wsdl.Definition> done,
java.util.Map<java.lang.String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
java.lang.String base)
updateSchemaImports
protected void updateSchemaImports(javax.wsdl.extensions.schema.Schema schema,
java.util.Map<java.lang.String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
java.lang.String base)
writeTo
public static void writeTo(org.w3c.dom.Node node,
java.io.OutputStream os)
writeTo
public static void writeTo(javax.xml.transform.Source src,
java.io.OutputStream os)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.