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