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   
 

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.
 



Apache CXF