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

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

public class WSDL11Writer
extends java.lang.Object


Field Summary
static java.lang.String IMPORT_TAG
           
static java.lang.String INCLUDE_TAG
           
static java.lang.String SCHEMA_LOCATION
           
 
Constructor Summary
WSDL11Writer(java.io.File baseFolder)
           
 
Method Summary
 void adjustWSDLSchemaLocatins(javax.wsdl.Definition definition, java.util.Map changedSchemaLocations)
          Deprecated. please use adjustWSDLSchemaLocations
 void adjustWSDLSchemaLocations(javax.wsdl.Definition definition, java.util.Map changedSchemaLocations)
          adjust the schema locations in the original wsdl
 void writeWSDL(AxisService axisService)
           
 void writeWSDL(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
 

Field Detail

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
Constructor Detail

WSDL11Writer

public WSDL11Writer(java.io.File baseFolder)
Method Detail

writeWSDL

public void writeWSDL(AxisService axisService)

writeWSDL

public void writeWSDL(AxisService axisService,
                      javax.wsdl.Definition definition,
                      java.util.Map changedMap)

adjustWSDLSchemaLocatins

public void adjustWSDLSchemaLocatins(javax.wsdl.Definition definition,
                                     java.util.Map changedSchemaLocations)
Deprecated. please use adjustWSDLSchemaLocations

Parameters:
definition -
changedSchemaLocations -

adjustWSDLSchemaLocations

public void adjustWSDLSchemaLocations(javax.wsdl.Definition definition,
                                      java.util.Map changedSchemaLocations)
adjust the schema locations in the original wsdl

Parameters:
definition -
changedSchemaLocations -


Copyright © 2007 Apache Web Services Project. All Rights Reserved.