Class WSDLASTVisitor
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.WSDLASTVisitor
-
- All Implemented Interfaces:
antlr.ASTVisitor
public final class WSDLASTVisitor extends Object implements antlr.ASTVisitor
-
-
Constructor Summary
Constructors Constructor Description WSDLASTVisitor(String tns, String schemans, String corbatypemaptns)WSDLASTVisitor(String tns, String schemans, String corbatypemaptns, String pragmaPrefix)
-
Method Summary
-
-
-
Method Detail
-
visit
public void visit(antlr.collections.AST node)
- Specified by:
visitin interfaceantlr.ASTVisitor
-
setSchemaGenerated
public void setSchemaGenerated(boolean value)
-
isSchemaGenerated
public boolean isSchemaGenerated()
-
updateSchemaNamespace
public void updateSchemaNamespace(String name) throws Exception
- Throws:
Exception
-
setSupportPolymorphicFactories
public void setSupportPolymorphicFactories(boolean support) throws Exception- Throws:
Exception
-
getSupportPolymorphicFactories
public boolean getSupportPolymorphicFactories()
-
setIdlFile
public void setIdlFile(String idl)
-
getIdlFile
public String getIdlFile()
-
setOutputDir
public void setOutputDir(String outDir)
-
getOutputDir
public String getOutputDir()
-
getDefinition
public javax.wsdl.Definition getDefinition()
-
getManager
public WSDLSchemaManager getManager()
-
getSchema
public org.apache.ws.commons.schema.XmlSchema getSchema()
-
getSchemas
public org.apache.ws.commons.schema.XmlSchemaCollection getSchemas()
-
getScopedNames
public ScopeNameCollection getScopedNames()
-
getRecursionList
public ScopeNameCollection getRecursionList()
-
getDeferredActions
public DeferredActionCollection getDeferredActions()
-
getTypeMap
public TypeMappingType getTypeMap()
-
getSequenceOctetType
public org.apache.ws.commons.schema.XmlSchemaType getSequenceOctetType()
-
setImportSchema
public void setImportSchema(String filename)
-
getImportSchemaFilename
public String getImportSchemaFilename()
-
setSequenceOctetType
public void setSequenceOctetType(String type) throws Exception
- Throws:
Exception
-
getBoundedStringOverride
public boolean getBoundedStringOverride()
-
setBoundedStringOverride
public void setBoundedStringOverride(boolean value)
-
getCorbaBindings
public javax.wsdl.Binding[] getCorbaBindings()
-
writeDefinition
public boolean writeDefinition(javax.wsdl.Definition def, Writer writer) throws Exception- Throws:
Exception
-
writeSchemaDefinition
public boolean writeSchemaDefinition(javax.wsdl.Definition definit, Writer writer) throws Exception- Throws:
Exception
-
writeSchema
public boolean writeSchema(org.apache.ws.commons.schema.XmlSchema schemaRef, Writer writer) throws Exception- Throws:
Exception
-
writeDefinitions
public boolean writeDefinitions(Writer writer, Writer schemaWriter, Writer logicalWriter, Writer physicalWriter, String schemaFilename, String logicalFile, String physicalFile) throws Exception
- Throws:
Exception
-
getDeclaredWSAImport
public boolean getDeclaredWSAImport()
-
setDeclaredWSAImport
public void setDeclaredWSAImport(boolean declaredImport)
-
getModuleToNSMapper
public ModuleToNSMapper getModuleToNSMapper()
-
setPragmaPrefix
public void setPragmaPrefix(String pragmaPrefix)
-
getPragmaPrefix
public String getPragmaPrefix()
-
-