Uses of Class
org.apache.axis2.description.java2wsdl.TypeTable

Packages that use TypeTable
org.apache.axis2.corba.deployer   
org.apache.axis2.databinding.utils   
org.apache.axis2.databinding.utils.reader   
org.apache.axis2.description   
org.apache.axis2.description.java2wsdl   
org.apache.axis2.rpc.receivers   
 

Uses of TypeTable in org.apache.axis2.corba.deployer
 

Methods in org.apache.axis2.corba.deployer that return TypeTable
 TypeTable SchemaGenerator.getTypeTable()
           
 

Uses of TypeTable in org.apache.axis2.databinding.utils
 

Methods in org.apache.axis2.databinding.utils with parameters of type TypeTable
static org.apache.axiom.om.OMElement BeanUtil.getOMElement(QName opName, java.lang.Object[] args, QName partName, boolean qualifed, TypeTable typeTable)
           
static javax.xml.stream.XMLStreamReader BeanUtil.getPullParser(java.lang.Object beanObject, QName beanName, TypeTable typeTable, boolean qualified, boolean processingDocLitBare)
          To Serilize Bean object this method is used, this will create an object array using given bean object
 

Uses of TypeTable in org.apache.axis2.databinding.utils.reader
 

Constructors in org.apache.axis2.databinding.utils.reader with parameters of type TypeTable
ADBXMLStreamReaderImpl(QName adbBeansQName, java.lang.Object[] properties, java.lang.Object[] attributes, TypeTable typeTable, boolean qualified)
           
 

Uses of TypeTable in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return TypeTable
 TypeTable AxisService.getTypeTable()
           
 

Methods in org.apache.axis2.description with parameters of type TypeTable
 void AxisService.setTypeTable(TypeTable typeTable)
           
 

Uses of TypeTable in org.apache.axis2.description.java2wsdl
 

Fields in org.apache.axis2.description.java2wsdl declared as TypeTable
protected  TypeTable DefaultSchemaGenerator.typeTable
           
 

Methods in org.apache.axis2.description.java2wsdl that return TypeTable
 TypeTable SchemaGenerator.getTypeTable()
           
 TypeTable DefaultSchemaGenerator.getTypeTable()
           
 

Uses of TypeTable in org.apache.axis2.rpc.receivers
 

Methods in org.apache.axis2.rpc.receivers with parameters of type TypeTable
static org.apache.axiom.om.OMElement RPCUtil.getResponseElement(QName resname, java.lang.Object[] objs, boolean qualified, TypeTable typeTable)
           
static void RPCUtil.processObjectAsDocLitBare(org.apache.axiom.soap.SOAPFactory fac, java.lang.Object resObject, org.apache.axiom.om.OMElement bodyContent, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.soap.SOAPEnvelope envelope, boolean qualified, TypeTable typeTable, java.lang.String partName)
           
static void RPCUtil.processResponse(org.apache.axiom.soap.SOAPFactory fac, java.lang.Object resObject, org.apache.axiom.om.OMElement bodyContent, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.soap.SOAPEnvelope envelope, java.lang.reflect.Method method, boolean qualified, TypeTable typeTable)
           
 



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