Apache CXF API

Uses of Class
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl

Packages that use CorbaTypeImpl
org.apache.cxf.binding.corba   
org.apache.cxf.binding.corba.types   
org.apache.cxf.binding.corba.utils   
org.apache.cxf.binding.corba.wsdl   
org.apache.cxf.tools.corba.processors.idl   
org.apache.cxf.tools.corba.processors.wsdl   
 

Uses of CorbaTypeImpl in org.apache.cxf.binding.corba
 

Methods in org.apache.cxf.binding.corba that return CorbaTypeImpl
 CorbaTypeImpl CorbaTypeMap.getType(String name)
           
 

Methods in org.apache.cxf.binding.corba with parameters of type CorbaTypeImpl
 void CorbaTypeMap.addType(String name, CorbaTypeImpl type)
           
 

Uses of CorbaTypeImpl in org.apache.cxf.binding.corba.types
 

Fields in org.apache.cxf.binding.corba.types declared as CorbaTypeImpl
protected  CorbaTypeImpl CorbaObjectHandler.type
           
 

Methods in org.apache.cxf.binding.corba.types that return CorbaTypeImpl
 CorbaTypeImpl CorbaObjectHandler.getType()
           
 

Methods in org.apache.cxf.binding.corba.types with parameters of type CorbaTypeImpl
static boolean CorbaHandlerUtils.isOctets(CorbaTypeImpl baseType)
           
 

Uses of CorbaTypeImpl in org.apache.cxf.binding.corba.utils
 

Methods in org.apache.cxf.binding.corba.utils that return CorbaTypeImpl
static CorbaTypeImpl CorbaUtils.getCorbaType(QName idlType, CorbaTypeMap typeMap)
           
 

Uses of CorbaTypeImpl in org.apache.cxf.binding.corba.wsdl
 

Subclasses of CorbaTypeImpl in org.apache.cxf.binding.corba.wsdl
 class Alias
          Java class for alias complex type.
 class Anonarray
          Anonymous array type.
 class Anonfixed
          Java class for anonfixed complex type.
 class Anonsequence
          Anonymous sequence type.
 class Anonstring
          Anonymous type for bounded strings.
 class Anonwstring
          Anonymous type for bounded wstrings.
 class Array
          Java class for array complex type.
 class Const
          Java class for const complex type.
 class Enum
          Java class for enum complex type.
 class Exception
          Java class for exception complex type.
 class Fixed
          Java class for fixed complex type.
 class NamedType
          An IDL type with a repository ID.
 class Object
          Java class for object complex type.
 class Sequence
          Java class for sequence complex type.
 class Struct
          Java class for struct complex type.
 class Union
          Java class for union complex type.
 

Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type CorbaTypeImpl
protected  List<CorbaTypeImpl> TypeMappingType.structOrExceptionOrUnion
           
 

Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type CorbaTypeImpl
 List<CorbaTypeImpl> TypeMappingType.getStructOrExceptionOrUnion()
          Gets the value of the structOrExceptionOrUnion property.
 

Uses of CorbaTypeImpl in org.apache.cxf.tools.corba.processors.idl
 

Methods in org.apache.cxf.tools.corba.processors.idl that return CorbaTypeImpl
static CorbaTypeImpl ScopedNameVisitor.findCorbaType(TypeMappingType typeMap, QName typeName)
           
static CorbaTypeImpl ScopedNameVisitor.findCorbaTypeForSchemaType(TypeMappingType typeMap, QName schemaTypeName, Scope scopedName)
           
 CorbaTypeImpl VisitorTypeHolder.getCorbaType()
           
 CorbaTypeImpl FixedPtConstVisitor.getCorbaType()
           
 CorbaTypeImpl Visitor.getCorbaType()
           
 CorbaTypeImpl TypesVisitorBase.getCorbaType()
           
 CorbaTypeImpl PrimitiveTypesVisitor.getCorbaType()
           
 CorbaTypeImpl VisitorBase.getCorbaType()
           
 

Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaTypeImpl
 void ExceptionDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void ParamDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void AttributeDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void UnionDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void OperationDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void StructDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void SchemaDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void SequenceDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void ArrayDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void TypedefDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
protected static void ScopedNameVisitor.populateAliasSchemaType(CorbaTypeImpl corbaType, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)
           
 void VisitorTypeHolder.setCorbaType(CorbaTypeImpl type)
           
 void TypesVisitorBase.setCorbaType(CorbaTypeImpl type)
           
