Uses of Class
org.apache.cxf.binding.corba.wsdl.CorbaType
-
-
Uses of CorbaType in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba that return CorbaType Modifier and Type Method Description CorbaTypeCorbaTypeMap. getType(String name)Methods in org.apache.cxf.binding.corba with parameters of type CorbaType Modifier and Type Method Description voidCorbaTypeMap. 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 Modifier and Type Field Description protected CorbaTypeCorbaObjectHandler. typeMethods in org.apache.cxf.binding.corba.types that return CorbaType Modifier and Type Method Description CorbaTypeCorbaObjectHandler. getType()Methods in org.apache.cxf.binding.corba.types with parameters of type CorbaType Modifier and Type Method Description static booleanCorbaHandlerUtils. isOctets(CorbaType baseType) -
Uses of CorbaType in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils that return CorbaType Modifier and Type Method Description static CorbaTypeCorbaUtils. getCorbaType(QName idlType, CorbaTypeMap typeMap)Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaType Modifier and Type Method Description static 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.wsdl Modifier and Type Class Description classAbstractanonsequenceabstract sequence of elementsclassAbstractsequenceabstract sequence of elementsclassAliasJava class for alias complex type.classAnonarrayAnonymous array type.classAnonfixedJava class for anonfixed complex type.classAnonsequenceAnonymous sequence type.classAnonstringAnonymous type for bounded strings.classAnonwstringAnonymous type for bounded wstrings.classArrayJava class for array complex type.classConstJava class for const complex type.classEnumJava class for enum complex type.classExceptionJava class for exception complex type.classFixedJava class for fixed complex type.classNamedTypeAn IDL type with a repository ID.classObjectJava class for object complex type.classSequenceJava class for sequence complex type.classStructJava class for struct complex type.classUnionJava class for union complex type.Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type CorbaType Modifier and Type Field Description protected List<CorbaType>TypeMappingType. structOrExceptionOrUnionMethods in org.apache.cxf.binding.corba.wsdl that return CorbaType Modifier and Type Method Description CorbaTypeObjectFactory. createCorbaType()Create an instance ofCorbaTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type CorbaType Modifier and Type Method Description 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 Modifier and Type Method Description static CorbaTypeScopedNameVisitor. findCorbaType(TypeMappingType typeMap, QName typeName)static CorbaTypeScopedNameVisitor. findCorbaTypeForSchemaType(TypeMappingType typeMap, QName schemaTypeName, Scope scopedName)CorbaTypeFixedPtConstVisitor. getCorbaType()CorbaTypePrimitiveTypesVisitor. getCorbaType()CorbaTypeVisitor. getCorbaType()CorbaTypeVisitorBase. getCorbaType()CorbaTypeVisitorTypeHolder. getCorbaType()Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaType Modifier and Type Method Description protected 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 CorbaType Constructor Description 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 Modifier and Type Method Description CorbaTypeWSDLToCorbaHelper. 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 CorbaType Modifier and Type Method Description protected 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)
-