Uses of Class
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
-
Packages that use CorbaTypeImpl Package Description 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 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.classCorbaTypeAnonymous IDL 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. -
Uses of CorbaTypeImpl in org.apache.cxf.tools.corba.processors.idl
Methods in org.apache.cxf.tools.corba.processors.idl that return CorbaTypeImpl Modifier and Type Method Description CorbaTypeImplTypesVisitorBase. getCorbaType()Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaTypeImpl Modifier and Type Method Description voidArrayDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidAttributeDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidExceptionDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidOperationDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidParamDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidSchemaDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidSequenceDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidStructDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidTypedefDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidUnionDeferredAction. execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)voidTypesVisitorBase. setCorbaType(CorbaTypeImpl type)
-