Class TypesVisitorBase

java.lang.Object
org.apache.cxf.tools.corba.processors.idl.TypesVisitorBase
All Implemented Interfaces:
antlr.ASTVisitor

public abstract class TypesVisitorBase extends Object implements antlr.ASTVisitor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.ws.commons.schema.XmlSchema
     
    protected org.apache.ws.commons.schema.XmlSchemaCollection
     
    protected org.apache.cxf.binding.corba.wsdl.TypeMappingType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TypesVisitorBase(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMapRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
     
    org.apache.cxf.binding.corba.wsdl.TypeMappingType
     
     
    org.apache.ws.commons.schema.XmlSchema
     
    org.apache.ws.commons.schema.XmlSchemaType
     
     
    void
    setCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type)
     
    void
    setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type)
     
    abstract void
    visit(antlr.collections.AST node)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • schema

      protected org.apache.ws.commons.schema.XmlSchema schema
    • schemas

      protected org.apache.ws.commons.schema.XmlSchemaCollection schemas
    • typeMap

      protected org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap
  • Constructor Details

    • TypesVisitorBase

      public TypesVisitorBase(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMapRef)
  • Method Details

    • visit

      public abstract void visit(antlr.collections.AST node)
      Specified by:
      visit in interface antlr.ASTVisitor
    • getSchema

      public org.apache.ws.commons.schema.XmlSchema getSchema()
    • getCorbaTypeMap

      public org.apache.cxf.binding.corba.wsdl.TypeMappingType getCorbaTypeMap()
    • getSchemaType

      public org.apache.ws.commons.schema.XmlSchemaType getSchemaType()
    • getCorbaType

      public org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl getCorbaType()
    • getSchemaTypeName

      public QName getSchemaTypeName()
    • getCorbaTypeName

      public QName getCorbaTypeName()
    • setSchemaType

      public void setSchemaType(org.apache.ws.commons.schema.XmlSchemaType type)
    • setCorbaType

      public void setCorbaType(org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type)