Class ObjectReferenceVisitor
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.VisitorBase
-
- org.apache.cxf.tools.corba.processors.idl.ObjectReferenceVisitor
-
- All Implemented Interfaces:
Visitor
public class ObjectReferenceVisitor extends VisitorBase
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.tools.corba.processors.idl.VisitorBase
deferredActions, definition, manager, mapper, schema, schemas, scopedNames, typeMap, wsdlVisitor
-
-
Constructor Summary
Constructors Constructor Description ObjectReferenceVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanaccept(Scope scope, org.apache.ws.commons.schema.XmlSchema s, javax.wsdl.Definition def, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor)protected static booleanisForwardDeclaredReference(Scope scope, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, ScopeNameCollection scopedNames, WSDLASTVisitor wsdlVisitor)voidvisit(antlr.collections.AST node)protected voidvisitForwardDeclaredObjectReference(Scope scope, org.apache.ws.commons.schema.XmlSchemaCollection schemas, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, ScopeNameCollection scopedNames, WSDLASTVisitor wsdlVisitor)-
Methods inherited from class org.apache.cxf.tools.corba.processors.idl.VisitorBase
getCorbaType, getFullyQualifiedName, getSchemaType, getScope, getScopedNames, getWsdlVisitor, setCorbaType, setFullyQualifiedName, setSchemaType
-
-
-
-
Constructor Detail
-
ObjectReferenceVisitor
public ObjectReferenceVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor)
-
-
Method Detail
-
accept
public static boolean accept(Scope scope, org.apache.ws.commons.schema.XmlSchema s, javax.wsdl.Definition def, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor)
-
visit
public void visit(antlr.collections.AST node)
- Specified by:
visitin interfaceVisitor- Specified by:
visitin classVisitorBase
-
isForwardDeclaredReference
protected static boolean isForwardDeclaredReference(Scope scope, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, ScopeNameCollection scopedNames, WSDLASTVisitor wsdlVisitor)
-
visitForwardDeclaredObjectReference
protected void visitForwardDeclaredObjectReference(Scope scope, org.apache.ws.commons.schema.XmlSchemaCollection schemas, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, ScopeNameCollection scopedNames, WSDLASTVisitor wsdlVisitor)
-
-