Uses of Class
org.apache.axis2.corba.idl.types.DataType

Packages that use DataType
org.apache.axis2.corba.deployer   
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  java.lang.String SchemaGenerator.getSimpleName(DataType type)
           
 

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 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 AbstractCollectionType.dataType
           
protected  DataType Member.dataType
           
 

Methods in org.apache.axis2.corba.idl.types that return DataType
 DataType AbstractCollectionType.getDataType()
           
 DataType Typedef.getDataType()
           
 DataType Member.getDataType()
           
 DataType UnionType.getDiscriminatorType()
           
 DataType Operation.getReturnType()
           
 

Methods in org.apache.axis2.corba.idl.types with parameters of type DataType
 void AbstractCollectionType.setDataType(DataType dataType)
           
 void Typedef.setDataType(DataType dataType)
           
 void Member.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  java.lang.Object AbstractValue.read(DataType dataType, org.omg.CORBA_2_3.portable.InputStream inputStream)
           
 void UnionValue.setMemberType(DataType memberType)
           
protected  void AbstractValue.write(java.lang.Object value, DataType dataType, org.omg.CORBA_2_3.portable.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 java.lang.Object CorbaUtil.extractValue(DataType returnType, org.omg.CORBA.Any returned)
           
static java.lang.Object CorbaUtil.getEmptyValue(DataType type)
           
static java.lang.String CorbaUtil.getQualifiedName(DataType type)
           
static void CorbaUtil.insertValue(org.omg.CORBA.Any arg, DataType type, java.lang.Object value)
           
static java.lang.Object CorbaUtil.parseValue(DataType type, java.lang.String value)
           
static void CorbaUtil.processResponse(java.lang.Object resObject, Member[] params, java.lang.Object[] outParamValues, DataType dataType, AxisService service, java.lang.String methodName, org.apache.axiom.soap.SOAPFactory fac, java.lang.String messageNameSpace, MessageContext outMessage)
           
 



Copyright ? 2007 Apache Web Services Project. All Rights Reserved.