Apache CXF API

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

Packages that use CorbaType
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 CorbaType in org.apache.cxf.binding.corba
 

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

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

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

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

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

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

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

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

Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaType
static TypeCode CorbaUtils.getTypeCode(ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap)
           
static TypeCode CorbaUtils.getTypeCode(ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)
           
 

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

Subclasses of CorbaType 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 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 CorbaType
protected  List<CorbaType> TypeMappingType.structOrExceptionOrUnion
           
 

Methods in org.apache.cxf.binding.corba.wsdl that return CorbaType
 CorbaType ObjectFactory.createCorbaType()
          Create an instance of CorbaType
 

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

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

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

Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaType
protected static void ScopedNameVisitor.populateAliasSchemaType(CorbaType corbaType, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)
           
protected  void VisitorBase.setCorbaType(CorbaType type)
           
 void VisitorTypeHolder.setCorbaType(CorbaType type)
           
 

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

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

Methods in org.apache.cxf.tools.corba.processors.wsdl that return CorbaType
 CorbaType 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  CorbaType 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  CorbaType 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  CorbaType WSDLToCorbaHelper.createNillableUnion(QName name, QName schemaType, QName membertype, boolean isQualified)
           
static CorbaType WSDLTypes.getAnonFixedCorbaType(QName name, QName stype, int digits, int scale)
           
static CorbaType WSDLTypes.getFixedCorbaType(QName name, QName stype, int digits, int scale)
           
static CorbaType WSDLTypes.getOctetCorbaType(QName name, QName stype, int bound)
           
protected  CorbaType WSDLToCorbaHelper.isDuplicateException(CorbaType corbaTypeImpl)
           
static CorbaType WSDLTypes.mapToArray(QName name, QName schematypeName, QName arrayType, QName elName, int bound, boolean anonymous)
           
static CorbaType WSDLTypes.mapToSequence(QName name, QName schematypeName, QName arrayType, QName elName, int bound, boolean anonymous)
           
protected  CorbaType WSDLToCorbaHelper.processAllType(org.apache.ws.commons.schema.XmlSchemaAll seq, QName defaultName, QName schematypeName)
           
static CorbaType WSDLTypes.processBase64Type(CorbaType corbaTypeImpl, QName name, String maxLength, String length)
           
static CorbaType WSDLTypes.processDecimalType(org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType, QName name, CorbaType corbaTypeImpl, boolean anonymous)
           
static CorbaType 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  CorbaType WSDLToCorbaHelper.processSequenceType(org.apache.ws.commons.schema.XmlSchemaSequence seq, QName defaultName, QName schemaTypeName)
           
static CorbaType WSDLTypes.processStringType(CorbaType corbaTypeImpl, QName name, String maxLength, String length)
           
 

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


Apache CXF API

Apache CXF