Uses of Class
org.apache.cxf.tools.corba.processors.idl.VisitorTypeHolder
-
Packages that use VisitorTypeHolder Package Description org.apache.cxf.tools.corba.processors.idl -
-
Uses of VisitorTypeHolder in org.apache.cxf.tools.corba.processors.idl
Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type VisitorTypeHolder Modifier and Type Method Description protected static booleanScopedNameVisitor. findNonSchemaType(String name, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)protected static booleanScopedNameVisitor. findSchemaType(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)protected static booleanScopedNameVisitor. findSchemaType(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder, boolean checkExact)static booleanScopedNameVisitor. findSchemaTypeInBaseScope(List<Scope> scopeList, Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)protected static voidScopedNameVisitor. populateAliasSchemaType(CorbaType corbaType, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)
-