Class WSDLASTVisitor
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.WSDLASTVisitor
- All Implemented Interfaces:
antlr.ASTVisitor
-
Constructor Summary
ConstructorsConstructorDescriptionWSDLASTVisitor(String tns, String schemans, String corbatypemaptns) WSDLASTVisitor(String tns, String schemans, String corbatypemaptns, String pragmaPrefix) -
Method Summary
Modifier and TypeMethodDescriptionbooleanjavax.wsdl.Binding[]booleanjavax.wsdl.Definitionorg.apache.ws.commons.schema.XmlSchemaorg.apache.ws.commons.schema.XmlSchemaCollectionorg.apache.ws.commons.schema.XmlSchemaTypebooleanbooleanvoidsetBoundedStringOverride(boolean value) voidsetDeclaredWSAImport(boolean declaredImport) voidsetExcludedModules(Map<String, List<String>> modules) voidsetIdlFile(String idl) voidsetImportSchema(String filename) voidsetModuleToNSMapping(Map<String, String> map) voidsetOutputDir(String outDir) voidsetPragmaPrefix(String pragmaPrefix) voidsetQualified(boolean qualified) voidsetSchemaGenerated(boolean value) voidsetSequenceOctetType(String type) voidsetSupportPolymorphicFactories(boolean support) voidupdateSchemaNamespace(String name) voidvisit(antlr.collections.AST node) booleanwriteDefinition(Writer writer) booleanwriteDefinition(javax.wsdl.Definition def, Writer writer) booleanwriteDefinitions(Writer writer, Writer schemaWriter, Writer logicalWriter, Writer physicalWriter, String schemaFilename, String logicalFile, String physicalFile) booleanwriteSchema(org.apache.ws.commons.schema.XmlSchema schemaRef, Writer writer) booleanwriteSchemaDefinition(javax.wsdl.Definition definit, Writer writer)
-
Constructor Details
-
WSDLASTVisitor
public WSDLASTVisitor(String tns, String schemans, String corbatypemaptns, String pragmaPrefix) throws javax.wsdl.WSDLException, jakarta.xml.bind.JAXBException - Throws:
javax.wsdl.WSDLExceptionjakarta.xml.bind.JAXBException
-
WSDLASTVisitor
public WSDLASTVisitor(String tns, String schemans, String corbatypemaptns) throws javax.wsdl.WSDLException, jakarta.xml.bind.JAXBException - Throws:
javax.wsdl.WSDLExceptionjakarta.xml.bind.JAXBException
-
-
Method Details
-
visit
public void visit(antlr.collections.AST node) - Specified by:
visitin interfaceantlr.ASTVisitor
-
setSchemaGenerated
public void setSchemaGenerated(boolean value) -
isSchemaGenerated
public boolean isSchemaGenerated() -
updateSchemaNamespace
- Throws:
Exception
-
setQualified
- Throws:
Exception
-
setSupportPolymorphicFactories
- Throws:
Exception
-
getSupportPolymorphicFactories
public boolean getSupportPolymorphicFactories() -
setIdlFile
-
getIdlFile
-
getInheritedScopeMap
-
setOutputDir
-
getOutputDir
-
getDefinition
public javax.wsdl.Definition getDefinition() -
getManager
-
getSchema
public org.apache.ws.commons.schema.XmlSchema getSchema() -
getSchemas
public org.apache.ws.commons.schema.XmlSchemaCollection getSchemas() -
getScopedNames
-
getRecursionList
-
getDeferredActions
-
getTypeMap
-
getSequenceOctetType
public org.apache.ws.commons.schema.XmlSchemaType getSequenceOctetType() -
setImportSchema
-
getImportSchemaFilename
-
setSequenceOctetType
- Throws:
Exception
-
getBoundedStringOverride
public boolean getBoundedStringOverride() -
setBoundedStringOverride
public void setBoundedStringOverride(boolean value) -
getCorbaBindings
public javax.wsdl.Binding[] getCorbaBindings() -
writeDefinition
- Throws:
Exception
-
writeDefinition
- Throws:
Exception
-
writeSchemaDefinition
- 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) -
setModuleToNSMapping
-
getModuleToNSMapper
-
setExcludedModules
-
setPragmaPrefix
-
getPragmaPrefix
-