Class PortTypeVisitor
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.VisitorBase
org.apache.cxf.tools.corba.processors.idl.PortTypeVisitor
- All Implemented Interfaces:
Visitor
-
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
ConstructorsConstructorDescriptionPortTypeVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaccept(antlr.collections.AST node) javax.wsdl.BindingcreateBinding(String scopedPortTypeName) voidvisit(antlr.collections.AST node) Methods inherited from class org.apache.cxf.tools.corba.processors.idl.VisitorBase
getCorbaType, getFullyQualifiedName, getSchemaType, getScope, getScopedNames, getWsdlVisitor, setCorbaType, setFullyQualifiedName, setSchemaType
-
Constructor Details
-
PortTypeVisitor
public PortTypeVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor)
-
-
Method Details
-
accept
public static boolean accept(antlr.collections.AST node) -
visit
public void visit(antlr.collections.AST node) - Specified by:
visitin interfaceVisitor- Specified by:
visitin classVisitorBase
-
createBinding
-