Uses of Class
org.apache.axis2.description.java2wsdl.TypeTable
-
-
Uses of TypeTable in org.apache.axis2.databinding.utils
Methods in org.apache.axis2.databinding.utils with parameters of type TypeTable Modifier and Type Method Description static voidBeanUtil. addInstanceTypeAttribute(OMFactory fac, OMElement element, Object resObject, TypeTable typeTable)Adds the instance type attribute to the passed OMElement.static OMElementBeanUtil. getCollectionElement(OMFactory fac, Type type, Collection results, String name, String innerName, QName elementQName, TypeTable typeTable, boolean elementFormDefault)Gets the collection element.static List<OMElement>BeanUtil. getMapElement(OMFactory fac, Type type, Map results, TypeTable typeTable, boolean elementFormDefault)This method convert a instance of java.util.Map into OM object model for serialization.static OMElementBeanUtil. getOMElement(QName opName, Object[] args, QName partName, boolean qualifed, TypeTable typeTable)static XMLStreamReaderBeanUtil. getPullParser(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 Constructor Description ADBXMLStreamReaderImpl(QName adbBeansQName, Object[] properties, Object[] attributes, TypeTable typeTable, boolean qualified) -
Uses of TypeTable in org.apache.axis2.description
Methods in org.apache.axis2.description that return TypeTable Modifier and Type Method Description TypeTableAxisService. getTypeTable()Methods in org.apache.axis2.description with parameters of type TypeTable Modifier and Type Method Description voidAxisService. setTypeTable(TypeTable typeTable) -
Uses of TypeTable in org.apache.axis2.description.java2wsdl
Fields in org.apache.axis2.description.java2wsdl declared as TypeTable Modifier and Type Field Description protected TypeTableDefaultSchemaGenerator. typeTableMethods in org.apache.axis2.description.java2wsdl that return TypeTable Modifier and Type Method Description TypeTableDefaultSchemaGenerator. getTypeTable()TypeTableSchemaGenerator. getTypeTable() -
Uses of TypeTable in org.apache.axis2.rpc.receivers
Methods in org.apache.axis2.rpc.receivers with parameters of type TypeTable Modifier and Type Method Description static OMElementRPCUtil. getResponseElement(QName resname, Object[] objs, boolean qualified, TypeTable typeTable)static voidRPCUtil. processObjectAsDocLitBare(SOAPFactory fac, Object resObject, OMElement bodyContent, OMNamespace ns, Method method, SOAPEnvelope envelope, boolean qualified, TypeTable typeTable, String partName)static voidRPCUtil. processObjectAsDocLitBare(SOAPFactory fac, Object resObject, OMElement bodyContent, OMNamespace ns, SOAPEnvelope envelope, boolean qualified, TypeTable typeTable, String partName)static voidRPCUtil. processResponse(SOAPFactory fac, Object resObject, OMElement bodyContent, OMNamespace ns, SOAPEnvelope envelope, Method method, boolean qualified, TypeTable typeTable)
-