Apache CXF API

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

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

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

Subclasses of CorbaTypeImpl in org.apache.cxf.binding.corba.wsdl
 class Abstractanonsequence
          abstract sequence of elements
 class Abstractsequence
          abstract sequence of elements
 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 CorbaType
          Anonymous IDL 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.
 

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

Methods in org.apache.cxf.tools.corba.processors.idl that return CorbaTypeImpl
 CorbaTypeImpl TypesVisitorBase.getCorbaType()
           
 

Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaTypeImpl
 void ArrayDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void AttributeDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void ExceptionDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void OperationDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void ParamDeferredAction.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 StructDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void TypedefDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void UnionDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void TypesVisitorBase.setCorbaType(CorbaTypeImpl type)
           
 


Apache CXF API

Apache CXF