public class ObjectReferenceVisitor extends VisitorBase
deferredActions, definition, manager, mapper, schema, schemas, scopedNames, typeMap, wsdlVisitor| Constructor and Description |
|---|
ObjectReferenceVisitor(Scope scope,
javax.wsdl.Definition defn,
org.apache.ws.commons.schema.XmlSchema schemaRef,
WSDLASTVisitor wsdlVisitor) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
accept(Scope scope,
org.apache.ws.commons.schema.XmlSchema s,
javax.wsdl.Definition def,
antlr.collections.AST node,
WSDLASTVisitor wsdlVisitor) |
protected static boolean |
isForwardDeclaredReference(Scope scope,
org.apache.ws.commons.schema.XmlSchema schema,
antlr.collections.AST node,
ScopeNameCollection scopedNames,
WSDLASTVisitor wsdlVisitor) |
void |
visit(antlr.collections.AST node) |
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) |
getCorbaType, getFullyQualifiedName, getSchemaType, getScope, getScopedNames, getWsdlVisitor, setCorbaType, setFullyQualifiedName, setSchemaTypepublic ObjectReferenceVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor)
public static boolean accept(Scope scope, org.apache.ws.commons.schema.XmlSchema s, javax.wsdl.Definition def, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor)
public void visit(antlr.collections.AST node)
visit in interface Visitorvisit in class VisitorBaseprotected static boolean isForwardDeclaredReference(Scope scope, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, ScopeNameCollection scopedNames, WSDLASTVisitor wsdlVisitor)
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)
Apache CXF