public class ParamDclVisitor extends VisitorBase
deferredActions, definition, manager, mapper, schema, schemas, scopedNames, typeMap, wsdlVisitor| Constructor and Description |
|---|
ParamDclVisitor(Scope scope,
javax.wsdl.Definition defn,
org.apache.ws.commons.schema.XmlSchema schemaRef,
WSDLASTVisitor wsdlVisitor,
org.apache.ws.commons.schema.XmlSchemaSequence inWrapSeq,
org.apache.ws.commons.schema.XmlSchemaSequence outWrapSeq,
OperationType corbaOp) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
accept(antlr.collections.AST node) |
void |
visit(antlr.collections.AST node) |
getCorbaType, getFullyQualifiedName, getSchemaType, getScope, getScopedNames, getWsdlVisitor, setCorbaType, setFullyQualifiedName, setSchemaTypepublic ParamDclVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, org.apache.ws.commons.schema.XmlSchemaSequence inWrapSeq, org.apache.ws.commons.schema.XmlSchemaSequence outWrapSeq, OperationType corbaOp)
public static boolean accept(antlr.collections.AST node)
public void visit(antlr.collections.AST node)
visit in interface Visitorvisit in class VisitorBaseApache CXF