protected  void VisitorBase.setCorbaType(CorbaTypeImpl type)
           
 

Constructors in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaTypeImpl
DeclaratorVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, org.apache.ws.commons.schema.XmlSchemaType schemaTypeRef, CorbaTypeImpl corbaTypeRef, Scope fQName)
           
 

Uses of CorbaTypeImpl in org.apache.cxf.tools.corba.processors.wsdl
 

Methods in org.apache.cxf.tools.corba.processors.wsdl that return CorbaTypeImpl
 CorbaTypeImpl WSDLToCorbaHelper.convertSchemaToCorbaType(org.apache.ws.commons.schema.XmlSchemaType stype, QName defaultName, org.apache.ws.commons.schema.XmlSchemaType parent, org.apache.ws.commons.schema.XmlSchemaAnnotation annotation, boolean anonymous)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.createArray(QName name, QName schematypeName, QName arrayType, Long maxOccurs, Long minOccurs, boolean anonymous)
          Create a CORBA Array or Sequence based on min and max Occurs If minOccurs == maxOccurs == 1 then log warning and return null.
protected  CorbaTypeImpl WSDLToCorbaHelper.createArray(QName name, QName schematypeName, QName arrayType, QName elName, Long maxOccurs, Long minOccurs, boolean anonymous)
          Create a CORBA Array or Sequence based on min and max Occurs If minOccurs == maxOccurs == 1 then log warning and return null.
protected  CorbaTypeImpl WSDLToCorbaHelper.createNillableUnion(QName name, QName schemaType, QName membertype, boolean isQualified)
           
static CorbaTypeImpl WSDLTypes.getAnonFixedCorbaType(QName name, QName stype, int digits, int scale)
           
static CorbaTypeImpl WSDLTypes.getFixedCorbaType(QName name, QName stype, int digits, int scale)
           
static CorbaTypeImpl WSDLTypes.getOctetCorbaType(QName name, QName stype, int bound)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.isDuplicateException(CorbaTypeImpl corbaTypeImpl)
           
static CorbaTypeImpl WSDLTypes.mapToArray(QName name, QName schematypeName, QName arrayType, QName elName, int bound, boolean anonymous)
           
static CorbaTypeImpl WSDLTypes.mapToSequence(QName name, QName schematypeName, QName arrayType, QName elName, int bound, boolean anonymous)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.processAllType(org.apache.ws.commons.schema.XmlSchemaAll seq, QName defaultName, QName schematypeName)
           
static CorbaTypeImpl WSDLTypes.processBase64Type(CorbaTypeImpl corbaTypeImpl, QName name, String maxLength, String length)
           
static CorbaTypeImpl WSDLTypes.processDecimalType(org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType, QName name, CorbaTypeImpl corbaTypeImpl, boolean anonymous)
           
static CorbaTypeImpl WSDLTypes.processObject(javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchemaComplexType complex, org.apache.ws.commons.schema.XmlSchemaAnnotation annotation, QName typeName, QName defaultName, String idlNamespace)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.processSequenceType(org.apache.ws.commons.schema.XmlSchemaSequence seq, QName defaultName, QName schemaTypeName)
           
static CorbaTypeImpl WSDLTypes.processStringType(CorbaTypeImpl corbaTypeImpl, QName name, String maxLength, String length)
           
 

Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type CorbaTypeImpl
protected  IdlType WSDLToIDLAction.createType(QName idlType, String[] name, CorbaTypeImpl corbaType)
           
protected  boolean WSDLToCorbaHelper.isDuplicate(CorbaTypeImpl corbaTypeImpl)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.isDuplicateException(CorbaTypeImpl corbaTypeImpl)
           
static CorbaTypeImpl WSDLTypes.processBase64Type(CorbaTypeImpl corbaTypeImpl, QName name, String maxLength, String length)
           
static CorbaTypeImpl WSDLTypes.processDecimalType(org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType, QName name, CorbaTypeImpl corbaTypeImpl, boolean anonymous)
           
static CorbaTypeImpl WSDLTypes.processStringType(CorbaTypeImpl corbaTypeImpl, QName name, String maxLength, String length)
           
 


Apache CXF API

Apache CXF