org.apache.axis2.wsdl.codegen.writer
Class WSDL11Writer
java.lang.Object
org.apache.axis2.wsdl.codegen.writer.WSDL11Writer
- public class WSDL11Writer
- extends java.lang.Object
Method Summary |
void |
adjustWSDLSchemaLocatins(javax.wsdl.Definition definition,
java.util.Map changedScheamLocations)
adjust the schema locations in the original wsdl |
void |
writeWSDL(org.apache.axis2.description.AxisService axisService)
|
void |
writeWSDL(org.apache.axis2.description.AxisService axisService,
javax.wsdl.Definition definition,
java.util.Map changedMap)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMPORT_TAG
public static final java.lang.String IMPORT_TAG
- See Also:
- Constant Field Values
INCLUDE_TAG
public static final java.lang.String INCLUDE_TAG
- See Also:
- Constant Field Values
SCHEMA_LOCATION
public static final java.lang.String SCHEMA_LOCATION
- See Also:
- Constant Field Values
WSDL11Writer
public WSDL11Writer(java.io.File baseFolder)
writeWSDL
public void writeWSDL(org.apache.axis2.description.AxisService axisService)
writeWSDL
public void writeWSDL(org.apache.axis2.description.AxisService axisService,
javax.wsdl.Definition definition,
java.util.Map changedMap)
adjustWSDLSchemaLocatins
public void adjustWSDLSchemaLocatins(javax.wsdl.Definition definition,
java.util.Map changedScheamLocations)
- adjust the schema locations in the original wsdl
- Parameters:
changedScheamLocations
-
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.