org.apache.axis2.wsdl.codegen.writer
Class WSDL11Writer

java.lang.Object
  extended by org.apache.axis2.wsdl.codegen.writer.WSDL11Writer

public class WSDL11Writer
extends Object


Field Summary
static String IMPORT_TAG
           
static String INCLUDE_TAG
           
static String SCHEMA_LOCATION
           
 
Constructor Summary
WSDL11Writer(File baseFolder)
           
 
Method Summary
 void adjustWSDLSchemaLocatins(javax.wsdl.Definition definition, Map changedSchemaLocations)
          Deprecated. please use adjustWSDLSchemaLocations
 void adjustWSDLSchemaLocations(javax.wsdl.Definition definition, Map changedSchemaLocations)
          adjust the schema locations in the original wsdl
 void writeWSDL(AxisService axisService)
           
 void writeWSDL(AxisService axisService, javax.wsdl.Definition definition, Map changedMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 -


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.