Class WSDL11Writer
- java.lang.Object
-
- org.apache.axis2.wsdl.codegen.writer.WSDL11Writer
-
public class WSDL11Writer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
IMPORT_TAG
static String
INCLUDE_TAG
static String
SCHEMA_LOCATION
-
Constructor Summary
Constructors Constructor Description WSDL11Writer(File baseFolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
adjustWSDLSchemaLocatins(javax.wsdl.Definition definition, Map changedSchemaLocations)
Deprecated.please use adjustWSDLSchemaLocationsvoid
adjustWSDLSchemaLocations(javax.wsdl.Definition definition, Map changedSchemaLocations)
adjust the schema locations in the original wsdlvoid
writeWSDL(AxisService axisService)
void
writeWSDL(AxisService axisService, javax.wsdl.Definition definition, Map changedMap)
-
-
-
Field Detail
-
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
-
-
Constructor Detail
-
WSDL11Writer
public WSDL11Writer(File baseFolder)
-
-
Method Detail
-
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
-
-
-