Uses of Class
org.apache.cxf.binding.corba.wsdl.CorbaType
Packages that use CorbaType
Package
Description
-
Uses of CorbaType in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba that return CorbaTypeMethods in org.apache.cxf.binding.corba with parameters of type CorbaType -
Uses of CorbaType in org.apache.cxf.binding.corba.types
Fields in org.apache.cxf.binding.corba.types declared as CorbaTypeMethods in org.apache.cxf.binding.corba.types that return CorbaTypeMethods in org.apache.cxf.binding.corba.types with parameters of type CorbaType -
Uses of CorbaType in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils that return CorbaTypeModifier and TypeMethodDescriptionstatic CorbaTypeCorbaUtils.getCorbaType(QName idlType, CorbaTypeMap typeMap) Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaTypeModifier and TypeMethodDescriptionstatic org.omg.CORBA.TypeCodeCorbaUtils.getTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap) static org.omg.CORBA.TypeCodeCorbaUtils.getTypeCode(org.omg.CORBA.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.wsdlModifier and TypeClassDescriptionclassabstract sequence of elementsclassabstract sequence of elementsclassJava class for alias complex type.classAnonymous array type.classJava class for anonfixed complex type.classAnonymous sequence type.classAnonymous type for bounded strings.classAnonymous type for bounded wstrings.classJava class for array complex type.classJava class for const complex type.classJava class for enum complex type.classJava class for exception complex type.classJava class for fixed complex type.classAn IDL type with a repository ID.classJava class for object complex type.classJava class for sequence complex type.classJava class for struct complex type.classJava class for union complex type.Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type CorbaTypeMethods in org.apache.cxf.binding.corba.wsdl that return CorbaTypeModifier and TypeMethodDescriptionObjectFactory.createCorbaType()Create an instance ofCorbaTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type CorbaTypeModifier and TypeMethodDescriptionTypeMappingType.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 CorbaTypeModifier and TypeMethodDescriptionstatic CorbaTypeScopedNameVisitor.findCorbaType(TypeMappingType typeMap, QName typeName) static CorbaTypeScopedNameVisitor.findCorbaTypeForSchemaType(TypeMappingType typeMap, QName schemaTypeName, Scope scopedName) FixedPtConstVisitor.getCorbaType()PrimitiveTypesVisitor.getCorbaType()Visitor.getCorbaType()VisitorBase.getCorbaType()VisitorTypeHolder.getCorbaType()Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaTypeModifier and TypeMethodDescriptionprotected static voidScopedNameVisitor.populateAliasSchemaType(CorbaType corbaType, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder) protected voidVisitorBase.setCorbaType(CorbaType type) voidVisitorTypeHolder.setCorbaType(CorbaType type) Constructors in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaTypeModifierConstructorDescriptionDeclaratorVisitor(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 CorbaTypeModifier and TypeMethodDescriptionWSDLToCorbaHelper.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 CorbaTypeWSDLToCorbaHelper.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 CorbaTypeWSDLToCorbaHelper.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 CorbaTypeWSDLToCorbaHelper.createNillableUnion(QName name, QName schemaType, QName membertype, boolean isQualified) static CorbaTypeWSDLTypes.getAnonFixedCorbaType(QName name, QName stype, int digits, int scale) static CorbaTypeWSDLTypes.getFixedCorbaType(QName name, QName stype, int digits, int scale) static CorbaTypeWSDLTypes.getOctetCorbaType(QName name, QName stype, int bound) protected CorbaTypeWSDLToCorbaHelper.isDuplicateException(CorbaType corbaTypeImpl) static CorbaTypeWSDLTypes.mapToArray(QName name, QName schematypeName, QName arrayType, QName elName, int bound, boolean anonymous) static CorbaTypeWSDLTypes.mapToSequence(QName name, QName schematypeName, QName arrayType, QName elName, int bound, boolean anonymous) protected CorbaTypeWSDLToCorbaHelper.processAllType(org.apache.ws.commons.schema.XmlSchemaAll seq, QName defaultName, QName schematypeName) static CorbaTypeWSDLTypes.processBase64Type(CorbaType corbaTypeImpl, QName name, String maxLength, String length) static CorbaTypeWSDLTypes.processDecimalType(org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType, QName name, CorbaType corbaTypeImpl, boolean anonymous) static CorbaTypeWSDLTypes.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 CorbaTypeWSDLToCorbaHelper.processSequenceType(org.apache.ws.commons.schema.XmlSchemaSequence seq, QName defaultName, QName schemaTypeName) static CorbaTypeWSDLTypes.processStringType(CorbaType corbaTypeImpl, QName name, String maxLength, String length) Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type CorbaTypeModifier and TypeMethodDescriptionprotected IdlTypeWSDLToIDLAction.createType(QName idlType, String[] name, CorbaType corbaType) protected booleanWSDLToCorbaHelper.isDuplicate(CorbaType corbaTypeImpl) protected CorbaTypeWSDLToCorbaHelper.isDuplicateException(CorbaType corbaTypeImpl) static CorbaTypeWSDLTypes.processBase64Type(CorbaType corbaTypeImpl, QName name, String maxLength, String length) static CorbaTypeWSDLTypes.processDecimalType(org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType, QName name, CorbaType corbaTypeImpl, boolean anonymous) static CorbaTypeWSDLTypes.processStringType(CorbaType corbaTypeImpl, QName name, String maxLength, String length)