| Package | Description |
|---|---|
| org.apache.cxf.binding.corba | |
| org.apache.cxf.binding.corba.types | |
| org.apache.cxf.binding.corba.utils | |
| org.apache.cxf.binding.corba.wsdl |
| Modifier and Type | Method and Description |
|---|---|
CorbaType |
CorbaTypeMap.getType(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CorbaTypeMap.addType(String name,
CorbaType type) |
| Modifier and Type | Field and Description |
|---|---|
protected CorbaType |
CorbaObjectHandler.type |
| Modifier and Type | Method and Description |
|---|---|
CorbaType |
CorbaObjectHandler.getType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CorbaHandlerUtils.isOctets(CorbaType baseType) |
| Modifier and Type | Method and Description |
|---|---|
static CorbaType |
CorbaUtils.getCorbaType(QName idlType,
CorbaTypeMap typeMap) |
| Modifier and Type | Method and Description |
|---|---|
static TypeCode |
CorbaUtils.getTypeCode(ORB orb,
QName type,
CorbaType obj,
CorbaTypeMap typeMap) |
static TypeCode |
CorbaUtils.getTypeCode(ORB orb,
QName type,
CorbaType obj,
CorbaTypeMap typeMap,
Stack<QName> seenTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
Abstractanonsequence
abstract sequence of elements
|
class |
Abstractsequence
abstract sequence of elements
|
class |
Alias
Java class for alias complex type.
|
class |
Anonarray
Anonymous array type.
|
class |
Anonfixed
Java class for anonfixed complex type.
|
class |
Anonsequence
Anonymous sequence type.
|
class |
Anonstring
Anonymous type for bounded strings.
|
class |
Anonwstring
Anonymous type for bounded wstrings.
|
class |
Array
Java class for array complex type.
|
class |
Const
Java class for const complex type.
|
class |
Enum
Java class for enum complex type.
|
class |
Exception
Java class for exception complex type.
|
class |
Fixed
Java class for fixed complex type.
|
class |
NamedType
An IDL type with a repository ID.
|
class |
Object
Java class for object complex type.
|
class |
Sequence
Java class for sequence complex type.
|
class |
Struct
Java class for struct complex type.
|
class |
Union
Java class for union complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CorbaType> |
TypeMappingType.structOrExceptionOrUnion |
| Modifier and Type | Method and Description |
|---|---|
CorbaType |
ObjectFactory.createCorbaType()
Create an instance of
CorbaType |
| Modifier and Type | Method and Description |
|---|---|
List<CorbaType> |
TypeMappingType.getStructOrExceptionOrUnion()
Gets the value of the structOrExceptionOrUnion property.
|
Apache CXF