Uses of Interface
org.apache.cxf.tools.corba.common.idltypes.IdlType
-
Packages that use IdlType Package Description org.apache.cxf.tools.corba.common.idltypes org.apache.cxf.tools.corba.processors.wsdl -
-
Uses of IdlType in org.apache.cxf.tools.corba.common.idltypes
Classes in org.apache.cxf.tools.corba.common.idltypes that implement IdlType Modifier and Type Class Description classIdlAnonArrayclassIdlAnonFixedclassIdlAnonSequenceclassIdlArrayclassIdlArrayBaseclassIdlConstclassIdlEnumclassIdlExceptionclassIdlFixedclassIdlFixedBaseclassIdlInterfaceclassIdlPrimitiveclassIdlSequenceclassIdlSequenceBaseclassIdlStringclassIdlStructclassIdlStructBaseclassIdlTypedefclassIdlUnionclassIdlWStringMethods in org.apache.cxf.tools.corba.common.idltypes with parameters of type IdlType Modifier and Type Method Description voidIdlOperation. addReturnType(IdlType rt)static IdlAnonArrayIdlAnonArray. create(IdlScopeBase parent, IdlType elem, int size)static IdlAnonSequenceIdlAnonSequence. create(IdlScopeBase parent, IdlType elem)static IdlAnonSequenceIdlAnonSequence. create(IdlScopeBase parent, IdlType elem, int bound)static IdlArrayIdlArray. create(IdlScopeBase parent, String name, IdlType elem, int size)static IdlAttributeIdlAttribute. create(IdlScopeBase parent, String name, IdlType type, boolean readonly)static IdlConstIdlConst. create(IdlScopeBase parent, String name, IdlType base, String value)static IdlFieldIdlField. create(IdlScopeBase parent, String name, IdlType type)static IdlParamIdlParam. create(IdlOperation parent, String name, IdlType type, String mode)static IdlSequenceIdlSequence. create(IdlScopeBase parent, String name, IdlType elem)static IdlSequenceIdlSequence. create(IdlScopeBase parent, String name, IdlType elem, int bound)static IdlTypedefIdlTypedef. create(IdlScopeBase parent, String name, IdlType base)static IdlUnionIdlUnion. create(IdlScopeBase parent, String name, IdlType discriminator)static IdlUnionBranchIdlUnionBranch. create(IdlUnion union, String name, IdlType type, boolean isDefault)Constructors in org.apache.cxf.tools.corba.common.idltypes with parameters of type IdlType Constructor Description IdlArrayBase(IdlScopeBase parent, String name, IdlType elem, int length)IdlField(IdlScopeBase parent, String name, IdlType idlType)IdlSequenceBase(IdlScopeBase parent, String name, IdlType elem, int boundValue) -
Uses of IdlType in org.apache.cxf.tools.corba.processors.wsdl
Methods in org.apache.cxf.tools.corba.processors.wsdl that return IdlType Modifier and Type Method Description protected IdlTypeWSDLToIDLAction. createPrimitiveType(QName idlType, String name)protected IdlTypeWSDLToIDLAction. createType(QName idlType, String[] name, CorbaType corbaType)
-