Apache CXF API

Uses of Interface
org.apache.cxf.tools.corba.common.idltypes.IdlType

Packages that use IdlType
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
 class IdlAnonArray
           
 class IdlAnonFixed
           
 class IdlAnonSequence
           
 class IdlArray
           
 class IdlArrayBase
           
 class IdlConst
           
 class IdlEnum
           
 class IdlException
           
 class IdlFixed
           
 class IdlFixedBase
           
 class IdlInterface
           
 class IdlPrimitive
           
 class IdlSequence
           
 class IdlSequenceBase
           
 class IdlString
           
 class IdlStruct
           
 class IdlStructBase
           
 class IdlTypedef
           
 class IdlUnion
           
 class IdlWString
           
 

Methods in org.apache.cxf.tools.corba.common.idltypes with parameters of type IdlType
 void IdlOperation.addReturnType(IdlType rt)
           
static IdlParam IdlParam.create(IdlOperation parent, String name, IdlType type, String mode)
           
static IdlAnonSequence IdlAnonSequence.create(IdlScopeBase parent, IdlType elem)
           
static IdlAnonArray IdlAnonArray.create(IdlScopeBase parent, IdlType elem, int size)
           
static IdlAnonSequence IdlAnonSequence.create(IdlScopeBase parent, IdlType elem, int bound)
           
static IdlSequence IdlSequence.create(IdlScopeBase parent, String name, IdlType elem)
           
static IdlTypedef IdlTypedef.create(IdlScopeBase parent, String name, IdlType base)
           
static IdlField IdlField.create(IdlScopeBase parent, String name, IdlType type)
           
static IdlUnion IdlUnion.create(IdlScopeBase parent, String name, IdlType discriminator)
           
static IdlAttribute IdlAttribute.create(IdlScopeBase parent, String name, IdlType type, boolean readonly)
           
static IdlSequence IdlSequence.create(IdlScopeBase parent, String name, IdlType elem, int bound)
           
static IdlArray IdlArray.create(IdlScopeBase parent, String name, IdlType elem, int size)
           
static IdlConst IdlConst.create(IdlScopeBase parent, String name, IdlType base, String value)
           
static IdlUnionBranch IdlUnionBranch.create(IdlUnion union, String name, IdlType type, boolean isDefault)
           
 

Constructors in org.apache.cxf.tools.corba.common.idltypes with parameters of type IdlType
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
protected  IdlType WSDLToIDLAction.createPrimitiveType(QName idlType, String name)
           
protected  IdlType WSDLToIDLAction.createType(QName idlType, String[] name, CorbaTypeImpl corbaType)
           
 


Apache CXF API

Apache CXF