org.codehaus.xfire.gen
Class GenerationContext
java.lang.Object
org.codehaus.xfire.AbstractContext
org.codehaus.xfire.gen.GenerationContext
public class GenerationContext
- extends AbstractContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerationContext
public GenerationContext(JCodeModel model,
java.lang.Object wsdl)
getBaseURI
public java.lang.String getBaseURI()
setBaseURI
public void setBaseURI(java.lang.String baseURI)
getSchemas
public java.util.Collection getSchemas()
setSchemas
public void setSchemas(java.util.Collection schemas)
getWsdlLocation
public java.lang.String getWsdlLocation()
setWsdlLocation
public void setWsdlLocation(java.lang.String wsdlLocation)
getOutputDirectory
public java.io.File getOutputDirectory()
setOutputDirectory
public void setOutputDirectory(java.io.File outputDirectory)
getCodeModel
public JCodeModel getCodeModel()
getServices
public java.util.Map<javax.xml.namespace.QName,java.util.Collection<Service>> getServices()
setServices
public void setServices(java.util.Map<javax.xml.namespace.QName,java.util.Collection<Service>> services)
getWsdl
public java.lang.Object getWsdl()
getBaseDir
public java.io.File getBaseDir()
getDestinationPackage
public java.lang.String getDestinationPackage()
setDestinationPackage
public void setDestinationPackage(java.lang.String destinationPackage)
getSchemaGenerator
public SchemaSupport getSchemaGenerator()
setSchemaGenerator
public void setSchemaGenerator(SchemaSupport schemaGenerator)
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.