public abstract class VisitorBase extends Object implements Visitor
| Modifier and Type | Field and Description |
|---|---|
protected DeferredActionCollection |
deferredActions |
protected javax.wsdl.Definition |
definition |
protected WSDLSchemaManager |
manager |
protected ModuleToNSMapper |
mapper |
protected org.apache.ws.commons.schema.XmlSchema |
schema |
protected org.apache.ws.commons.schema.XmlSchemaCollection |
schemas |
protected static ScopeNameCollection |
scopedNames |
protected TypeMappingType |
typeMap |
protected WSDLASTVisitor |
wsdlVisitor |
| Constructor and Description |
|---|
VisitorBase(Scope scopeRef,
javax.wsdl.Definition defn,
org.apache.ws.commons.schema.XmlSchema schemaRef,
WSDLASTVisitor wsdlASTVisitor) |
| Modifier and Type | Method and Description |
|---|---|
CorbaType |
getCorbaType() |
Scope |
getFullyQualifiedName() |
org.apache.ws.commons.schema.XmlSchemaType |
getSchemaType() |
Scope |
getScope() |
static ScopeNameCollection |
getScopedNames() |
WSDLASTVisitor |
getWsdlVisitor() |
protected void |
setCorbaType(CorbaType type) |
void |
setFullyQualifiedName(Scope declaredName) |
protected void |
setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type) |
abstract void |
visit(antlr.collections.AST node) |
protected static ScopeNameCollection scopedNames
protected WSDLASTVisitor wsdlVisitor
protected org.apache.ws.commons.schema.XmlSchemaCollection schemas
protected TypeMappingType typeMap
protected ModuleToNSMapper mapper
protected WSDLSchemaManager manager
protected DeferredActionCollection deferredActions
protected org.apache.ws.commons.schema.XmlSchema schema
protected javax.wsdl.Definition definition
public VisitorBase(Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor)
public abstract void visit(antlr.collections.AST node)
protected void setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type)
public org.apache.ws.commons.schema.XmlSchemaType getSchemaType()
getSchemaType in interface Visitorprotected void setCorbaType(CorbaType type)
public CorbaType getCorbaType()
getCorbaType in interface Visitorpublic static ScopeNameCollection getScopedNames()
public void setFullyQualifiedName(Scope declaredName)
public Scope getFullyQualifiedName()
getFullyQualifiedName in interface Visitorpublic WSDLASTVisitor getWsdlVisitor()
Apache CXF