|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataType | |
---|---|
org.apache.axis2.corba.deployer | |
org.apache.axis2.corba.idl.parser | |
org.apache.axis2.corba.idl.types | |
org.apache.axis2.corba.idl.values | |
org.apache.axis2.corba.receivers |
Uses of DataType in org.apache.axis2.corba.deployer |
---|
Methods in org.apache.axis2.corba.deployer with parameters of type DataType | |
---|---|
protected String |
SchemaGenerator.getSimpleName(DataType type)
|
Uses of DataType in org.apache.axis2.corba.idl.parser |
---|
Methods in org.apache.axis2.corba.idl.parser with parameters of type DataType | |
---|---|
static Object |
ExpressionUtil.eval(antlr.collections.AST expressionNode,
DataType returnType,
IDLVisitor visitor)
|
Uses of DataType in org.apache.axis2.corba.idl.types |
---|
Subclasses of DataType in org.apache.axis2.corba.idl.types | |
---|---|
class |
AbstractCollectionType
|
class |
ArrayType
|
class |
CompositeDataType
|
class |
ConstType
|
class |
EnumType
|
class |
ExceptionType
|
class |
Interface
|
class |
PrimitiveDataType
|
class |
SequenceType
|
class |
Struct
|
class |
Typedef
|
class |
UnionType
|
class |
ValueType
|
Fields in org.apache.axis2.corba.idl.types declared as DataType | |
---|---|
protected DataType |
Member.dataType
|
protected DataType |
AbstractCollectionType.dataType
|
Methods in org.apache.axis2.corba.idl.types that return DataType | |
---|---|
DataType |
Member.getDataType()
|
DataType |
AbstractCollectionType.getDataType()
|
DataType |
Typedef.getDataType()
|
DataType |
ConstType.getDataType()
|
DataType |
UnionType.getDiscriminatorType()
|
DataType |
Operation.getReturnType()
|
Methods in org.apache.axis2.corba.idl.types with parameters of type DataType | |
---|---|
void |
Member.setDataType(DataType dataType)
|
void |
AbstractCollectionType.setDataType(DataType dataType)
|
void |
Typedef.setDataType(DataType dataType)
|
void |
ConstType.setDataType(DataType dataType)
|
void |
UnionType.setDiscriminatorType(DataType discriminatorType)
|
void |
Operation.setReturnType(DataType returnType)
|
Uses of DataType in org.apache.axis2.corba.idl.values |
---|
Methods in org.apache.axis2.corba.idl.values that return DataType | |
---|---|
DataType |
UnionValue.getMemberType()
|
Methods in org.apache.axis2.corba.idl.values with parameters of type DataType | |
---|---|
protected Object |
AbstractValue.read(DataType dataType,
InputStream inputStream)
|
void |
UnionValue.setMemberType(DataType memberType)
|
protected void |
AbstractValue.write(Object value,
DataType dataType,
OutputStream outputStream)
|
Uses of DataType in org.apache.axis2.corba.receivers |
---|
Methods in org.apache.axis2.corba.receivers that return DataType | |
---|---|
DataType |
Invoker.getReturnType()
|
DataType |
CorbaInvoker.getReturnType()
|
Methods in org.apache.axis2.corba.receivers with parameters of type DataType | |
---|---|
static Object |
CorbaUtil.extractValue(DataType returnType,
Any returned)
|
static Object |
CorbaUtil.getEmptyValue(DataType type)
|
static String |
CorbaUtil.getQualifiedName(DataType type)
|
static void |
CorbaUtil.insertValue(Any arg,
DataType type,
Object value)
|
static Object |
CorbaUtil.parseValue(DataType type,
String value)
|
static void |
CorbaUtil.processResponse(Object resObject,
Member[] params,
Object[] outParamValues,
DataType dataType,
AxisService service,
String methodName,
org.apache.axiom.soap.SOAPFactory fac,
String messageNameSpace,
MessageContext outMessage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |