Class WSDL11Writer
java.lang.Object
org.apache.axis2.wsdl.codegen.writer.WSDL11Writer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadjustWSDLSchemaLocatins(javax.wsdl.Definition definition, Map changedSchemaLocations) Deprecated.please use adjustWSDLSchemaLocationsvoidadjustWSDLSchemaLocations(javax.wsdl.Definition definition, Map changedSchemaLocations) adjust the schema locations in the original wsdlvoidwriteWSDL(org.apache.axis2.description.AxisService axisService) voidwriteWSDL(org.apache.axis2.description.AxisService axisService, javax.wsdl.Definition definition, Map changedMap)
-
Field Details
-
IMPORT_TAG
- See Also:
-
INCLUDE_TAG
- See Also:
-
SCHEMA_LOCATION
- See Also:
-
-
Constructor Details
-
WSDL11Writer
-
-
Method Details
-
writeWSDL
public void writeWSDL(org.apache.axis2.description.AxisService axisService) -
writeWSDL
public void writeWSDL(org.apache.axis2.description.AxisService axisService, javax.wsdl.Definition definition, Map changedMap) -
adjustWSDLSchemaLocatins
Deprecated.please use adjustWSDLSchemaLocations- Parameters:
definition-changedSchemaLocations-
-
adjustWSDLSchemaLocations
adjust the schema locations in the original wsdl- Parameters:
definition-changedSchemaLocations-
-