Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X Y _ 

A

ADBBean - Interface in org.apache.axis2.databinding
 
ADBDataHandlerStreamReader - Class in org.apache.axis2.databinding.utils.reader
 
ADBDataHandlerStreamReader(QName, DataHandler) - Constructor for class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
ADBDataSource - Class in org.apache.axis2.databinding
 
ADBDataSource(ADBBean, QName) - Constructor for class org.apache.axis2.databinding.ADBDataSource
Constructor taking in an ADBBean
ADBException - Exception in org.apache.axis2.databinding
uses to handle ADB exceptions
ADBException() - Constructor for exception org.apache.axis2.databinding.ADBException
 
ADBException(String) - Constructor for exception org.apache.axis2.databinding.ADBException
 
ADBException(Throwable) - Constructor for exception org.apache.axis2.databinding.ADBException
 
ADBException(String, Throwable) - Constructor for exception org.apache.axis2.databinding.ADBException
 
ADBException(String, Location, Throwable) - Constructor for exception org.apache.axis2.databinding.ADBException
 
ADBException(String, Location) - Constructor for exception org.apache.axis2.databinding.ADBException
 
ADBHelper<T> - Interface in org.apache.axis2.databinding
Interface implemented by all ADB helpers.
ADBHelperDataSource<T> - Class in org.apache.axis2.databinding
 
ADBHelperDataSource(T, QName, ADBHelper<T>) - Constructor for class org.apache.axis2.databinding.ADBHelperDataSource
Constructor taking in an ADBBean
ADBMessages - Class in org.apache.axis2.databinding.i18n
 
ADBMessages() - Constructor for class org.apache.axis2.databinding.i18n.ADBMessages
 
ADBNamespaceContext - Class in org.apache.axis2.databinding.utils.reader
 
ADBNamespaceContext() - Constructor for class org.apache.axis2.databinding.utils.reader.ADBNamespaceContext
 
ADBSOAPModelBuilder - Class in org.apache.axis2.databinding
Builds a SOAPEnvelope around an ADB pull parser
ADBSOAPModelBuilder(XMLStreamReader, SOAPFactory) - Constructor for class org.apache.axis2.databinding.ADBSOAPModelBuilder
 
ADBSOAPModelBuilder.Body - Class in org.apache.axis2.databinding
 
ADBSOAPModelBuilder.Child - Class in org.apache.axis2.databinding
 
ADBSOAPModelBuilder.Envelope - Class in org.apache.axis2.databinding
 
ADBSOAPModelBuilder.Header - Class in org.apache.axis2.databinding
 
ADBXMLStreamReader - Interface in org.apache.axis2.databinding.utils.reader
 
ADBXMLStreamReaderImpl - Class in org.apache.axis2.databinding.utils.reader
This is the new implementation of the ADBpullaparser.
ADBXMLStreamReaderImpl(QName, Object[], Object[]) - Constructor for class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
ADBXMLStreamReaderImpl(QName, Object[], Object[], TypeTable, boolean) - Constructor for class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
addExtraElement(OMElement) - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
Auto generated add method for the array for convenience
addNamespaceContext(NamespaceContext) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
addNamespaceContext(NamespaceContext) - Method in interface org.apache.axis2.databinding.utils.reader.ADBXMLStreamReader
add the parent namespace context to this parser
addNamespaceContext(NamespaceContext) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
add the namespace context
addNamespaceContext(NamespaceContext) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
addNamespaceContext(NamespaceContext) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
addNamespaceContext(NamespaceContext) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
addNamespaceContext(NamespaceContext) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
addObject(Object) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
 
AnyType - Class in org.apache.axis2.databinding.types.soapencoding
AnyType bean class
AnyType() - Constructor for class org.apache.axis2.databinding.types.soapencoding.AnyType
 
AnyType.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
AnyURI - Class in org.apache.axis2.databinding.types.soapencoding
AnyURI bean class
AnyURI() - Constructor for class org.apache.axis2.databinding.types.soapencoding.AnyURI
 
AnyURI - Class in org.apache.axis2.databinding.types.xsd
AnyURI bean class
AnyURI() - Constructor for class org.apache.axis2.databinding.types.xsd.AnyURI
 
AnyURI.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
AnyURI.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
appendDate(StringBuffer, Calendar) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
appendPath(String) - Method in class org.apache.axis2.databinding.types.URI
Append to the end of the path of this URI.
appendTime(Calendar, StringBuffer) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
appendTimeZone(Calendar, StringBuffer) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
Array - Class in org.apache.axis2.databinding.types.soapencoding
Array bean class
Array() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Array
 
Array.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
ArrayCoordinate - Class in org.apache.axis2.databinding.types.soapencoding
ArrayCoordinate bean class
ArrayCoordinate() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
 
ArrayCoordinate.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
ArrayE - Class in org.apache.axis2.databinding.types.soapencoding
ArrayE bean class
ArrayE() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ArrayE
 
ArrayE.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
ArrayStack - Class in org.apache.axis2.util
An implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is not synchronized to protect against multi-threaded access.
ArrayStack() - Constructor for class org.apache.axis2.util.ArrayStack
Constructs a new empty ArrayStack.
ArrayStack(int) - Constructor for class org.apache.axis2.util.ArrayStack
Constructs a new empty ArrayStack with an initial size.
arrayTypeQName - Variable in class org.apache.axis2.databinding.types.soapencoding.Array
 

B

Base64 - Class in org.apache.axis2.databinding.types.soapencoding
Base64 bean class
Base64() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Base64
 
Base64 - Class in org.apache.axis2.databinding.types.xsd
Base64 bean class
Base64() - Constructor for class org.apache.axis2.databinding.types.xsd.Base64
 
Base64.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Base64.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
Base64Binary - Class in org.apache.axis2.databinding.types.soapencoding
Base64Binary bean class
Base64Binary() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Base64Binary
 
Base64Binary - Class in org.apache.axis2.databinding.types.xsd
Base64Binary bean class
Base64Binary() - Constructor for class org.apache.axis2.databinding.types.xsd.Base64Binary
 
Base64Binary.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Base64Binary.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
BeanUtil - Class in org.apache.axis2.databinding.utils
 
BeanUtil() - Constructor for class org.apache.axis2.databinding.utils.BeanUtil
 
BigIntegerRep(byte[]) - Constructor for class org.apache.axis2.databinding.types.NegativeInteger.BigIntegerRep
Deprecated.
 
BigIntegerRep(byte[]) - Constructor for class org.apache.axis2.databinding.types.NonNegativeInteger.BigIntegerRep
Deprecated.
 
BigIntegerRep(byte[]) - Constructor for class org.apache.axis2.databinding.types.NonPositiveInteger.BigIntegerRep
Deprecated.
 
BigIntegerRep(byte[]) - Constructor for class org.apache.axis2.databinding.types.PositiveInteger.BigIntegerRep
Deprecated.
 
byteValue() - Method in class org.apache.axis2.databinding.types.UnsignedInt
 
byteValue() - Method in class org.apache.axis2.databinding.types.UnsignedLong
 

C

CHILD_LOCAL_NAME - Static variable in class org.apache.axis2.databinding.types.soapencoding.Array
 
clean() - Method in class org.apache.axis2.databinding.utils.MultirefHelper
 
cleanup(MessageContext) - Method in class org.apache.axis2.transport.java.JavaTransportSender
 
close() - Method in class org.apache.axis2.databinding.ADBDataSource
Close the DataSource and free its resources.
close() - Method in class org.apache.axis2.databinding.ADBHelperDataSource
Close the DataSource and free its resources.
close() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
close() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
close() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
close() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
close() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
close() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
close() - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
compare(Duration) - Method in class org.apache.axis2.databinding.types.Duration
 
compare(int, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(double, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(float, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(long, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(short, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(byte, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(BigInteger, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(BigDecimal, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(Duration, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(Date, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(Time, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(Calendar, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compare(UnsignedLong, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
compareTo(Object) - Method in class org.apache.axis2.databinding.types.UnsignedLong
 
Constants - Interface in org.apache.axis2.databinding.utils
 
CONTENT_FOUND_STATE - Static variable in interface org.apache.axis2.databinding.utils.States
 
convert(Object, Class) - Static method in class org.apache.axis2.databinding.utils.Converter
 
convert2Int(byte[]) - Static method in class org.apache.axis2.databinding.types.HexBinary
Convert 4 hex digits to an int, and return the number of converted bytes.
Converter - Class in org.apache.axis2.databinding.utils
Converter
Converter() - Constructor for class org.apache.axis2.databinding.utils.Converter
 
ConverterUtil - Class in org.apache.axis2.databinding.utils
Converter methods to go from 1.
ConverterUtil() - Constructor for class org.apache.axis2.databinding.utils.ConverterUtil
 
ConverterUtil.ObjectConversionException - Exception in org.apache.axis2.databinding.utils
A simple exception that is thrown when the conversion fails
convertToAnySimpleType(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToAnyType(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToAnyURI(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToArray(Class, String[]) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToArray(Class, List) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToBase64Binary(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToBigDecimal(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToBigInteger(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToBoolean(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToByte(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToDataHandler(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToDate(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
Converts a given string into a date.
convertToDateTime(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
Code from Axis1 code base Note - We only follow the convention in the latest schema spec
convertToDecimal(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToDouble(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToDuration(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToENTITIES(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToENTITY(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToFloat(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToGDay(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToGMonth(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToGMonthDay(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToGYear(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToGYearMonth(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToHexBinary(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToID(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToId(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToIDREF(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToIDREFS(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToInt(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToInteger(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToLanguage(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToLong(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToName(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToNCName(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToNegativeInteger(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToNMTOKEN(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToNMTOKENS(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToNonNegativeInteger(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToNonPositiveInteger(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToNormalizedString(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToNOTATION(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToObject(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToObject(boolean) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToObject(double) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToObject(byte) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToObject(char) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToObject(short) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToPositiveInteger(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToQName(String, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
Code from Axis1 code base
convertToShort(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(int) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(float) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(long) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(double) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(byte) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(char) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(short) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(boolean) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Date) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Calendar) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Day) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(YearMonth) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Year) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(HexBinary) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(MonthDay) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Time) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Byte) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(BigInteger) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Integer) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Long) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Short) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(UnsignedByte) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(UnsignedInt) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(UnsignedLong) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(QName) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Object) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(BigDecimal) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Double) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Duration) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Float) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(Month) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(byte[]) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(DataHandler) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToString(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToTime(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToToken(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToUnsignedByte(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToUnsignedInt(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToUnsignedLong(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToUnsignedShort(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
convertToURI(String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
copy() - Method in class org.apache.axis2.databinding.ADBDataSource
 
copy() - Method in class org.apache.axis2.databinding.ADBHelperDataSource
 

D

DATA_HANDLER - Static variable in interface org.apache.axis2.databinding.utils.Constants
 
DataBindException - Exception in org.apache.axis2.databinding
handles databinding exceptions
DataBindException() - Constructor for exception org.apache.axis2.databinding.DataBindException
 
DataBindException(String) - Constructor for exception org.apache.axis2.databinding.DataBindException
 
DataBindException(Throwable) - Constructor for exception org.apache.axis2.databinding.DataBindException
 
DataBindException(String, Throwable) - Constructor for exception org.apache.axis2.databinding.DataBindException
 
DataBindException(String, Location, Throwable) - Constructor for exception org.apache.axis2.databinding.DataBindException
 
DataBindException(String, Location) - Constructor for exception org.apache.axis2.databinding.DataBindException
 
Date - Class in org.apache.axis2.databinding.types.soapencoding
Date bean class
Date() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Date
 
Date - Class in org.apache.axis2.databinding.types.xsd
Date bean class
Date() - Constructor for class org.apache.axis2.databinding.types.xsd.Date
 
Date.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Date.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
DateTime - Class in org.apache.axis2.databinding.types.soapencoding
DateTime bean class
DateTime() - Constructor for class org.apache.axis2.databinding.types.soapencoding.DateTime
 
DateTime - Class in org.apache.axis2.databinding.types.xsd
DateTime bean class
DateTime() - Constructor for class org.apache.axis2.databinding.types.xsd.DateTime
 
DateTime.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
DateTime.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
Day - Class in org.apache.axis2.databinding.types
Implementation of the XML Schema type gDay
Day(int) - Constructor for class org.apache.axis2.databinding.types.Day
Constructs a Day with the given values No timezone is specified
Day(int, String) - Constructor for class org.apache.axis2.databinding.types.Day
Constructs a Day with the given values, including a timezone string The timezone is validated but not used.
Day(String) - Constructor for class org.apache.axis2.databinding.types.Day
Construct a Day from a String in the format ---DD[timezone]
DEC - Static variable in class org.apache.axis2.databinding.types.HexBinary
 
Decimal - Class in org.apache.axis2.databinding.types.soapencoding
Decimal bean class
Decimal() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Decimal
 
Decimal - Class in org.apache.axis2.databinding.types.xsd
Decimal bean class
Decimal() - Constructor for class org.apache.axis2.databinding.types.xsd.Decimal
 
Decimal.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Decimal.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
decode(String) - Static method in class org.apache.axis2.databinding.types.HexBinary
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
deserialize(Class, OMElement, ObjectSupplier, String) - Static method in class org.apache.axis2.databinding.utils.BeanUtil
 
deserialize(Class, OMElement, MultirefHelper, ObjectSupplier) - Static method in class org.apache.axis2.databinding.utils.BeanUtil
 
deserialize(OMElement, Object[], ObjectSupplier) - Static method in class org.apache.axis2.databinding.utils.BeanUtil
To get JavaObjects from XML element , the element most of the time contains only one element in that case that element will be converted to the JavaType specified by the javaTypes array The algo is as follows, get the childerns of the response element , and if it conatian more than one element then check the retuen type of that element and conver that to corresponding JavaType
deserialize(OMElement, Object[], ObjectSupplier, String[], Method) - Static method in class org.apache.axis2.databinding.utils.BeanUtil
 
doubleValue() - Method in class org.apache.axis2.databinding.types.UnsignedInt
 
doubleValue() - Method in class org.apache.axis2.databinding.types.UnsignedLong
 
Duration - Class in org.apache.axis2.databinding.types
Implementation of the XML Schema type duration.
Duration() - Constructor for class org.apache.axis2.databinding.types.Duration
Default no-arg constructor
Duration(boolean, int, int, int, int, int, double) - Constructor for class org.apache.axis2.databinding.types.Duration
 
Duration(String) - Constructor for class org.apache.axis2.databinding.types.Duration
Constructs Duration from a String in an xsd:duration format - PnYnMnDTnHnMnS.
Duration(boolean, Calendar) - Constructor for class org.apache.axis2.databinding.types.Duration
Constructs Duration from a Calendar.
Duration - Class in org.apache.axis2.databinding.types.soapencoding
Duration bean class
Duration() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Duration
 
Duration - Class in org.apache.axis2.databinding.types.xsd
Duration bean class
Duration() - Constructor for class org.apache.axis2.databinding.types.xsd.Duration
 
Duration.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Duration.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method

E

EJB3InOnlyMessageReceiver - Class in org.apache.axis2.rpc.receivers.ejb
 
EJB3InOnlyMessageReceiver() - Constructor for class org.apache.axis2.rpc.receivers.ejb.EJB3InOnlyMessageReceiver
 
EJB3MessageReceiver - Class in org.apache.axis2.rpc.receivers.ejb
 
EJB3MessageReceiver() - Constructor for class org.apache.axis2.rpc.receivers.ejb.EJB3MessageReceiver
 
EJB3Util - Class in org.apache.axis2.rpc.receivers.ejb
 
EJB3Util() - Constructor for class org.apache.axis2.rpc.receivers.ejb.EJB3Util
 
EJB_HOME_INTERFACE_NAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
EJB_INITIAL_CONTEXT_FACTORY - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJB3Util
 
EJB_INITIAL_CONTEXT_FACTORY - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
EJB_JNDI_NAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJB3Util
 
EJB_JNDI_NAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
EJB_JNDI_PASSWORD - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJB3Util
 
EJB_JNDI_PASSWORD - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
EJB_JNDI_USERNAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJB3Util
 
EJB_JNDI_USERNAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
EJB_LOCAL_HOME_INTERFACE_NAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
EJB_LOCAL_INTERFACE_NAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJB3Util
 
EJB_LOCAL_INTERFACE_NAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
EJB_PROVIDER_URL - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJB3Util
 
EJB_PROVIDER_URL - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
EJB_REMOTE_INTERFACE_NAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJB3Util
 
EJB_REMOTE_INTERFACE_NAME - Static variable in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
EJBInOnlyMessageReceiver - Class in org.apache.axis2.rpc.receivers.ejb
 
EJBInOnlyMessageReceiver() - Constructor for class org.apache.axis2.rpc.receivers.ejb.EJBInOnlyMessageReceiver
 
EJBInOutAsyncMessageReceiver - Class in org.apache.axis2.rpc.receivers.ejb
Deprecated.
you can just use EJBMessageReceiver
EJBInOutAsyncMessageReceiver() - Constructor for class org.apache.axis2.rpc.receivers.ejb.EJBInOutAsyncMessageReceiver
Deprecated.
 
EJBMessageReceiver - Class in org.apache.axis2.rpc.receivers.ejb
 
EJBMessageReceiver() - Constructor for class org.apache.axis2.rpc.receivers.ejb.EJBMessageReceiver
 
EJBUtil - Class in org.apache.axis2.rpc.receivers.ejb
 
EJBUtil() - Constructor for class org.apache.axis2.rpc.receivers.ejb.EJBUtil
 
ELEMENT_TEXT - Static variable in interface org.apache.axis2.databinding.utils.reader.ADBXMLStreamReader
 
empty() - Method in class org.apache.axis2.util.ArrayStack
Return true if this stack is currently empty.
encode(byte[]) - Static method in class org.apache.axis2.databinding.types.HexBinary
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
END_ELEMENT_FOUND_STATE - Static variable in interface org.apache.axis2.databinding.utils.States
 
Entities - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type Entities
Entities() - Constructor for class org.apache.axis2.databinding.types.Entities
 
Entities(String) - Constructor for class org.apache.axis2.databinding.types.Entities
ctor for Entities
ENTITIES - Class in org.apache.axis2.databinding.types.soapencoding
ENTITIES bean class
ENTITIES() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ENTITIES
 
ENTITIES - Class in org.apache.axis2.databinding.types.xsd
ENTITIES bean class
ENTITIES() - Constructor for class org.apache.axis2.databinding.types.xsd.ENTITIES
 
ENTITIES.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
ENTITIES.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
Entity - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type Entity
Entity() - Constructor for class org.apache.axis2.databinding.types.Entity
 
Entity(String) - Constructor for class org.apache.axis2.databinding.types.Entity
ctor for Entity
ENTITY - Class in org.apache.axis2.databinding.types.soapencoding
ENTITY bean class
ENTITY() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ENTITY
 
ENTITY - Class in org.apache.axis2.databinding.types.xsd
ENTITY bean class
ENTITY() - Constructor for class org.apache.axis2.databinding.types.xsd.ENTITY
 
ENTITY.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
ENTITY.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
equals(Object) - Method in class org.apache.axis2.databinding.types.Day
 
equals(Object) - Method in class org.apache.axis2.databinding.types.Duration
The equals method compares the time represented by duration object, not its string representation.
equals(Object) - Method in class org.apache.axis2.databinding.types.HexBinary
 
equals(Object) - Method in class org.apache.axis2.databinding.types.IDRefs
IDREFs can be equal without having identical ordering because they represent a set of references.
equals(Object) - Method in class org.apache.axis2.databinding.types.Month
 
equals(Object) - Method in class org.apache.axis2.databinding.types.MonthDay
 
equals(Object) - Method in class org.apache.axis2.databinding.types.NMTokens
NMTokens can be equal without having identical ordering because they represent a set of references.
equals(Object) - Method in class org.apache.axis2.databinding.types.NormalizedString
 
equals(Object) - Method in class org.apache.axis2.databinding.types.Notation
 
equals(Object) - Method in class org.apache.axis2.databinding.types.Time
 
equals(Object) - Method in class org.apache.axis2.databinding.types.UnsignedInt
 
equals(Object) - Method in class org.apache.axis2.databinding.types.UnsignedLong
 
equals(Object) - Method in class org.apache.axis2.databinding.types.URI
Determines if the passed-in Object is equivalent to this URI.
equals(Object) - Method in class org.apache.axis2.databinding.types.Year
 
equals(Object) - Method in class org.apache.axis2.databinding.types.YearMonth
 
ExtensionMapper - Class in org.apache.axis2.databinding.types.soapencoding
ExtensionMapper class
ExtensionMapper() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ExtensionMapper
 
ExtensionMapper - Class in org.apache.axis2.databinding.types.xsd
ExtensionMapper class
ExtensionMapper() - Constructor for class org.apache.axis2.databinding.types.xsd.ExtensionMapper
 

F

Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding._boolean.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding._byte.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding._double.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding._float.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding._int.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding._long.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding._short.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.AnyType.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.AnyURI.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Array.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ArrayE.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Base64.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Base64Binary.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Date.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.DateTime.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Decimal.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Duration.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ENTITIES.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ENTITY.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GDay.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GMonth.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GMonthDay.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GYear.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GYearMonth.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.HexBinary.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ID.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.IDREF.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.IDREFS.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Integer.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Language.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Name.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NCName.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NegativeInteger.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NMTOKEN.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NMTOKENS.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NormalizedString.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NOTATION.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.PositiveInteger.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.QName.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.String.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Struct.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Time.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Token.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.UnsignedByte.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.UnsignedInt.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.UnsignedLong.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.soapencoding.UnsignedShort.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd._boolean.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd._byte.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd._double.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd._float.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd._int.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd._long.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd._short.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.AnyURI.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Base64.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Base64Binary.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Date.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.DateTime.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Decimal.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Duration.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.ENTITIES.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.ENTITY.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.GDay.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.GMonth.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.GMonthDay.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.GYear.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.GYearMonth.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.HexBinary.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.ID.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.IDREF.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.IDREFS.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Integer.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Language.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Name.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.NCName.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.NegativeInteger.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.NMTOKEN.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.NMTOKENS.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.NonNegativeInteger.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.NonPositiveInteger.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.NormalizedString.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.NOTATION.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.PositiveInteger.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.QName.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.String.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Time.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.Token.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.UnsignedByte.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.UnsignedInt.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.UnsignedLong.Factory
 
Factory() - Constructor for class org.apache.axis2.databinding.types.xsd.UnsignedShort.Factory
 
FINISHED_STATE - Static variable in interface org.apache.axis2.databinding.utils.States
 
floatValue() - Method in class org.apache.axis2.databinding.types.UnsignedInt
 
floatValue() - Method in class org.apache.axis2.databinding.types.UnsignedLong
 
flush() - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._boolean.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._boolean.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._byte.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._byte.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._double.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._double.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._float.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._float.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._int.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._int.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._long.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._long.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._short.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding._short.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.AnyURI.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.AnyURI.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Base64.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Base64.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Date.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Date.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.DateTime.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.DateTime.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Decimal.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Decimal.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Duration.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Duration.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.ENTITY.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.ENTITY.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GDay.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GDay.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GMonth.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GMonth.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GYear.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GYear.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.HexBinary.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.HexBinary.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.ID.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.ID.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.IDREF.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.IDREF.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.IDREFS.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.IDREFS.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Integer.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Integer.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Language.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Language.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Name.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Name.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NCName.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NCName.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NOTATION.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.NOTATION.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.QName.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.QName.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.String.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.String.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Time.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Time.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Token.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.Token.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd._boolean.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd._boolean.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd._byte.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd._byte.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd._double.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd._double.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd._float.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd._float.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd._int.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd._int.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd._long.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd._long.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd._short.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd._short.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.AnyURI.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.AnyURI.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Base64.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Base64.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Base64Binary.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Base64Binary.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Date.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Date.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.DateTime.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.DateTime.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Decimal.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Decimal.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Duration.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Duration.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.ENTITIES.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.ENTITIES.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.ENTITY.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.ENTITY.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.GDay.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.GDay.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.GMonth.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.GMonth.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.GMonthDay.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.GMonthDay.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.GYear.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.GYear.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.GYearMonth.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.GYearMonth.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.HexBinary.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.HexBinary.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.ID.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.ID.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.IDREF.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.IDREF.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.IDREFS.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.IDREFS.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Integer.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Integer.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Language.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Language.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Name.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Name.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.NCName.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.NCName.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.NegativeInteger.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.NegativeInteger.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.NMTOKEN.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.NMTOKEN.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.NMTOKENS.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.NMTOKENS.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.NormalizedString.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.NormalizedString.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.NOTATION.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.NOTATION.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.PositiveInteger.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.PositiveInteger.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.QName.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.QName.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.String.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.String.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Time.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Time.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.Token.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.Token.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedByte.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedByte.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedInt.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedInt.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedLong.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedLong.Factory
 
fromString(String, String) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedShort.Factory
 
fromString(XMLStreamReader, String) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedShort.Factory
 

G

GDay - Class in org.apache.axis2.databinding.types.soapencoding
GDay bean class
GDay() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GDay
 
GDay - Class in org.apache.axis2.databinding.types.xsd
GDay bean class
GDay() - Constructor for class org.apache.axis2.databinding.types.xsd.GDay
 
GDay.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
GDay.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
get() - Method in class org.apache.axis2.util.ArrayStack
Returns the element on the top of the stack.
get_boolean() - Method in class org.apache.axis2.databinding.types.soapencoding._boolean
Auto generated getter method
get_boolean() - Method in class org.apache.axis2.databinding.types.xsd._boolean
Auto generated getter method
get_byte() - Method in class org.apache.axis2.databinding.types.soapencoding._byte
Auto generated getter method
get_byte() - Method in class org.apache.axis2.databinding.types.xsd._byte
Auto generated getter method
get_double() - Method in class org.apache.axis2.databinding.types.soapencoding._double
Auto generated getter method
get_double() - Method in class org.apache.axis2.databinding.types.xsd._double
Auto generated getter method
get_float() - Method in class org.apache.axis2.databinding.types.soapencoding._float
Auto generated getter method
get_float() - Method in class org.apache.axis2.databinding.types.xsd._float
Auto generated getter method
get_int() - Method in class org.apache.axis2.databinding.types.soapencoding._int
Auto generated getter method
get_int() - Method in class org.apache.axis2.databinding.types.xsd._int
Auto generated getter method
get_long() - Method in class org.apache.axis2.databinding.types.soapencoding._long
Auto generated getter method
get_long() - Method in class org.apache.axis2.databinding.types.xsd._long
Auto generated getter method
get_short() - Method in class org.apache.axis2.databinding.types.soapencoding._short
Auto generated getter method
get_short() - Method in class org.apache.axis2.databinding.types.xsd._short
Auto generated getter method
getAnyType() - Method in class org.apache.axis2.databinding.types.soapencoding.AnyType
Auto generated getter method
getAnyTypeObject(XMLStreamReader, Class) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
getAnyURI() - Method in class org.apache.axis2.databinding.types.soapencoding.AnyURI
Auto generated getter method
getAnyURI() - Method in class org.apache.axis2.databinding.types.xsd.AnyURI
Auto generated getter method
getArray() - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayE
Auto generated getter method
getArrayCoordinate() - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
Auto generated getter method
getArrayList(OMElement, String) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
getArrayList(OMElement) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
getArrayType() - Method in class org.apache.axis2.databinding.types.soapencoding.Array
Auto generated getter method
getArrayTypeQName() - Method in class org.apache.axis2.databinding.types.soapencoding.Array
 
getAsCalendar() - Method in class org.apache.axis2.databinding.types.Duration
Returns duration as a calendar.
getAsCalendar(Calendar) - Method in class org.apache.axis2.databinding.types.Duration
Returns duration as a calendar.
getAsCalendar() - Method in class org.apache.axis2.databinding.types.Time
Returns the time as a calendar.
getAttributeCount() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getAttributeCount() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getAttributeCount() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getAttributeCount() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getAttributeCount() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getAttributeCount() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getAttributeLocalName(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getAttributeName(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getAttributeName(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getAttributeName(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getAttributeName(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getAttributeName(int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getAttributeName(int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getAttributeNamespace(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getAttributePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getAttributePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getAttributePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getAttributePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getAttributePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getAttributePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getAttributeType(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getAttributeType(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getAttributeType(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getAttributeType(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getAttributeType(int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getAttributeType(int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getAttributeValue(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getAttributeValue(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getAttributeValue(String, String) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getAttributeValue(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getAttributeValue(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getAttributeValue(int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getAttributeValue(int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getAttvalue(OMAttribute) - Static method in class org.apache.axis2.databinding.utils.MultirefHelper
 
getBase64() - Method in class org.apache.axis2.databinding.types.soapencoding.Base64
Auto generated getter method
getBase64() - Method in class org.apache.axis2.databinding.types.xsd.Base64
Auto generated getter method
getBase64Binary() - Method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary
Auto generated getter method
getBase64Binary() - Method in class org.apache.axis2.databinding.types.xsd.Base64Binary
Auto generated getter method
getBeanClass() - Method in interface org.apache.axis2.databinding.ADBHelper
 
getBytes() - Method in class org.apache.axis2.databinding.types.HexBinary
 
getCharacterEncodingScheme() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getCharacterEncodingScheme() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getCharacterEncodingScheme() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getCharacterEncodingScheme() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getCharacterEncodingScheme() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getCharacterEncodingScheme() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getClonedOMElement(OMElement, OMFactory) - Static method in class org.apache.axis2.databinding.utils.MultirefHelper
returns an cloned om element for this OMElement
getDataHandler(OMElement) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
getDate() - Method in class org.apache.axis2.databinding.types.soapencoding.Date
Auto generated getter method
getDate() - Method in class org.apache.axis2.databinding.types.xsd.Date
Auto generated getter method
getDateTime() - Method in class org.apache.axis2.databinding.types.soapencoding.DateTime
Auto generated getter method
getDateTime() - Method in class org.apache.axis2.databinding.types.xsd.DateTime
Auto generated getter method
getDay() - Method in class org.apache.axis2.databinding.types.Day
 
getDay() - Method in class org.apache.axis2.databinding.types.MonthDay
 
getDays() - Method in class org.apache.axis2.databinding.types.Duration
 
getDecimal() - Method in class org.apache.axis2.databinding.types.soapencoding.Decimal
Auto generated getter method
getDecimal() - Method in class org.apache.axis2.databinding.types.xsd.Decimal
Auto generated getter method
getDuration() - Method in class org.apache.axis2.databinding.types.soapencoding.Duration
Auto generated getter method
getDuration() - Method in class org.apache.axis2.databinding.types.xsd.Duration
Auto generated getter method
getElementText() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getElementText() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
todo implement the right contract for this
getElementText() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getElementText() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getElementText() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getElementText() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getEncoding() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getEncoding() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getEncoding() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getEncoding() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getEncoding() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getEncoding() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getENTITIES() - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES
Auto generated getter method
getENTITIES() - Method in class org.apache.axis2.databinding.types.xsd.ENTITIES
Auto generated getter method
getENTITY() - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITY
Auto generated getter method
getENTITY() - Method in class org.apache.axis2.databinding.types.xsd.ENTITY
Auto generated getter method
getEnvelope() - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder
 
getEventType() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getEventType() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getEventType() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getEventType() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getEventType() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getEventType() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getExtraElement() - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
Auto generated getter method
getFragment() - Method in class org.apache.axis2.databinding.types.URI
Get the fragment for this URI.
getGDay() - Method in class org.apache.axis2.databinding.types.soapencoding.GDay
Auto generated getter method
getGDay() - Method in class org.apache.axis2.databinding.types.xsd.GDay
Auto generated getter method
getGMonth() - Method in class org.apache.axis2.databinding.types.soapencoding.GMonth
Auto generated getter method
getGMonth() - Method in class org.apache.axis2.databinding.types.xsd.GMonth
Auto generated getter method
getGMonthDay() - Method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay
Auto generated getter method
getGMonthDay() - Method in class org.apache.axis2.databinding.types.xsd.GMonthDay
Auto generated getter method
getGYear() - Method in class org.apache.axis2.databinding.types.soapencoding.GYear
Auto generated getter method
getGYear() - Method in class org.apache.axis2.databinding.types.xsd.GYear
Auto generated getter method
getGYearMonth() - Method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth
Auto generated getter method
getGYearMonth() - Method in class org.apache.axis2.databinding.types.xsd.GYearMonth
Auto generated getter method
getHashSet(OMElement, String) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
getHexBinary() - Method in class org.apache.axis2.databinding.types.soapencoding.HexBinary
Auto generated getter method
getHexBinary() - Method in class org.apache.axis2.databinding.types.xsd.HexBinary
Auto generated getter method
getHost() - Method in class org.apache.axis2.databinding.types.URI
Get the host for this URI.
getHours() - Method in class org.apache.axis2.databinding.types.Duration
 
getHref() - Method in class org.apache.axis2.databinding.types.soapencoding.Array
Auto generated getter method
getHref() - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
Auto generated getter method
getId() - Method in class org.apache.axis2.databinding.types.soapencoding.Array
Auto generated getter method
getID() - Method in class org.apache.axis2.databinding.types.soapencoding.ID
Auto generated getter method
getId() - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
Auto generated getter method
getID() - Method in class org.apache.axis2.databinding.types.xsd.ID
Auto generated getter method
getIDREF() - Method in class org.apache.axis2.databinding.types.soapencoding.IDREF
Auto generated getter method
getIDREF() - Method in class org.apache.axis2.databinding.types.xsd.IDREF
Auto generated getter method
getIDREFS() - Method in class org.apache.axis2.databinding.types.soapencoding.IDREFS
Auto generated getter method
getIDREFS() - Method in class org.apache.axis2.databinding.types.xsd.IDREFS
Auto generated getter method
getInteger() - Method in class org.apache.axis2.databinding.types.soapencoding.Integer
Auto generated getter method
getInteger() - Method in class org.apache.axis2.databinding.types.xsd.Integer
Auto generated getter method
getLanguage() - Method in class org.apache.axis2.databinding.types.soapencoding.Language
Auto generated getter method
getLanguage() - Method in class org.apache.axis2.databinding.types.xsd.Language
Auto generated getter method
getLocalName() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getLocalName() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getLocalName() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getLocalName() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getLocalName() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getLocalName() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getLocation() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getLocation() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getLocation() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getLocation() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getLocation() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getLocation() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getMessage(String) - Static method in class org.apache.axis2.databinding.i18n.ADBMessages
Gets a message from resource.properties from the package of the given object.
getMessage(String, String) - Static method in class org.apache.axis2.databinding.i18n.ADBMessages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String) - Static method in class org.apache.axis2.databinding.i18n.ADBMessages
Gets a message from resource.properties from the package of the given object.
getMessage(String, String, String, String) - Static method in class org.apache.axis2.databinding.i18n.ADBMessages
Gets a message from resource.properties from the package of the given object.
getMessage(String, String, String, String, String) - Static method in class org.apache.axis2.databinding.i18n.ADBMessages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String, String, String) - Static method in class org.apache.axis2.databinding.i18n.ADBMessages
Gets a message from resource.properties from the package of the given object.
getMessage(String, String[]) - Static method in class org.apache.axis2.databinding.i18n.ADBMessages
Gets a message from resource.properties from the package of the given object.
getMessageBundle() - Static method in class org.apache.axis2.databinding.i18n.ADBMessages
 
getMinutes() - Method in class org.apache.axis2.databinding.types.Duration
 
getMonth() - Method in class org.apache.axis2.databinding.types.Month
 
getMonth() - Method in class org.apache.axis2.databinding.types.MonthDay
 
getMonth() - Method in class org.apache.axis2.databinding.types.YearMonth
 
getMonths() - Method in class org.apache.axis2.databinding.types.Duration
 
getName() - Method in class org.apache.axis2.databinding.types.Notation
 
getName() - Method in class org.apache.axis2.databinding.types.soapencoding.Name
Auto generated getter method
getName() - Method in class org.apache.axis2.databinding.types.xsd.Name
Auto generated getter method
getName() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getName() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getName() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getName() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getName() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getName() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getNamespaceContext() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getNamespaceContext() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getNamespaceContext() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getNamespaceContext() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getNamespaceContext() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getNamespaceContext() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getNamespaceContext() - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
getNamespaceCount() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getNamespaceCount() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getNamespaceCount() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getNamespaceCount() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getNamespaceCount() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getNamespaceCount() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getNamespacePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getNamespaceURI(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getNamespaceURI() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axis2.databinding.utils.reader.ADBNamespaceContext
 
getNamespaceURI(String) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getNamespaceURI(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getNamespaceURI() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getNamespaceURI(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getNamespaceURI() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getNamespaceURI(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getNamespaceURI() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getNamespaceURI(int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getNamespaceURI() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getNamespaceURI(int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getNamespaceURI() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getNamespaceURI(String) - Method in class org.apache.axis2.databinding.utils.writer.OMStreamNamespaceContext
 
getNCName() - Method in class org.apache.axis2.databinding.types.soapencoding.NCName
Auto generated getter method
getNCName() - Method in class org.apache.axis2.databinding.types.xsd.NCName
Auto generated getter method
getNegativeInteger() - Method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
Auto generated getter method
getNegativeInteger() - Method in class org.apache.axis2.databinding.types.xsd.NegativeInteger
Auto generated getter method
getNMTOKEN() - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
Auto generated getter method
getNMTOKEN() - Method in class org.apache.axis2.databinding.types.xsd.NMTOKEN
Auto generated getter method
getNMTOKENS() - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
Auto generated getter method
getNMTOKENS() - Method in class org.apache.axis2.databinding.types.xsd.NMTOKENS
Auto generated getter method
getNonNegativeInteger() - Method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
Auto generated getter method
getNonNegativeInteger() - Method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
Auto generated getter method
getNonPositiveInteger() - Method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
Auto generated getter method
getNonPositiveInteger() - Method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
Auto generated getter method
getNormalizedString() - Method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString
Auto generated getter method
getNormalizedString() - Method in class org.apache.axis2.databinding.types.xsd.NormalizedString
Auto generated getter method
getObject() - Method in class org.apache.axis2.databinding.ADBDataSource
Returns the backing Object.
getObject() - Method in class org.apache.axis2.databinding.ADBHelperDataSource
Returns the backing Object.
getObject() - Method in class org.apache.axis2.databinding.types.Union
 
getObject(String) - Method in class org.apache.axis2.databinding.utils.MultirefHelper
 
getObjectForClass(Class, String) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
A reflection based method to generate an instance of a given class and populate it with a given value
getObjectList() - Method in class org.apache.axis2.databinding.types.soapencoding.Array
 
getOffset() - Method in class org.apache.axis2.databinding.types.soapencoding.Array
Auto generated getter method
getOMElement(QName, OMFactory) - Method in interface org.apache.axis2.databinding.ADBBean
 
getOMElement(T, QName, OMFactory) - Method in interface org.apache.axis2.databinding.ADBHelper
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Body
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Child
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Envelope
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Header
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding._boolean
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding._byte
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding._double
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding._float
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding._int
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding._long
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding._short
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyType
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyURI
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayE
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Date
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.DateTime
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Decimal
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Duration
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITY
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.GDay
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonth
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.GYear
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.HexBinary
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.ID
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREF
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREFS
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Integer
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Language
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Name
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.NCName
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.NOTATION
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.QName
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.String
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Time
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.Token
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd._boolean
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd._byte
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd._double
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd._float
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd._int
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd._long
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd._short
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.AnyURI
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Base64
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Base64Binary
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Date
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.DateTime
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Decimal
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Duration
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.ENTITIES
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.ENTITY
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.GDay
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.GMonth
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.GMonthDay
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.GYear
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.GYearMonth
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.HexBinary
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.ID
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.IDREF
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.IDREFS
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Integer
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Language
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Name
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.NCName
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.NegativeInteger
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKEN
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKENS
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.NormalizedString
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.NOTATION
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.PositiveInteger
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.QName
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.String
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Time
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.Token
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedByte
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedInt
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedLong
 
getOMElement(QName, OMFactory) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedShort
 
getOMElement(QName, Object[], QName, boolean, TypeTable) - Static method in class org.apache.axis2.databinding.utils.BeanUtil
 
getOMElement(String) - Method in class org.apache.axis2.databinding.utils.MultirefHelper
 
getOMElement() - Method in class org.apache.axis2.databinding.utils.NamedStaxOMBuilder
 
getOMElement() - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
getParentNsContext() - Method in class org.apache.axis2.databinding.utils.reader.ADBNamespaceContext
 
getPath(boolean, boolean) - Method in class org.apache.axis2.databinding.types.URI
Get the path for this URI (optionally with the query string and fragment).
getPath() - Method in class org.apache.axis2.databinding.types.URI
Get the path for this URI.
getPIData() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getPIData() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getPIData() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getPIData() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getPIData() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getPIData() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getPITarget() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getPITarget() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getPITarget() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getPITarget() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getPITarget() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getPITarget() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getPort() - Method in class org.apache.axis2.databinding.types.URI
Get the port for this URI.
getPositiveInteger() - Method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
Auto generated getter method
getPositiveInteger() - Method in class org.apache.axis2.databinding.types.xsd.PositiveInteger
Auto generated getter method
getPrefix() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getPrefix(String) - Method in class org.apache.axis2.databinding.utils.reader.ADBNamespaceContext
 
getPrefix() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getPrefix() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getPrefix() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getPrefix() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getPrefix() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getPrefix(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
getPrefix(String) - Method in class org.apache.axis2.databinding.utils.writer.OMStreamNamespaceContext
 
getPrefixes(String) - Method in class org.apache.axis2.databinding.utils.reader.ADBNamespaceContext
 
getPrefixes(String) - Method in class org.apache.axis2.databinding.utils.writer.OMStreamNamespaceContext
 
getProperty(String) - Method in class org.apache.axis2.databinding.ADBDataSource
 
getProperty(String) - Method in class org.apache.axis2.databinding.ADBHelperDataSource
 
getProperty(String) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
Return the right properties for the optimization
getProperty(String) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getProperty(String) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getProperty(String) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getProperty(String) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getProperty(String) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getProperty(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
getPublic() - Method in class org.apache.axis2.databinding.types.Notation
 
getPullParser(QName) - Method in interface org.apache.axis2.databinding.ADBBean
Serializes an ADBBean.
getPullParser(T, QName) - Method in interface org.apache.axis2.databinding.ADBHelper
 
getPullParser(QName) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Body
 
getPullParser(QName) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Child
 
getPullParser(QName) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Envelope
 
getPullParser(QName) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Header
 
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding._boolean
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding._byte
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding._double
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding._float
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding._int
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding._long
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding._short
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyType
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyURI
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayE
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Date
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.DateTime
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Decimal
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Duration
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITY
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.GDay
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonth
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.GYear
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.HexBinary
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.ID
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREF
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREFS
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Integer
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Language
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Name
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.NCName
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.NOTATION
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.QName
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.String
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Time
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Token
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd._boolean
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd._byte
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd._double
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd._float
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd._int
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd._long
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd._short
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.AnyURI
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Base64
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Base64Binary
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Date
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.DateTime
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Decimal
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Duration
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.ENTITIES
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.ENTITY
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.GDay
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.GMonth
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.GMonthDay
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.GYear
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.GYearMonth
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.HexBinary
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.ID
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.IDREF
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.IDREFS
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Integer
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Language
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Name
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.NCName
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.NegativeInteger
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKEN
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKENS
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.NormalizedString
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.NOTATION
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.PositiveInteger
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.QName
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.String
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Time
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.Token
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedByte
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedInt
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedLong
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedShort
databinding method to get an XML representation of this object
getPullParser(Object, QName, TypeTable, boolean, boolean) - Static method in class org.apache.axis2.databinding.utils.BeanUtil
To Serilize Bean object this method is used, this will create an object array using given bean object
getPullParser(Object) - Static method in class org.apache.axis2.databinding.utils.BeanUtil
to get the pull parser for a given bean object , generate the wrpper element using class name
getQName() - Method in class org.apache.axis2.databinding.types.soapencoding.NOTATION
Auto generated getter method
getQName() - Method in class org.apache.axis2.databinding.types.soapencoding.QName
Auto generated getter method
getQName() - Method in class org.apache.axis2.databinding.types.xsd.NOTATION
Auto generated getter method
getQName() - Method in class org.apache.axis2.databinding.types.xsd.QName
Auto generated getter method
getQueryString() - Method in class org.apache.axis2.databinding.types.URI
Get the query string for this URI.
getReader() - Method in class org.apache.axis2.databinding.ADBDataSource
 
getReader() - Method in class org.apache.axis2.databinding.ADBHelperDataSource
 
getRegBasedAuthority() - Method in class org.apache.axis2.databinding.types.URI
Get the registry based authority for this URI.
getResourceBundle() - Static method in class org.apache.axis2.databinding.i18n.ADBMessages
 
getResponseElement(QName, Object[], boolean, TypeTable) - Static method in class org.apache.axis2.rpc.receivers.RPCUtil
 
getScheme() - Method in class org.apache.axis2.databinding.types.URI
Get the scheme for this URI.
getSchemeSpecificPart() - Method in class org.apache.axis2.databinding.types.URI
Get the scheme-specific part for this URI (everything following the scheme and the first colon).
getSeconds() - Method in class org.apache.axis2.databinding.types.Duration
 
getSimpleTypeObject(Class, OMElement) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
getString() - Method in class org.apache.axis2.databinding.types.soapencoding.String
Auto generated getter method
getString() - Method in class org.apache.axis2.databinding.types.xsd.String
Auto generated getter method
getStringFromDatahandler(DataHandler) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
Converts the given .datahandler to a string
getStringValue(Object) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
getSystem() - Method in class org.apache.axis2.databinding.types.Notation
 
getText() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getText() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getText() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getText() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getText() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getText() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getText() - Method in class org.apache.axis2.databinding.utils.SimpleElementReaderStateMachine
 
getTextArray() - Method in class org.apache.axis2.databinding.utils.SimpleArrayReaderStateMachine
 
getTextCharacters() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getTextCharacters() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getTextCharacters() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getTextCharacters() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getTextCharacters() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getTextCharacters() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getTextLength() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getTextLength() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getTextLength() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getTextLength() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getTextLength() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getTextLength() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getTextStart() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getTextStart() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getTextStart() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getTextStart() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getTextStart() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getTextStart() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getTime() - Method in class org.apache.axis2.databinding.types.soapencoding.Time
Auto generated getter method
getTime() - Method in class org.apache.axis2.databinding.types.xsd.Time
Auto generated getter method
getTimezone() - Method in class org.apache.axis2.databinding.types.Day
 
getTimezone() - Method in class org.apache.axis2.databinding.types.Month
 
getTimezone() - Method in class org.apache.axis2.databinding.types.MonthDay
 
getTimezone() - Method in class org.apache.axis2.databinding.types.Year
 
getTimezone() - Method in class org.apache.axis2.databinding.types.YearMonth
 
getToken() - Method in class org.apache.axis2.databinding.types.soapencoding.Token
Auto generated getter method
getToken() - Method in class org.apache.axis2.databinding.types.xsd.Token
Auto generated getter method
getTypeObject(String, String, XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ExtensionMapper
 
getTypeObject(String, String, XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.ExtensionMapper
 
getUniquePrefix() - Static method in class org.apache.axis2.databinding.utils.BeanUtil
increments the namespace counter and returns a new prefix
getUniquePrifix() - Static method in class org.apache.axis2.databinding.utils.BeanUtil
Deprecated.
Please use getUniquePrefix
getUnsignedByte() - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
Auto generated getter method
getUnsignedByte() - Method in class org.apache.axis2.databinding.types.xsd.UnsignedByte
Auto generated getter method
getUnsignedInt() - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
Auto generated getter method
getUnsignedInt() - Method in class org.apache.axis2.databinding.types.xsd.UnsignedInt
Auto generated getter method
getUnsignedLong() - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
Auto generated getter method
getUnsignedLong() - Method in class org.apache.axis2.databinding.types.xsd.UnsignedLong
Auto generated getter method
getUnsignedShort() - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
Auto generated getter method
getUnsignedShort() - Method in class org.apache.axis2.databinding.types.xsd.UnsignedShort
Auto generated getter method
getUserinfo() - Method in class org.apache.axis2.databinding.types.URI
Get the userinfo for this URI.
getVersion() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
getVersion() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
getVersion() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
getVersion() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
getVersion() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
getVersion() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
getXMLBytes(String) - Method in class org.apache.axis2.databinding.ADBDataSource
Returns a byte[] representing the xml data
getXMLBytes(String) - Method in class org.apache.axis2.databinding.ADBHelperDataSource
Returns a byte[] representing the xml data
getXMLInputStream(String) - Method in class org.apache.axis2.databinding.ADBDataSource
Returns a InputStream representing the xml data
getXMLInputStream(String) - Method in class org.apache.axis2.databinding.ADBHelperDataSource
Returns a InputStream representing the xml data
getYear() - Method in class org.apache.axis2.databinding.types.Year
 
getYear() - Method in class org.apache.axis2.databinding.types.YearMonth
 
getYears() - Method in class org.apache.axis2.databinding.types.Duration
 
GMonth - Class in org.apache.axis2.databinding.types.soapencoding
GMonth bean class
GMonth() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GMonth
 
GMonth - Class in org.apache.axis2.databinding.types.xsd
GMonth bean class
GMonth() - Constructor for class org.apache.axis2.databinding.types.xsd.GMonth
 
GMonth.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
GMonth.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
GMonthDay - Class in org.apache.axis2.databinding.types.soapencoding
GMonthDay bean class
GMonthDay() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GMonthDay
 
GMonthDay - Class in org.apache.axis2.databinding.types.xsd
GMonthDay bean class
GMonthDay() - Constructor for class org.apache.axis2.databinding.types.xsd.GMonthDay
 
GMonthDay.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
GMonthDay.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
GYear - Class in org.apache.axis2.databinding.types.soapencoding
GYear bean class
GYear() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GYear
 
GYear - Class in org.apache.axis2.databinding.types.xsd
GYear bean class
GYear() - Constructor for class org.apache.axis2.databinding.types.xsd.GYear
 
GYear.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
GYear.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
GYearMonth - Class in org.apache.axis2.databinding.types.soapencoding
GYearMonth bean class
GYearMonth() - Constructor for class org.apache.axis2.databinding.types.soapencoding.GYearMonth
 
GYearMonth - Class in org.apache.axis2.databinding.types.xsd
GYearMonth bean class
GYearMonth() - Constructor for class org.apache.axis2.databinding.types.xsd.GYearMonth
 
GYearMonth.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
GYearMonth.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method

H

hashCode() - Method in class org.apache.axis2.databinding.types.Day
Return the value of day XORed with the hashCode of timezone iff one is defined.
hashCode() - Method in class org.apache.axis2.databinding.types.Duration
 
hashCode() - Method in class org.apache.axis2.databinding.types.HexBinary
 
hashCode() - Method in class org.apache.axis2.databinding.types.IDRefs
Returns the sum of the hashcodes of the underlying idrefs, an operation which is not sensitive to ordering.
hashCode() - Method in class org.apache.axis2.databinding.types.Month
Return the value of month XORed with the hashCode of timezone iff one is defined.
hashCode() - Method in class org.apache.axis2.databinding.types.MonthDay
Return the value of (month + day) XORed with the hashCode of timezone iff one is defined.
hashCode() - Method in class org.apache.axis2.databinding.types.NMTokens
Returns the sum of the hashcodes of the underlying tokens, an operation which is not sensitive to ordering.
hashCode() - Method in class org.apache.axis2.databinding.types.NormalizedString
 
hashCode() - Method in class org.apache.axis2.databinding.types.Notation
Returns the sum of the hashcodes of {name,publicURI,systemURI} for whichever properties in that set is non null.
hashCode() - Method in class org.apache.axis2.databinding.types.Time
Returns the hashcode of the underlying calendar.
hashCode() - Method in class org.apache.axis2.databinding.types.UnsignedInt
 
hashCode() - Method in class org.apache.axis2.databinding.types.UnsignedLong
 
hashCode() - Method in class org.apache.axis2.databinding.types.URI
Returns a hash-code value for this URI.
hashCode() - Method in class org.apache.axis2.databinding.types.Year
Return the value of year XORed with the hashCode of timezone iff one is defined.
hashCode() - Method in class org.apache.axis2.databinding.types.YearMonth
Return the value of (month + year) XORed with the hashCode of timezone iff one is defined.
hasName() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
hasName() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
hasName() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
hasName() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
hasName() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
hasName() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
hasNext() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
hasNext() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
hasNext() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
hasNext() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
hasNext() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
hasNext() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
hasProperty(String) - Method in class org.apache.axis2.databinding.ADBDataSource
 
hasProperty(String) - Method in class org.apache.axis2.databinding.ADBHelperDataSource
 
hasText() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
hasText() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
check the validity of this implementation
hasText() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
hasText() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
hasText() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
hasText() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
Header() - Constructor for class org.apache.axis2.databinding.ADBSOAPModelBuilder.Header
 
HexBinary - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type hexBinary.
HexBinary() - Constructor for class org.apache.axis2.databinding.types.HexBinary
 
HexBinary(String) - Constructor for class org.apache.axis2.databinding.types.HexBinary
 
HexBinary(byte[]) - Constructor for class org.apache.axis2.databinding.types.HexBinary
 
HexBinary - Class in org.apache.axis2.databinding.types.soapencoding
HexBinary bean class
HexBinary() - Constructor for class org.apache.axis2.databinding.types.soapencoding.HexBinary
 
HexBinary - Class in org.apache.axis2.databinding.types.xsd
HexBinary bean class
HexBinary() - Constructor for class org.apache.axis2.databinding.types.xsd.HexBinary
 
HexBinary.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
HexBinary.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method

I

Id - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type ID The base type of Id is NCName.
Id() - Constructor for class org.apache.axis2.databinding.types.Id
 
Id(String) - Constructor for class org.apache.axis2.databinding.types.Id
Constructor for Id.
ID - Class in org.apache.axis2.databinding.types.soapencoding
ID bean class
ID() - Constructor for class org.apache.axis2.databinding.types.soapencoding.ID
 
ID - Class in org.apache.axis2.databinding.types.xsd
ID bean class
ID() - Constructor for class org.apache.axis2.databinding.types.xsd.ID
 
ID.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
ID.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
identifySOAPVersion(String) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder
 
IDRef - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type IDRef
IDRef() - Constructor for class org.apache.axis2.databinding.types.IDRef
 
IDRef(String) - Constructor for class org.apache.axis2.databinding.types.IDRef
ctor for IDRef
IDREF - Class in org.apache.axis2.databinding.types.soapencoding
IDREF bean class
IDREF() - Constructor for class org.apache.axis2.databinding.types.soapencoding.IDREF
 
IDREF - Class in org.apache.axis2.databinding.types.xsd
IDREF bean class
IDREF() - Constructor for class org.apache.axis2.databinding.types.xsd.IDREF
 
IDREF.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
IDREF.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
IDRefs - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type IDRefs
IDRefs() - Constructor for class org.apache.axis2.databinding.types.IDRefs
 
IDRefs(String) - Constructor for class org.apache.axis2.databinding.types.IDRefs
ctor for IDRefs
IDREFS - Class in org.apache.axis2.databinding.types.soapencoding
IDREFS bean class
IDREFS() - Constructor for class org.apache.axis2.databinding.types.soapencoding.IDREFS
 
IDREFS - Class in org.apache.axis2.databinding.types.xsd
IDREFS bean class
IDREFS() - Constructor for class org.apache.axis2.databinding.types.xsd.IDREFS
 
IDREFS.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
IDREFS.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
IgnoreNullElement - Annotation Type in org.apache.axis2.databinding.annotation
Ignore a property with a null value when creating the response if the IgnoreNullElement annotation is used to declare the property.
ILLEGAL_STATE - Static variable in interface org.apache.axis2.databinding.utils.States
 
init() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
init() - Method in interface org.apache.axis2.databinding.utils.reader.ADBXMLStreamReader
Initiate the parser - this will do whatever the needed tasks to initiate the parser and must be called before attempting any specific parsing using this parser
init() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
we need to split out the calling to the populate namespaces seperately since this needs to be done *after* setting the parent namespace context.
init() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
init() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
init() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
init() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
init(ConfigurationContext, TransportOutDescription) - Method in class org.apache.axis2.transport.java.JavaTransportSender
 
INIT_STATE - Static variable in interface org.apache.axis2.databinding.utils.States
 
Integer - Class in org.apache.axis2.databinding.types.soapencoding
Integer bean class
Integer() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Integer
 
Integer - Class in org.apache.axis2.databinding.types.xsd
Integer bean class
Integer() - Constructor for class org.apache.axis2.databinding.types.xsd.Integer
 
Integer.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Integer.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
intValue() - Method in class org.apache.axis2.databinding.types.UnsignedInt
 
intValue() - Method in class org.apache.axis2.databinding.types.UnsignedLong
 
invoke(MessageContext) - Method in class org.apache.axis2.transport.java.JavaTransportSender
 
invokeBlocking(QName, Object[]) - Method in class org.apache.axis2.rpc.client.RPCServiceClient
Return value can be a single a object or an object array (itself an object) , but it is difficulty to figure the return object correctly unless we have TyepMapping in the client side too.
invokeBlocking(QName, Object[], Class[]) - Method in class org.apache.axis2.rpc.client.RPCServiceClient
 
invokeBusinessLogic(MessageContext) - Method in class org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver
 
invokeBusinessLogic(MessageContext, MessageContext) - Method in class org.apache.axis2.rpc.receivers.RPCInOutAsyncMessageReceiver
reflect and get the Java method - for each i'th param in the java method - get the first child's i'th child -if the elem has an xsi:type attr then find the deserializer for it - if not found, lookup deser for th i'th param (java type) - error if not found - deserialize & save in an object array - end for

- invoke method and get the return value

- look up serializer for return value based on the value and type

- create response msg and add return value as grand child of

invokeBusinessLogic(MessageContext, MessageContext) - Method in class org.apache.axis2.rpc.receivers.RPCMessageReceiver
reflect and get the Java method - for each i'th param in the java method - get the first child's i'th child -if the elem has an xsi:type attr then find the deserializer for it - if not found, lookup deser for th i'th param (java type) - error if not found - deserialize & save in an object array - end for

- invoke method and get the return value

- look up serializer for return value based on the value and type

- create response msg and add return value as grand child of

invokeNonBlocking(QName, Object[], AxisCallback) - Method in class org.apache.axis2.rpc.client.RPCServiceClient
Invoke the nonblocking/Asynchronous call
invokeRobust(QName, Object[]) - Method in class org.apache.axis2.rpc.client.RPCServiceClient
 
invokeServiceClass(AxisMessage, Method, Object, String, OMElement, MessageContext) - Static method in class org.apache.axis2.rpc.receivers.RPCUtil
 
IS_BINARY - Static variable in interface org.apache.axis2.databinding.utils.Constants
 
isAttributeSpecified(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
isAttributeSpecified(int) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
isAttributeSpecified(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
isAttributeSpecified(int) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
isAttributeSpecified(int) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
isAttributeSpecified(int) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
isCanbeAbsent() - Method in class org.apache.axis2.databinding.utils.SimpleArrayReaderStateMachine
 
isCharacters() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
isCharacters() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
isCharacters() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
isCharacters() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
isCharacters() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
isCharacters() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
isCollection(Class) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
isConformantSchemeName(String) - Static method in class org.apache.axis2.databinding.types.URI
Determine whether a scheme conforms to the rules for a scheme name.
isDataHandler(Class) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
isDestructiveRead() - Method in class org.apache.axis2.databinding.ADBDataSource
Returns true if reading the backing object is destructive.
isDestructiveRead() - Method in class org.apache.axis2.databinding.ADBHelperDataSource
Returns true if reading the backing object is destructive.
isDestructiveWrite() - Method in class org.apache.axis2.databinding.ADBDataSource
Returns true if writing the backing object is destructive.
isDestructiveWrite() - Method in class org.apache.axis2.databinding.ADBHelperDataSource
Returns true if writing the backing object is destructive.
isDone() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
isDone() - Method in interface org.apache.axis2.databinding.utils.reader.ADBXMLStreamReader
Extra method to query the state of the pullparser
isDone() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
are we done ?
isDone() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
isDone() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
isDone() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
isDone() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
isElementSkipped() - Method in class org.apache.axis2.databinding.utils.SimpleElementReaderStateMachine
 
isEndElement() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
isEndElement() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
isEndElement() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
isEndElement() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
isEndElement() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
isEndElement() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
isGenericURI() - Method in class org.apache.axis2.databinding.types.URI
Get the indicator as to whether this URI uses the "generic URI" syntax.
isHashSet(Class) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
isNegative() - Method in class org.apache.axis2.databinding.types.Duration
 
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._boolean
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._byte
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._double
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._float
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._int
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._long
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._short
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.AnyType
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.AnyURI
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Array
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ArrayE
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Base64
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Date
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.DateTime
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Decimal
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Duration
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ENTITY
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GDay
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GMonth
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GYear
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.HexBinary
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ID
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.IDREF
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.IDREFS
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Integer
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Language
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Name
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NCName
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NOTATION
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.QName
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.String
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Struct
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Time
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Token
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._boolean
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._byte
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._double
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._float
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._int
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._long
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._short
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.AnyURI
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Base64
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Base64Binary
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Date
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.DateTime
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Decimal
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Duration
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.ENTITIES
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.ENTITY
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GDay
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GMonth
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GMonthDay
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GYear
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GYearMonth
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.HexBinary
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.ID
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.IDREF
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.IDREFS
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Integer
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Language
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Name
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NCName
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NegativeInteger
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NMTOKEN
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NMTOKENS
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NormalizedString
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NOTATION
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.PositiveInteger
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.QName
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.String
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Time
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Token
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedByte
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedInt
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedLong
isReaderMTOMAware
isReaderMTOMAware(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedShort
isReaderMTOMAware
isSimpleType(Object) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
isSimpleType(Class) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
isSimpleType(String) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
isStandalone() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
isStandalone() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
isStandalone() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
isStandalone() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
isStandalone() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
isStandalone() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
isStartElement() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
isStartElement() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
isStartElement() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
isStartElement() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
isStartElement() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
isStartElement() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
isValid(String) - Static method in class org.apache.axis2.databinding.types.Id
Validates the value against the xsd definition.
isValid(String) - Static method in class org.apache.axis2.databinding.types.Language
Validates the value against the xsd definition.
isValid(String) - Static method in class org.apache.axis2.databinding.types.Name
validate the value against the xsd definition Name ::= (Letter | '_' | ':') ( NameChar)* NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender
isValid(String) - Static method in class org.apache.axis2.databinding.types.NCName
validate the value against the xsd definition

NCName ::= (Letter | '_') (NCNameChar)* NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender

isValid(String) - Static method in class org.apache.axis2.databinding.types.NMToken
validate the value against the xsd definition Nmtoken ::= (NameChar)+ NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender
isValid(String) - Static method in class org.apache.axis2.databinding.types.NormalizedString
validate the value against the xsd definition for the object

The value space of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters.

isValid(String) - Static method in class org.apache.axis2.databinding.types.Token
validate the value against the xsd definition

The value space of token is the set of strings that do not contain the line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces.

isValid(long) - Static method in class org.apache.axis2.databinding.types.UnsignedByte
validate the value against the xsd value space definition
isValid(long) - Static method in class org.apache.axis2.databinding.types.UnsignedInt
validate the value against the xsd definition
isValid(BigInteger) - Static method in class org.apache.axis2.databinding.types.UnsignedLong
 
isValid(long) - Static method in class org.apache.axis2.databinding.types.UnsignedShort
validate the value against the xsd definition
isWellFormedAddress(String) - Static method in class org.apache.axis2.databinding.types.URI
Determine whether a string is syntactically capable of representing a valid IPv4 address, IPv6 reference or the domain name of a network host.
isWellFormedIPv4Address(String) - Static method in class org.apache.axis2.databinding.types.URI
Determines whether a string is an IPv4 address as defined by RFC 2373, and under the further constraint that it must be a 32-bit address.
isWellFormedIPv6Reference(String) - Static method in class org.apache.axis2.databinding.types.URI
Determines whether a string is an IPv6 reference as defined by RFC 2732, where IPv6address is defined in RFC 2373.
isWhiteSpace() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
isWhiteSpace() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
isWhiteSpace() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
isWhiteSpace() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
isWhiteSpace() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
isWhiteSpace() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 

J

JavaTransportSender - Class in org.apache.axis2.transport.java
 
JavaTransportSender() - Constructor for class org.apache.axis2.transport.java.JavaTransportSender
 

L

Language - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type language language represents natural language identifiers as defined by [RFC 1766].
Language() - Constructor for class org.apache.axis2.databinding.types.Language
 
Language(String) - Constructor for class org.apache.axis2.databinding.types.Language
ctor for Language
Language - Class in org.apache.axis2.databinding.types.soapencoding
Language bean class
Language() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Language
 
Language - Class in org.apache.axis2.databinding.types.xsd
Language bean class
Language() - Constructor for class org.apache.axis2.databinding.types.xsd.Language
 
Language.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Language.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
local_boolean - Variable in class org.apache.axis2.databinding.types.soapencoding._boolean
field for _boolean
local_boolean - Variable in class org.apache.axis2.databinding.types.xsd._boolean
field for _boolean
local_byte - Variable in class org.apache.axis2.databinding.types.soapencoding._byte
field for _byte
local_byte - Variable in class org.apache.axis2.databinding.types.xsd._byte
field for _byte
local_double - Variable in class org.apache.axis2.databinding.types.soapencoding._double
field for _double
local_double - Variable in class org.apache.axis2.databinding.types.xsd._double
field for _double
local_float - Variable in class org.apache.axis2.databinding.types.soapencoding._float
field for _float
local_float - Variable in class org.apache.axis2.databinding.types.xsd._float
field for _float
local_int - Variable in class org.apache.axis2.databinding.types.soapencoding._int
field for _int
local_int - Variable in class org.apache.axis2.databinding.types.xsd._int
field for _int
local_long - Variable in class org.apache.axis2.databinding.types.soapencoding._long
field for _long
local_long - Variable in class org.apache.axis2.databinding.types.xsd._long
field for _long
local_short - Variable in class org.apache.axis2.databinding.types.soapencoding._short
field for _short
local_short - Variable in class org.apache.axis2.databinding.types.xsd._short
field for _short
localAnyType - Variable in class org.apache.axis2.databinding.types.soapencoding.AnyType
field for AnyType
localAnyURI - Variable in class org.apache.axis2.databinding.types.soapencoding.AnyURI
field for AnyURI
localAnyURI - Variable in class org.apache.axis2.databinding.types.xsd.AnyURI
field for AnyURI
localArray - Variable in class org.apache.axis2.databinding.types.soapencoding.ArrayE
field for Array
localArrayCoordinate - Variable in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
field for ArrayCoordinate
localArrayType - Variable in class org.apache.axis2.databinding.types.soapencoding.Array
field for ArrayType This was an Attribute!
localBase64 - Variable in class org.apache.axis2.databinding.types.soapencoding.Base64
field for Base64
localBase64 - Variable in class org.apache.axis2.databinding.types.xsd.Base64
field for Base64
localBase64Binary - Variable in class org.apache.axis2.databinding.types.soapencoding.Base64Binary
field for Base64Binary
localBase64Binary - Variable in class org.apache.axis2.databinding.types.xsd.Base64Binary
field for Base64Binary
localDate - Variable in class org.apache.axis2.databinding.types.soapencoding.Date
field for Date
localDate - Variable in class org.apache.axis2.databinding.types.xsd.Date
field for Date
localDateTime - Variable in class org.apache.axis2.databinding.types.soapencoding.DateTime
field for DateTime
localDateTime - Variable in class org.apache.axis2.databinding.types.xsd.DateTime
field for DateTime
localDecimal - Variable in class org.apache.axis2.databinding.types.soapencoding.Decimal
field for Decimal
localDecimal - Variable in class org.apache.axis2.databinding.types.xsd.Decimal
field for Decimal
localDuration - Variable in class org.apache.axis2.databinding.types.soapencoding.Duration
field for Duration
localDuration - Variable in class org.apache.axis2.databinding.types.xsd.Duration
field for Duration
localENTITIES - Variable in class org.apache.axis2.databinding.types.soapencoding.ENTITIES
field for ENTITIES
localENTITIES - Variable in class org.apache.axis2.databinding.types.xsd.ENTITIES
field for ENTITIES
localENTITY - Variable in class org.apache.axis2.databinding.types.soapencoding.ENTITY
field for ENTITY
localENTITY - Variable in class org.apache.axis2.databinding.types.xsd.ENTITY
field for ENTITY
localExtraElement - Variable in class org.apache.axis2.databinding.types.soapencoding.Struct
field for ExtraElement This was an Array!
localExtraElementTracker - Variable in class org.apache.axis2.databinding.types.soapencoding.Struct
 
localGDay - Variable in class org.apache.axis2.databinding.types.soapencoding.GDay
field for GDay
localGDay - Variable in class org.apache.axis2.databinding.types.xsd.GDay
field for GDay
localGMonth - Variable in class org.apache.axis2.databinding.types.soapencoding.GMonth
field for GMonth
localGMonth - Variable in class org.apache.axis2.databinding.types.xsd.GMonth
field for GMonth
localGMonthDay - Variable in class org.apache.axis2.databinding.types.soapencoding.GMonthDay
field for GMonthDay
localGMonthDay - Variable in class org.apache.axis2.databinding.types.xsd.GMonthDay
field for GMonthDay
localGYear - Variable in class org.apache.axis2.databinding.types.soapencoding.GYear
field for GYear
localGYear - Variable in class org.apache.axis2.databinding.types.xsd.GYear
field for GYear
localGYearMonth - Variable in class org.apache.axis2.databinding.types.soapencoding.GYearMonth
field for GYearMonth
localGYearMonth - Variable in class org.apache.axis2.databinding.types.xsd.GYearMonth
field for GYearMonth
localHexBinary - Variable in class org.apache.axis2.databinding.types.soapencoding.HexBinary
field for HexBinary
localHexBinary - Variable in class org.apache.axis2.databinding.types.xsd.HexBinary
field for HexBinary
localHref - Variable in class org.apache.axis2.databinding.types.soapencoding.Array
field for Href This was an Attribute!
localHref - Variable in class org.apache.axis2.databinding.types.soapencoding.Struct
field for Href This was an Attribute!
localId - Variable in class org.apache.axis2.databinding.types.soapencoding.Array
field for Id This was an Attribute!
localID - Variable in class org.apache.axis2.databinding.types.soapencoding.ID
field for ID
localId - Variable in class org.apache.axis2.databinding.types.soapencoding.Struct
field for Id This was an Attribute!
localID - Variable in class org.apache.axis2.databinding.types.xsd.ID
field for ID
localIDREF - Variable in class org.apache.axis2.databinding.types.soapencoding.IDREF
field for IDREF
localIDREF - Variable in class org.apache.axis2.databinding.types.xsd.IDREF
field for IDREF
localIDREFS - Variable in class org.apache.axis2.databinding.types.soapencoding.IDREFS
field for IDREFS
localIDREFS - Variable in class org.apache.axis2.databinding.types.xsd.IDREFS
field for IDREFS
localInteger - Variable in class org.apache.axis2.databinding.types.soapencoding.Integer
field for Integer
localInteger - Variable in class org.apache.axis2.databinding.types.xsd.Integer
field for Integer
localLanguage - Variable in class org.apache.axis2.databinding.types.soapencoding.Language
field for Language
localLanguage - Variable in class org.apache.axis2.databinding.types.xsd.Language
field for Language
localName - Variable in class org.apache.axis2.databinding.types.soapencoding.Name
field for Name
localName - Variable in class org.apache.axis2.databinding.types.xsd.Name
field for Name
localNCName - Variable in class org.apache.axis2.databinding.types.soapencoding.NCName
field for NCName
localNCName - Variable in class org.apache.axis2.databinding.types.xsd.NCName
field for NCName
localNegativeInteger - Variable in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
field for NegativeInteger
localNegativeInteger - Variable in class org.apache.axis2.databinding.types.xsd.NegativeInteger
field for NegativeInteger
localNMTOKEN - Variable in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
field for NMTOKEN
localNMTOKEN - Variable in class org.apache.axis2.databinding.types.xsd.NMTOKEN
field for NMTOKEN
localNMTOKENS - Variable in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
field for NMTOKENS
localNMTOKENS - Variable in class org.apache.axis2.databinding.types.xsd.NMTOKENS
field for NMTOKENS
localNonNegativeInteger - Variable in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
field for NonNegativeInteger
localNonNegativeInteger - Variable in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
field for NonNegativeInteger
localNonPositiveInteger - Variable in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
field for NonPositiveInteger
localNonPositiveInteger - Variable in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
field for NonPositiveInteger
localNormalizedString - Variable in class org.apache.axis2.databinding.types.soapencoding.NormalizedString
field for NormalizedString
localNormalizedString - Variable in class org.apache.axis2.databinding.types.xsd.NormalizedString
field for NormalizedString
localObject - Variable in class org.apache.axis2.databinding.types.Union
 
localOffset - Variable in class org.apache.axis2.databinding.types.soapencoding.Array
field for Offset This was an Attribute!
localPositiveInteger - Variable in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
field for PositiveInteger
localPositiveInteger - Variable in class org.apache.axis2.databinding.types.xsd.PositiveInteger
field for PositiveInteger
localQName - Variable in class org.apache.axis2.databinding.types.soapencoding.NOTATION
field for QName
localQName - Variable in class org.apache.axis2.databinding.types.soapencoding.QName
field for QName
localQName - Variable in class org.apache.axis2.databinding.types.xsd.NOTATION
field for QName
localQName - Variable in class org.apache.axis2.databinding.types.xsd.QName
field for QName
localString - Variable in class org.apache.axis2.databinding.types.soapencoding.String
field for String
localString - Variable in class org.apache.axis2.databinding.types.xsd.String
field for String
localTime - Variable in class org.apache.axis2.databinding.types.soapencoding.Time
field for Time
localTime - Variable in class org.apache.axis2.databinding.types.xsd.Time
field for Time
localToken - Variable in class org.apache.axis2.databinding.types.soapencoding.Token
field for Token
localToken - Variable in class org.apache.axis2.databinding.types.xsd.Token
field for Token
localUnsignedByte - Variable in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
field for UnsignedByte
localUnsignedByte - Variable in class org.apache.axis2.databinding.types.xsd.UnsignedByte
field for UnsignedByte
localUnsignedInt - Variable in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
field for UnsignedInt
localUnsignedInt - Variable in class org.apache.axis2.databinding.types.xsd.UnsignedInt
field for UnsignedInt
localUnsignedLong - Variable in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
field for UnsignedLong
localUnsignedLong - Variable in class org.apache.axis2.databinding.types.xsd.UnsignedLong
field for UnsignedLong
localUnsignedShort - Variable in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
field for UnsignedShort
localUnsignedShort - Variable in class org.apache.axis2.databinding.types.xsd.UnsignedShort
field for UnsignedShort
longValue() - Method in class org.apache.axis2.databinding.types.UnsignedInt
 
longValue() - Method in class org.apache.axis2.databinding.types.UnsignedLong
 
lValue - Variable in class org.apache.axis2.databinding.types.UnsignedInt
 
lValue - Variable in class org.apache.axis2.databinding.types.UnsignedLong
 

M

makeCalendar(String) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
makeDate(String) - Static method in class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
makeNewServiceObject(MessageContext) - Method in class org.apache.axis2.rpc.receivers.ejb.EJB3InOnlyMessageReceiver
 
makeNewServiceObject(MessageContext) - Method in class org.apache.axis2.rpc.receivers.ejb.EJB3MessageReceiver
 
makeNewServiceObject(MessageContext) - Static method in class org.apache.axis2.rpc.receivers.ejb.EJB3Util
Return a object which implements the service.
makeNewServiceObject(MessageContext) - Method in class org.apache.axis2.rpc.receivers.ejb.EJBInOnlyMessageReceiver
 
makeNewServiceObject(MessageContext) - Method in class org.apache.axis2.rpc.receivers.ejb.EJBInOutAsyncMessageReceiver
Deprecated.
 
makeNewServiceObject(MessageContext) - Method in class org.apache.axis2.rpc.receivers.ejb.EJBMessageReceiver
 
makeNewServiceObject(MessageContext) - Static method in class org.apache.axis2.rpc.receivers.ejb.EJBUtil
Return a object which implements the service.
MalformedURIException() - Constructor for exception org.apache.axis2.databinding.types.URI.MalformedURIException
*************************************************************** Constructs a MalformedURIException with no specified detail message.
MalformedURIException(String) - Constructor for exception org.apache.axis2.databinding.types.URI.MalformedURIException
************************************************************** Constructs a MalformedURIException with the specified detail message.
Month - Class in org.apache.axis2.databinding.types
Implementation of the XML Schema type gMonth
Month(int) - Constructor for class org.apache.axis2.databinding.types.Month
Constructs a Month with the given values No timezone is specified
Month(int, String) - Constructor for class org.apache.axis2.databinding.types.Month
Constructs a Month with the given values, including a timezone string The timezone is validated but not used.
Month(String) - Constructor for class org.apache.axis2.databinding.types.Month
Construct a Month from a String in the format --MM--[timezone]
MonthDay - Class in org.apache.axis2.databinding.types
Implementation of the XML Schema type gMonthDay
MonthDay(int, int) - Constructor for class org.apache.axis2.databinding.types.MonthDay
Constructs a MonthDay with the given values No timezone is specified
MonthDay(int, int, String) - Constructor for class org.apache.axis2.databinding.types.MonthDay
Constructs a MonthDay with the given values, including a timezone string The timezone is validated but not used.
MonthDay(String) - Constructor for class org.apache.axis2.databinding.types.MonthDay
Construct a MonthDay from a String in the format --MM-DD[timezone]
MTOMAwareOMBuilder - Class in org.apache.axis2.databinding.utils.writer
 
MTOMAwareOMBuilder() - Constructor for class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
MultirefHelper - Class in org.apache.axis2.databinding.utils
 
MultirefHelper(OMElement) - Constructor for class org.apache.axis2.databinding.utils.MultirefHelper
 
MY_QNAME - Static variable in class org.apache.axis2.databinding.types.soapencoding.AnyType
 
MY_QNAME - Static variable in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
 
MY_QNAME - Static variable in class org.apache.axis2.databinding.types.soapencoding.ArrayE
 
MY_QNAME - Static variable in class org.apache.axis2.databinding.types.soapencoding.Base64
 
MY_QNAME - Static variable in class org.apache.axis2.databinding.types.xsd.Base64
 

N

Name - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type Name Name represents XML Names.
Name() - Constructor for class org.apache.axis2.databinding.types.Name
 
Name(String) - Constructor for class org.apache.axis2.databinding.types.Name
ctor for Name
Name - Class in org.apache.axis2.databinding.types.soapencoding
Name bean class
Name() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Name
 
Name - Class in org.apache.axis2.databinding.types.xsd
Name bean class
Name() - Constructor for class org.apache.axis2.databinding.types.xsd.Name
 
Name.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Name.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
NamedStaxOMBuilder - Class in org.apache.axis2.databinding.utils
 
NamedStaxOMBuilder(XMLStreamReader, QName) - Constructor for class org.apache.axis2.databinding.utils.NamedStaxOMBuilder
 
NameValueArrayStreamReader - Class in org.apache.axis2.databinding.utils.reader
 
NameValueArrayStreamReader(QName, String[]) - Constructor for class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
NameValuePairStreamReader - Class in org.apache.axis2.databinding.utils.reader
 
NameValuePairStreamReader(QName, String) - Constructor for class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
NCName - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type NCName NCName represents XML "non-colonized" Names The base type of NCName is Name.
NCName() - Constructor for class org.apache.axis2.databinding.types.NCName
 
NCName(String) - Constructor for class org.apache.axis2.databinding.types.NCName
ctor for NCName
NCName - Class in org.apache.axis2.databinding.types.soapencoding
NCName bean class
NCName() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NCName
 
NCName - Class in org.apache.axis2.databinding.types.xsd
NCName bean class
NCName() - Constructor for class org.apache.axis2.databinding.types.xsd.NCName
 
NCName.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
NCName.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
NegativeInteger - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type negativeinteger

negativeInteger is derived from nonPositiveInteger by setting the value of maxInclusive to be -1.

NegativeInteger(byte[]) - Constructor for class org.apache.axis2.databinding.types.NegativeInteger
 
NegativeInteger(int, byte[]) - Constructor for class org.apache.axis2.databinding.types.NegativeInteger
 
NegativeInteger(int, int, Random) - Constructor for class org.apache.axis2.databinding.types.NegativeInteger
 
NegativeInteger(int, Random) - Constructor for class org.apache.axis2.databinding.types.NegativeInteger
 
NegativeInteger(String) - Constructor for class org.apache.axis2.databinding.types.NegativeInteger
 
NegativeInteger(String, int) - Constructor for class org.apache.axis2.databinding.types.NegativeInteger
 
NegativeInteger - Class in org.apache.axis2.databinding.types.soapencoding
NegativeInteger bean class
NegativeInteger() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
 
NegativeInteger - Class in org.apache.axis2.databinding.types.xsd
NegativeInteger bean class
NegativeInteger() - Constructor for class org.apache.axis2.databinding.types.xsd.NegativeInteger
 
NegativeInteger.BigIntegerRep - Class in org.apache.axis2.databinding.types
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
NegativeInteger.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
NegativeInteger.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
next() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
next() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
By far this should be the most important method in this class this method changes the state of the parser
next() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
next() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
next() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
next() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
nextTag() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
nextTag() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
todo implement this
nextTag() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
nextTag() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
nextTag() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
nextTag() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
NIL - Static variable in interface org.apache.axis2.databinding.utils.Constants
 
NMToken - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type NMToken

NMTOKEN represents the NMTOKEN attribute type from [XML 1.0(Second Edition)].

NMToken() - Constructor for class org.apache.axis2.databinding.types.NMToken
 
NMToken(String) - Constructor for class org.apache.axis2.databinding.types.NMToken
ctor for NMToken
NMTOKEN - Class in org.apache.axis2.databinding.types.soapencoding
NMTOKEN bean class
NMTOKEN() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
 
NMTOKEN - Class in org.apache.axis2.databinding.types.xsd
NMTOKEN bean class
NMTOKEN() - Constructor for class org.apache.axis2.databinding.types.xsd.NMTOKEN
 
NMTOKEN.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
NMTOKEN.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
NMTokens - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type NMTokens
NMTokens() - Constructor for class org.apache.axis2.databinding.types.NMTokens
 
NMTokens(String) - Constructor for class org.apache.axis2.databinding.types.NMTokens
ctor for NMTokens
NMTOKENS - Class in org.apache.axis2.databinding.types.soapencoding
NMTOKENS bean class
NMTOKENS() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
 
NMTOKENS - Class in org.apache.axis2.databinding.types.xsd
NMTOKENS bean class
NMTOKENS() - Constructor for class org.apache.axis2.databinding.types.xsd.NMTOKENS
 
NMTOKENS.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
NMTOKENS.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
NonNegativeInteger - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type nonNegativeInteger
NonNegativeInteger(byte[]) - Constructor for class org.apache.axis2.databinding.types.NonNegativeInteger
 
NonNegativeInteger(int, byte[]) - Constructor for class org.apache.axis2.databinding.types.NonNegativeInteger
 
NonNegativeInteger(int, int, Random) - Constructor for class org.apache.axis2.databinding.types.NonNegativeInteger
 
NonNegativeInteger(int, Random) - Constructor for class org.apache.axis2.databinding.types.NonNegativeInteger
 
NonNegativeInteger(String) - Constructor for class org.apache.axis2.databinding.types.NonNegativeInteger
 
NonNegativeInteger(String, int) - Constructor for class org.apache.axis2.databinding.types.NonNegativeInteger
 
NonNegativeInteger - Class in org.apache.axis2.databinding.types.soapencoding
NonNegativeInteger bean class
NonNegativeInteger() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
 
NonNegativeInteger - Class in org.apache.axis2.databinding.types.xsd
NonNegativeInteger bean class
NonNegativeInteger() - Constructor for class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
 
NonNegativeInteger.BigIntegerRep - Class in org.apache.axis2.databinding.types
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
NonNegativeInteger.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
NonNegativeInteger.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
NonPositiveInteger - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type nonPositiveInteger

nonPositiveInteger is derived from integer by setting the value of maxInclusive to be 0.

NonPositiveInteger(byte[]) - Constructor for class org.apache.axis2.databinding.types.NonPositiveInteger
 
NonPositiveInteger(int, byte[]) - Constructor for class org.apache.axis2.databinding.types.NonPositiveInteger
 
NonPositiveInteger(int, int, Random) - Constructor for class org.apache.axis2.databinding.types.NonPositiveInteger
 
NonPositiveInteger(int, Random) - Constructor for class org.apache.axis2.databinding.types.NonPositiveInteger
 
NonPositiveInteger(String) - Constructor for class org.apache.axis2.databinding.types.NonPositiveInteger
 
NonPositiveInteger(String, int) - Constructor for class org.apache.axis2.databinding.types.NonPositiveInteger
 
NonPositiveInteger - Class in org.apache.axis2.databinding.types.soapencoding
NonPositiveInteger bean class
NonPositiveInteger() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
 
NonPositiveInteger - Class in org.apache.axis2.databinding.types.xsd
NonPositiveInteger bean class
NonPositiveInteger() - Constructor for class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
 
NonPositiveInteger.BigIntegerRep - Class in org.apache.axis2.databinding.types
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
NonPositiveInteger.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
NonPositiveInteger.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
NormalizedString - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type NormalizedString.
NormalizedString() - Constructor for class org.apache.axis2.databinding.types.NormalizedString
 
NormalizedString(String) - Constructor for class org.apache.axis2.databinding.types.NormalizedString
ctor for NormalizedString
NormalizedString - Class in org.apache.axis2.databinding.types.soapencoding
NormalizedString bean class
NormalizedString() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NormalizedString
 
NormalizedString - Class in org.apache.axis2.databinding.types.xsd
NormalizedString bean class
NormalizedString() - Constructor for class org.apache.axis2.databinding.types.xsd.NormalizedString
 
NormalizedString.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
NormalizedString.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
Notation - Class in org.apache.axis2.databinding.types
Custom class for supporting XSD data type NOTATION.
Notation() - Constructor for class org.apache.axis2.databinding.types.Notation
 
Notation(NCName, URI, URI) - Constructor for class org.apache.axis2.databinding.types.Notation
 
NOTATION - Class in org.apache.axis2.databinding.types.soapencoding
NOTATION bean class
NOTATION() - Constructor for class org.apache.axis2.databinding.types.soapencoding.NOTATION
 
NOTATION - Class in org.apache.axis2.databinding.types.xsd
NOTATION bean class
NOTATION() - Constructor for class org.apache.axis2.databinding.types.xsd.NOTATION
 
NOTATION.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
NOTATION.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
NULLED_STATE - Static variable in interface org.apache.axis2.databinding.utils.States
 
NullXMLStreamReader - Class in org.apache.axis2.databinding.utils.reader
 
NullXMLStreamReader(QName) - Constructor for class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 

O

ObjectConversionException() - Constructor for exception org.apache.axis2.databinding.utils.ConverterUtil.ObjectConversionException
 
ObjectConversionException(String) - Constructor for exception org.apache.axis2.databinding.utils.ConverterUtil.ObjectConversionException
 
ObjectConversionException(Throwable) - Constructor for exception org.apache.axis2.databinding.utils.ConverterUtil.ObjectConversionException
 
ObjectConversionException(String, Throwable) - Constructor for exception org.apache.axis2.databinding.utils.ConverterUtil.ObjectConversionException
 
objectList - Variable in class org.apache.axis2.databinding.types.soapencoding.Array
 
OM_ATTRIBUTE_KEY - Static variable in interface org.apache.axis2.databinding.utils.Constants
 
OM_ELEMENT_KEY - Static variable in interface org.apache.axis2.databinding.utils.Constants
 
OMAttribKey - Class in org.apache.axis2.databinding.utils.reader
A dummy object that acts as the key for the OMAttribute in the attribute array - this will be provided as part of the constants
OMAttribKey() - Constructor for class org.apache.axis2.databinding.utils.reader.OMAttribKey
 
OMElementKey - Class in org.apache.axis2.databinding.utils.reader
A dummy class that creates nothing but a key for the OMElement when it is passed to the ADBPullparser
OMElementKey() - Constructor for class org.apache.axis2.databinding.utils.reader.OMElementKey
 
OMStreamNamespaceContext - Class in org.apache.axis2.databinding.utils.writer
 
OMStreamNamespaceContext() - Constructor for class org.apache.axis2.databinding.utils.writer.OMStreamNamespaceContext
 
OPTIMIZATION_ENABLED - Static variable in interface org.apache.axis2.databinding.utils.Constants
 
org.apache.axis2.databinding - package org.apache.axis2.databinding
 
org.apache.axis2.databinding.annotation - package org.apache.axis2.databinding.annotation
 
org.apache.axis2.databinding.i18n - package org.apache.axis2.databinding.i18n
 
org.apache.axis2.databinding.typemapping - package org.apache.axis2.databinding.typemapping
 
org.apache.axis2.databinding.types - package org.apache.axis2.databinding.types
These classes are directly salvaged from Axis 1 codebase.
org.apache.axis2.databinding.types.soapencoding - package org.apache.axis2.databinding.types.soapencoding
 
org.apache.axis2.databinding.types.xsd - package org.apache.axis2.databinding.types.xsd
 
org.apache.axis2.databinding.utils - package org.apache.axis2.databinding.utils
 
org.apache.axis2.databinding.utils.reader - package org.apache.axis2.databinding.utils.reader
 
org.apache.axis2.databinding.utils.writer - package org.apache.axis2.databinding.utils.writer
 
org.apache.axis2.rpc.client - package org.apache.axis2.rpc.client
 
org.apache.axis2.rpc.receivers - package org.apache.axis2.rpc.receivers
 
org.apache.axis2.rpc.receivers.ejb - package org.apache.axis2.rpc.receivers.ejb
 
org.apache.axis2.transport.java - package org.apache.axis2.transport.java
 
org.apache.axis2.util - package org.apache.axis2.util
 

P

parentQName - Variable in class org.apache.axis2.databinding.ADBDataSource
 
parentQName - Variable in class org.apache.axis2.databinding.ADBHelperDataSource
 
parse(XMLStreamReader) - Method in interface org.apache.axis2.databinding.ADBHelper
 
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._boolean.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._byte.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._double.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._float.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._int.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._long.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding._short.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.AnyType.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.AnyURI.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader, Class) - Static method in class org.apache.axis2.databinding.types.soapencoding.Array.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ArrayE.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Base64.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Date.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.DateTime.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Decimal.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Duration.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ENTITY.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GDay.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GMonth.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GYear.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.HexBinary.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.ID.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.IDREF.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.IDREFS.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Integer.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Language.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Name.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NCName.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.NOTATION.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.QName.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.String.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Struct.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Time.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.Token.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._boolean.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._byte.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._double.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._float.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._int.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._long.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd._short.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.AnyURI.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Base64.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Base64Binary.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Date.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.DateTime.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Decimal.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Duration.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.ENTITIES.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.ENTITY.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GDay.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GMonth.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GMonthDay.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GYear.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.GYearMonth.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.HexBinary.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.ID.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.IDREF.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.IDREFS.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Integer.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Language.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Name.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NCName.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NegativeInteger.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NMTOKEN.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NMTOKENS.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NormalizedString.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.NOTATION.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.PositiveInteger.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.QName.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.String.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Time.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.Token.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedByte.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedInt.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedLong.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parse(XMLStreamReader) - Static method in class org.apache.axis2.databinding.types.xsd.UnsignedShort.Factory
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
parseDate(String) - Method in class org.apache.axis2.databinding.types.Duration
This method parses the date portion of a String that represents xsd:duration - nYnMnD.
parseTime(String) - Method in class org.apache.axis2.databinding.types.Duration
This method parses the time portion of a String that represents xsd:duration - nHnMnS.
peek() - Method in class org.apache.axis2.util.ArrayStack
Returns the top item off of this stack without removing it.
peek(int) - Method in class org.apache.axis2.util.ArrayStack
Returns the n'th item down (zero-relative) from the top of this stack without removing it.
pop() - Method in class org.apache.axis2.util.ArrayStack
Pops the top item off of this stack and return it.
popNamespace() - Method in class org.apache.axis2.databinding.utils.reader.ADBNamespaceContext
Pop a namespace
PositiveInteger - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type positiveInteger

positiveInteger is derived from nonNegativeInteger by setting the value of minInclusive to be 1.

PositiveInteger(byte[]) - Constructor for class org.apache.axis2.databinding.types.PositiveInteger
 
PositiveInteger(int, byte[]) - Constructor for class org.apache.axis2.databinding.types.PositiveInteger
 
PositiveInteger(int, int, Random) - Constructor for class org.apache.axis2.databinding.types.PositiveInteger
 
PositiveInteger(int, Random) - Constructor for class org.apache.axis2.databinding.types.PositiveInteger
 
PositiveInteger(String) - Constructor for class org.apache.axis2.databinding.types.PositiveInteger
 
PositiveInteger(String, int) - Constructor for class org.apache.axis2.databinding.types.PositiveInteger
 
PositiveInteger - Class in org.apache.axis2.databinding.types.soapencoding
PositiveInteger bean class
PositiveInteger() - Constructor for class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
 
PositiveInteger - Class in org.apache.axis2.databinding.types.xsd
PositiveInteger bean class
PositiveInteger() - Constructor for class org.apache.axis2.databinding.types.xsd.PositiveInteger
 
PositiveInteger.BigIntegerRep - Class in org.apache.axis2.databinding.types
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
PositiveInteger.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
PositiveInteger.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
processElementforRefs(OMElement) - Method in class org.apache.axis2.databinding.utils.MultirefHelper
 
processHrefAttributes(SOAPEnvelope) - Static method in class org.apache.axis2.databinding.utils.MultirefHelper
this method is used to process the href attributes which may comes with the incomming soap mesaage the real argument blue here we assume first child of the soap body has the main object structure and others contain the multiref parts.
processHrefAttributes(Map, OMElement, OMFactory) - Static method in class org.apache.axis2.databinding.utils.MultirefHelper
 
processObject(OMElement, Class, MultirefHelper, boolean, ObjectSupplier, Type) - Static method in class org.apache.axis2.databinding.utils.BeanUtil
 
processObjectAsDocLitBare(SOAPFactory, Object, OMElement, OMNamespace, SOAPEnvelope, boolean, TypeTable, String) - Static method in class org.apache.axis2.rpc.receivers.RPCUtil
 
processOMElementRef(String) - Method in class org.apache.axis2.databinding.utils.MultirefHelper
 
processRef(Class, String, ObjectSupplier) - Method in class org.apache.axis2.databinding.utils.MultirefHelper
 
processRefAtt(OMElement) - Static method in class org.apache.axis2.databinding.utils.MultirefHelper
 
processRequest(OMElement, Method, ObjectSupplier, String[]) - Static method in class org.apache.axis2.rpc.receivers.RPCUtil
 
processRequest(OMElement, Method, ObjectSupplier) - Static method in class org.apache.axis2.rpc.receivers.RPCUtil
 
processResonseAsDocLitBare(Object, AxisService, SOAPEnvelope, SOAPFactory, OMNamespace, OMElement, MessageContext) - Static method in class org.apache.axis2.rpc.receivers.RPCUtil
 
processResponse(SOAPFactory, Object, OMElement, OMNamespace, SOAPEnvelope, Method, boolean, TypeTable) - Static method in class org.apache.axis2.rpc.receivers.RPCUtil
 
processResponseAsDocLitWrapped(Object, AxisService, Method, SOAPEnvelope, SOAPFactory, OMNamespace, OMElement, MessageContext) - Static method in class org.apache.axis2.rpc.receivers.RPCUtil
 
push(Object) - Method in class org.apache.axis2.util.ArrayStack
Pushes a new item onto the top of this stack.
pushNamespace(String, String) - Method in class org.apache.axis2.databinding.utils.reader.ADBNamespaceContext
Register a namespace in this context

Q

QName - Class in org.apache.axis2.databinding.types.soapencoding
QName bean class
QName() - Constructor for class org.apache.axis2.databinding.types.soapencoding.QName
 
QName - Class in org.apache.axis2.databinding.types.xsd
QName bean class
QName() - Constructor for class org.apache.axis2.databinding.types.xsd.QName
 
QName.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
QName.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method

R

read(XMLStreamReader) - Method in class org.apache.axis2.databinding.utils.SimpleArrayReaderStateMachine
public read method - reads a given reader to extract the text value
read(XMLStreamReader) - Method in class org.apache.axis2.databinding.utils.SimpleElementReaderStateMachine
public read method - reads a given reader to extract the text value
readResolve() - Method in class org.apache.axis2.databinding.types.NegativeInteger.BigIntegerRep
Deprecated.
 
readResolve() - Method in class org.apache.axis2.databinding.types.NonNegativeInteger.BigIntegerRep
Deprecated.
 
readResolve() - Method in class org.apache.axis2.databinding.types.NonPositiveInteger.BigIntegerRep
Deprecated.
 
readResolve() - Method in class org.apache.axis2.databinding.types.PositiveInteger.BigIntegerRep
Deprecated.
 
receive(MessageContext) - Method in class org.apache.axis2.rpc.receivers.ejb.EJBInOutAsyncMessageReceiver
Deprecated.
 
registerNamespace(String, String) - Method in class org.apache.axis2.databinding.utils.writer.OMStreamNamespaceContext
 
remove() - Method in class org.apache.axis2.util.ArrayStack
Removes the element on the top of the stack.
removeNamespce(String) - Method in class org.apache.axis2.databinding.utils.writer.OMStreamNamespaceContext
 
require(int, String, String) - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
require(int, String, String) - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
require(int, String, String) - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
require(int, String, String) - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
require(int, String, String) - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
require(int, String, String) - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
reset() - Method in class org.apache.axis2.databinding.utils.SimpleArrayReaderStateMachine
Resets the state machine.
reset() - Method in class org.apache.axis2.databinding.utils.SimpleElementReaderStateMachine
Resets the state machine.
RPCInOnlyMessageReceiver - Class in org.apache.axis2.rpc.receivers
 
RPCInOnlyMessageReceiver() - Constructor for class org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver
 
RPCInOutAsyncMessageReceiver - Class in org.apache.axis2.rpc.receivers
 
RPCInOutAsyncMessageReceiver() - Constructor for class org.apache.axis2.rpc.receivers.RPCInOutAsyncMessageReceiver
 
RPCMessageReceiver - Class in org.apache.axis2.rpc.receivers
 
RPCMessageReceiver() - Constructor for class org.apache.axis2.rpc.receivers.RPCMessageReceiver
 
RPCServiceClient - Class in org.apache.axis2.rpc.client
 
RPCServiceClient(ConfigurationContext, AxisService) - Constructor for class org.apache.axis2.rpc.client.RPCServiceClient
 
RPCServiceClient() - Constructor for class org.apache.axis2.rpc.client.RPCServiceClient
 
RPCServiceClient(ConfigurationContext, URL, QName, String) - Constructor for class org.apache.axis2.rpc.client.RPCServiceClient
 
RPCUtil - Class in org.apache.axis2.rpc.receivers
 
RPCUtil() - Constructor for class org.apache.axis2.rpc.receivers.RPCUtil
 

S

search(Object) - Method in class org.apache.axis2.util.ArrayStack
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered to be at distance 1.
serialize(QName, XMLStreamWriter) - Method in interface org.apache.axis2.databinding.ADBBean
 
serialize(QName, XMLStreamWriter, boolean) - Method in interface org.apache.axis2.databinding.ADBBean
 
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axis2.databinding.ADBDataSource
 
serialize(Writer, OMOutputFormat) - Method in class org.apache.axis2.databinding.ADBDataSource
 
serialize(XMLStreamWriter) - Method in class org.apache.axis2.databinding.ADBDataSource
This needs to be generated inside the ADB bean
serialize(T, QName, XMLStreamWriter) - Method in interface org.apache.axis2.databinding.ADBHelper
 
serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axis2.databinding.ADBHelperDataSource
 
serialize(Writer, OMOutputFormat) - Method in class org.apache.axis2.databinding.ADBHelperDataSource
 
serialize(XMLStreamWriter) - Method in class org.apache.axis2.databinding.ADBHelperDataSource
This needs to be generated inside the ADB bean
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Body
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Body
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Child
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Child
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Envelope
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Envelope
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Header
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.ADBSOAPModelBuilder.Header
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding._boolean
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding._boolean
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding._byte
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding._byte
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding._double
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding._double
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding._float
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding._float
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding._int
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding._int
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding._long
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding._long
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding._short
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding._short
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyType
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyType
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyURI
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyURI
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayE
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayE
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Date
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Date
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.DateTime
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.DateTime
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Decimal
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Decimal
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Duration
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Duration
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITY
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITY
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.GDay
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.GDay
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonth
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonth
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.GYear
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.GYear
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.HexBinary
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.HexBinary
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.ID
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.ID
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREF
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREF
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREFS
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREFS
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Integer
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Integer
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Language
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Language
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Name
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Name
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.NCName
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.NCName
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.NOTATION
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.NOTATION
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.QName
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.QName
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.String
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.String
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Time
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Time
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.Token
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.Token
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd._boolean
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd._boolean
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd._byte
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd._byte
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd._double
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd._double
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd._float
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd._float
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd._int
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd._int
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd._long
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd._long
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd._short
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd._short
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.AnyURI
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.AnyURI
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Base64
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Base64
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Base64Binary
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Base64Binary
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Date
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Date
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.DateTime
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.DateTime
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Decimal
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Decimal
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Duration
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Duration
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.ENTITIES
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.ENTITIES
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.ENTITY
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.ENTITY
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.GDay
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.GDay
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.GMonth
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.GMonth
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.GMonthDay
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.GMonthDay
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.GYear
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.GYear
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.GYearMonth
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.GYearMonth
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.HexBinary
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.HexBinary
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.ID
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.ID
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.IDREF
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.IDREF
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.IDREFS
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.IDREFS
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Integer
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Integer
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Language
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Language
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Name
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Name
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.NCName
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.NCName
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.NegativeInteger
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.NegativeInteger
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKEN
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKEN
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKENS
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKENS
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.NormalizedString
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.NormalizedString
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.NOTATION
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.NOTATION
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.PositiveInteger
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.PositiveInteger
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.QName
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.QName
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.String
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.String
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Time
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Time
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.Token
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.Token
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedByte
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedByte
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedInt
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedInt
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedLong
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedLong
 
serialize(QName, XMLStreamWriter) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedShort
 
serialize(QName, XMLStreamWriter, boolean) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedShort
 
serializeAnyType(Object, XMLStreamWriter) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
 
set_boolean(boolean) - Method in class org.apache.axis2.databinding.types.soapencoding._boolean
Auto generated setter method
set_boolean(boolean) - Method in class org.apache.axis2.databinding.types.xsd._boolean
Auto generated setter method
set_byte(byte) - Method in class org.apache.axis2.databinding.types.soapencoding._byte
Auto generated setter method
set_byte(byte) - Method in class org.apache.axis2.databinding.types.xsd._byte
Auto generated setter method
set_double(double) - Method in class org.apache.axis2.databinding.types.soapencoding._double
Auto generated setter method
set_double(double) - Method in class org.apache.axis2.databinding.types.xsd._double
Auto generated setter method
set_float(float) - Method in class org.apache.axis2.databinding.types.soapencoding._float
Auto generated setter method
set_float(float) - Method in class org.apache.axis2.databinding.types.xsd._float
Auto generated setter method
set_int(int) - Method in class org.apache.axis2.databinding.types.soapencoding._int
Auto generated setter method
set_int(int) - Method in class org.apache.axis2.databinding.types.xsd._int
Auto generated setter method
set_long(long) - Method in class org.apache.axis2.databinding.types.soapencoding._long
Auto generated setter method
set_long(long) - Method in class org.apache.axis2.databinding.types.xsd._long
Auto generated setter method
set_short(short) - Method in class org.apache.axis2.databinding.types.soapencoding._short
Auto generated setter method
set_short(short) - Method in class org.apache.axis2.databinding.types.xsd._short
Auto generated setter method
setAnyType(OMElement) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyType
Auto generated setter method
setAnyURI(URI) - Method in class org.apache.axis2.databinding.types.soapencoding.AnyURI
Auto generated setter method
setAnyURI(URI) - Method in class org.apache.axis2.databinding.types.xsd.AnyURI
Auto generated setter method
setArray(Array) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayE
Auto generated setter method
setArrayCoordinate(String) - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
Auto generated setter method
setArrayType(String) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
Auto generated setter method
setArrayTypeQName(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
 
setBase64(DataHandler) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64
Auto generated setter method
setBase64(DataHandler) - Method in class org.apache.axis2.databinding.types.xsd.Base64
Auto generated setter method
setBase64Binary(DataHandler) - Method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary
Auto generated setter method
setBase64Binary(DataHandler) - Method in class org.apache.axis2.databinding.types.xsd.Base64Binary
Auto generated setter method
setCanbeAbsent(boolean) - Method in class org.apache.axis2.databinding.utils.SimpleArrayReaderStateMachine
 
setDate(Date) - Method in class org.apache.axis2.databinding.types.soapencoding.Date
Auto generated setter method
setDate(Date) - Method in class org.apache.axis2.databinding.types.xsd.Date
Auto generated setter method
setDateTime(Calendar) - Method in class org.apache.axis2.databinding.types.soapencoding.DateTime
Auto generated setter method
setDateTime(Calendar) - Method in class org.apache.axis2.databinding.types.xsd.DateTime
Auto generated setter method
setDay(int) - Method in class org.apache.axis2.databinding.types.Day
Set the day
setDay(int) - Method in class org.apache.axis2.databinding.types.MonthDay
Set the day NOTE: if the month isn't set yet, the day isn't validated
setDays(int) - Method in class org.apache.axis2.databinding.types.Duration
 
setDecimal(BigDecimal) - Method in class org.apache.axis2.databinding.types.soapencoding.Decimal
Auto generated setter method
setDecimal(BigDecimal) - Method in class org.apache.axis2.databinding.types.xsd.Decimal
Auto generated setter method
setDefaultNamespace(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
setDuration(Duration) - Method in class org.apache.axis2.databinding.types.soapencoding.Duration
Auto generated setter method
setDuration(Duration) - Method in class org.apache.axis2.databinding.types.xsd.Duration
Auto generated setter method
setElementNameToTest(QName) - Method in class org.apache.axis2.databinding.utils.SimpleArrayReaderStateMachine
 
setElementNameToTest(QName) - Method in class org.apache.axis2.databinding.utils.SimpleElementReaderStateMachine
the Qname of the element to be tested
setENTITIES(Entities) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES
Auto generated setter method
setENTITIES(Entities) - Method in class org.apache.axis2.databinding.types.xsd.ENTITIES
Auto generated setter method
setENTITY(Entity) - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITY
Auto generated setter method
setENTITY(Entity) - Method in class org.apache.axis2.databinding.types.xsd.ENTITY
Auto generated setter method
setExtraElement(OMElement[]) - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
Auto generated setter method
setFragment(String) - Method in class org.apache.axis2.databinding.types.URI
Set the fragment for this URI.
setGDay(Day) - Method in class org.apache.axis2.databinding.types.soapencoding.GDay
Auto generated setter method
setGDay(Day) - Method in class org.apache.axis2.databinding.types.xsd.GDay
Auto generated setter method
setGMonth(Month) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonth
Auto generated setter method
setGMonth(Month) - Method in class org.apache.axis2.databinding.types.xsd.GMonth
Auto generated setter method
setGMonthDay(MonthDay) - Method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay
Auto generated setter method
setGMonthDay(MonthDay) - Method in class org.apache.axis2.databinding.types.xsd.GMonthDay
Auto generated setter method
setGYear(Year) - Method in class org.apache.axis2.databinding.types.soapencoding.GYear
Auto generated setter method
setGYear(Year) - Method in class org.apache.axis2.databinding.types.xsd.GYear
Auto generated setter method
setGYearMonth(YearMonth) - Method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth
Auto generated setter method
setGYearMonth(YearMonth) - Method in class org.apache.axis2.databinding.types.xsd.GYearMonth
Auto generated setter method
setHexBinary(HexBinary) - Method in class org.apache.axis2.databinding.types.soapencoding.HexBinary
Auto generated setter method
setHexBinary(HexBinary) - Method in class org.apache.axis2.databinding.types.xsd.HexBinary
Auto generated setter method
setHost(String) - Method in class org.apache.axis2.databinding.types.URI
Set the host for this URI.
setHours(int) - Method in class org.apache.axis2.databinding.types.Duration
 
setHref(URI) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
Auto generated setter method
setHref(URI) - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
Auto generated setter method
setId(Id) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
Auto generated setter method
setID(Id) - Method in class org.apache.axis2.databinding.types.soapencoding.ID
Auto generated setter method
setId(Id) - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
Auto generated setter method
setID(Id) - Method in class org.apache.axis2.databinding.types.xsd.ID
Auto generated setter method
setIDREF(IDRef) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREF
Auto generated setter method
setIDREF(IDRef) - Method in class org.apache.axis2.databinding.types.xsd.IDREF
Auto generated setter method
setIDREFS(IDRefs) - Method in class org.apache.axis2.databinding.types.soapencoding.IDREFS
Auto generated setter method
setIDREFS(IDRefs) - Method in class org.apache.axis2.databinding.types.xsd.IDREFS
Auto generated setter method
setInteger(BigInteger) - Method in class org.apache.axis2.databinding.types.soapencoding.Integer
Auto generated setter method
setInteger(BigInteger) - Method in class org.apache.axis2.databinding.types.xsd.Integer
Auto generated setter method
setIsForceIncludeNullElements(boolean) - Static method in class org.apache.axis2.databinding.utils.BeanUtil
 
setLanguage(Language) - Method in class org.apache.axis2.databinding.types.soapencoding.Language
Auto generated setter method
setLanguage(Language) - Method in class org.apache.axis2.databinding.types.xsd.Language
Auto generated setter method
setMinutes(int) - Method in class org.apache.axis2.databinding.types.Duration
 
setMonth(int) - Method in class org.apache.axis2.databinding.types.Month
 
setMonth(int) - Method in class org.apache.axis2.databinding.types.MonthDay
 
setMonth(int) - Method in class org.apache.axis2.databinding.types.YearMonth
 
setMonths(int) - Method in class org.apache.axis2.databinding.types.Duration
 
setName(NCName) - Method in class org.apache.axis2.databinding.types.Notation
 
setName(Name) - Method in class org.apache.axis2.databinding.types.soapencoding.Name
Auto generated setter method
setName(Name) - Method in class org.apache.axis2.databinding.types.xsd.Name
Auto generated setter method
setNamespaceContext(NamespaceContext) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
setNCName(NCName) - Method in class org.apache.axis2.databinding.types.soapencoding.NCName
Auto generated setter method
setNCName(NCName) - Method in class org.apache.axis2.databinding.types.xsd.NCName
Auto generated setter method
setNegative(boolean) - Method in class org.apache.axis2.databinding.types.Duration
 
setNegativeInteger(NegativeInteger) - Method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
Auto generated setter method
setNegativeInteger(NegativeInteger) - Method in class org.apache.axis2.databinding.types.xsd.NegativeInteger
Auto generated setter method
setNillable() - Method in class org.apache.axis2.databinding.utils.SimpleArrayReaderStateMachine
 
setNillable() - Method in class org.apache.axis2.databinding.utils.SimpleElementReaderStateMachine
sets the nillable flag
setNMTOKEN(NMToken) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
Auto generated setter method
setNMTOKEN(NMToken) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKEN
Auto generated setter method
setNMTOKENS(NMTokens) - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
Auto generated setter method
setNMTOKENS(NMTokens) - Method in class org.apache.axis2.databinding.types.xsd.NMTOKENS
Auto generated setter method
setNonNegativeInteger(NonNegativeInteger) - Method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
Auto generated setter method
setNonNegativeInteger(NonNegativeInteger) - Method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
Auto generated setter method
setNonPositiveInteger(NonPositiveInteger) - Method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
Auto generated setter method
setNonPositiveInteger(NonPositiveInteger) - Method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
Auto generated setter method
setNormalizedString(NormalizedString) - Method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString
Auto generated setter method
setNormalizedString(NormalizedString) - Method in class org.apache.axis2.databinding.types.xsd.NormalizedString
Auto generated setter method
setObject(Object) - Method in class org.apache.axis2.databinding.types.Union
 
setObject(XMLStreamReader, String, String) - Method in class org.apache.axis2.databinding.types.Union
method to parse xmlschema objects
setObjectList(List) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
 
setOffset(String) - Method in class org.apache.axis2.databinding.types.soapencoding.Array
Auto generated setter method
setParentNsContext(NamespaceContext) - Method in class org.apache.axis2.databinding.utils.reader.ADBNamespaceContext
 
setPath(String) - Method in class org.apache.axis2.databinding.types.URI
Set the path for this URI.
setPort(int) - Method in class org.apache.axis2.databinding.types.URI
Set the port for this URI.
setPositiveInteger(PositiveInteger) - Method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
Auto generated setter method
setPositiveInteger(PositiveInteger) - Method in class org.apache.axis2.databinding.types.xsd.PositiveInteger
Auto generated setter method
setPrefix(String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
setProperty(String, Object) - Method in class org.apache.axis2.databinding.ADBDataSource
 
setProperty(String, Object) - Method in class org.apache.axis2.databinding.ADBHelperDataSource
 
setPublic(URI) - Method in class org.apache.axis2.databinding.types.Notation
 
setQName(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.NOTATION
Auto generated setter method
setQName(QName) - Method in class org.apache.axis2.databinding.types.soapencoding.QName
Auto generated setter method
setQName(QName) - Method in class org.apache.axis2.databinding.types.xsd.NOTATION
Auto generated setter method
setQName(QName) - Method in class org.apache.axis2.databinding.types.xsd.QName
Auto generated setter method
setQueryString(String) - Method in class org.apache.axis2.databinding.types.URI
Set the query string for this URI.
setRegBasedAuthority(String) - Method in class org.apache.axis2.databinding.types.URI
Sets the registry based authority for this URI.
setScheme(String) - Method in class org.apache.axis2.databinding.types.URI
Set the scheme for this URI.
setSeconds(int) - Method in class org.apache.axis2.databinding.types.Duration
Deprecated.
use setSeconds(double) instead
setSeconds(double) - Method in class org.apache.axis2.databinding.types.Duration
Sets the seconds.
setString(String) - Method in class org.apache.axis2.databinding.types.soapencoding.String
Auto generated setter method
setString(String) - Method in class org.apache.axis2.databinding.types.xsd.String
Auto generated setter method
setSystem(URI) - Method in class org.apache.axis2.databinding.types.Notation
 
setTime(Time) - Method in class org.apache.axis2.databinding.types.soapencoding.Time
Auto generated setter method
setTime(Calendar) - Method in class org.apache.axis2.databinding.types.Time
Sets the time; ignores year, month, date
setTime(Date) - Method in class org.apache.axis2.databinding.types.Time
Sets the time from a date instance.
setTime(Time) - Method in class org.apache.axis2.databinding.types.xsd.Time
Auto generated setter method
setTimezone(String) - Method in class org.apache.axis2.databinding.types.Day
 
setTimezone(String) - Method in class org.apache.axis2.databinding.types.Month
 
setTimezone(String) - Method in class org.apache.axis2.databinding.types.MonthDay
 
setTimezone(String) - Method in class org.apache.axis2.databinding.types.Year
 
setTimezone(String) - Method in class org.apache.axis2.databinding.types.YearMonth
 
setToken(Token) - Method in class org.apache.axis2.databinding.types.soapencoding.Token
Auto generated setter method
setToken(Token) - Method in class org.apache.axis2.databinding.types.xsd.Token
Auto generated setter method
setUnsignedByte(UnsignedByte) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
Auto generated setter method
setUnsignedByte(UnsignedByte) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedByte
Auto generated setter method
setUnsignedInt(UnsignedInt) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
Auto generated setter method
setUnsignedInt(UnsignedInt) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedInt
Auto generated setter method
setUnsignedLong(UnsignedLong) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
Auto generated setter method
setUnsignedLong(UnsignedLong) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedLong
Auto generated setter method
setUnsignedShort(UnsignedShort) - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
Auto generated setter method
setUnsignedShort(UnsignedShort) - Method in class org.apache.axis2.databinding.types.xsd.UnsignedShort
Auto generated setter method
setUserinfo(String) - Method in class org.apache.axis2.databinding.types.URI
Set the userinfo for this URI.
setValue(int, String) - Method in class org.apache.axis2.databinding.types.Day
 
setValue(int) - Method in class org.apache.axis2.databinding.types.Day
 
setValue(String) - Method in class org.apache.axis2.databinding.types.Id
Validates the data and sets the value for the object.
setValue(String) - Method in class org.apache.axis2.databinding.types.IDRefs
 
setValue(int, String) - Method in class org.apache.axis2.databinding.types.Month
 
setValue(int) - Method in class org.apache.axis2.databinding.types.Month
 
setValue(int, int, String) - Method in class org.apache.axis2.databinding.types.MonthDay
 
setValue(int, int) - Method in class org.apache.axis2.databinding.types.MonthDay
 
setValue(String) - Method in class org.apache.axis2.databinding.types.Name
validates the data and sets the value for the object.
setValue(String) - Method in class org.apache.axis2.databinding.types.NCName
validates the data and sets the value for the object.
setValue(String) - Method in class org.apache.axis2.databinding.types.NMTokens
 
setValue(String) - Method in class org.apache.axis2.databinding.types.NormalizedString
validates the data and sets the value for the object.
setValue(String) - Method in class org.apache.axis2.databinding.types.Token
validates the data and sets the value for the object.
setValue(long) - Method in class org.apache.axis2.databinding.types.UnsignedByte
validates the data and sets the value for the object.
setValue(long) - Method in class org.apache.axis2.databinding.types.UnsignedInt
validates the data and sets the value for the object.
setValue(long) - Method in class org.apache.axis2.databinding.types.UnsignedShort
validates the data and sets the value for the object.
setValue(int, String) - Method in class org.apache.axis2.databinding.types.Year
 
setValue(int) - Method in class org.apache.axis2.databinding.types.Year
 
setValue(int, int, String) - Method in class org.apache.axis2.databinding.types.YearMonth
 
setValue(int, int) - Method in class org.apache.axis2.databinding.types.YearMonth
 
setYear(int) - Method in class org.apache.axis2.databinding.types.Year
 
setYear(int) - Method in class org.apache.axis2.databinding.types.YearMonth
 
setYears(int) - Method in class org.apache.axis2.databinding.types.Duration
 
shortValue() - Method in class org.apache.axis2.databinding.types.UnsignedInt
 
shortValue() - Method in class org.apache.axis2.databinding.types.UnsignedLong
 
SimpleArrayReaderStateMachine - Class in org.apache.axis2.databinding.utils
A state machine that reads arrays with simple content.
SimpleArrayReaderStateMachine() - Constructor for class org.apache.axis2.databinding.utils.SimpleArrayReaderStateMachine
 
SimpleElementReaderStateMachine - Class in org.apache.axis2.databinding.utils
A state machine to read elements with simple content.
SimpleElementReaderStateMachine() - Constructor for class org.apache.axis2.databinding.utils.SimpleElementReaderStateMachine
 
SimpleTypeMapper - Class in org.apache.axis2.databinding.typemapping
 
SimpleTypeMapper() - Constructor for class org.apache.axis2.databinding.typemapping.SimpleTypeMapper
 
SOAP11_REF_ATTR - Static variable in class org.apache.axis2.databinding.utils.MultirefHelper
 
SOAP12_REF_ATTR - Static variable in class org.apache.axis2.databinding.utils.MultirefHelper
 
SOAP_NAMESPACE_PREFIX - Static variable in class org.apache.axis2.databinding.types.soapencoding.Array
 
standaloneSet() - Method in class org.apache.axis2.databinding.utils.reader.ADBDataHandlerStreamReader
 
standaloneSet() - Method in class org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl
 
standaloneSet() - Method in class org.apache.axis2.databinding.utils.reader.NameValueArrayStreamReader
 
standaloneSet() - Method in class org.apache.axis2.databinding.utils.reader.NameValuePairStreamReader
 
standaloneSet() - Method in class org.apache.axis2.databinding.utils.reader.NullXMLStreamReader
 
standaloneSet() - Method in class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
START_ELEMENT_FOUND_STATE - Static variable in interface org.apache.axis2.databinding.utils.States
 
STARTED_STATE - Static variable in interface org.apache.axis2.databinding.utils.States
 
States - Interface in org.apache.axis2.databinding.utils
 
stop() - Method in class org.apache.axis2.transport.java.JavaTransportSender
 
String - Class in org.apache.axis2.databinding.types.soapencoding
String bean class
String() - Constructor for class org.apache.axis2.databinding.types.soapencoding.String
 
String - Class in org.apache.axis2.databinding.types.xsd
String bean class
String() - Constructor for class org.apache.axis2.databinding.types.xsd.String
 
String.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
String.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
Struct - Class in org.apache.axis2.databinding.types.soapencoding
Struct bean class
Struct() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Struct
 
Struct.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
SYSTEM_PROPERTY_ADB_CONVERTERUTIL - Static variable in class org.apache.axis2.databinding.utils.ConverterUtil
 

T

TEXT_FOUND_STATE - Static variable in interface org.apache.axis2.databinding.utils.States
 
Time - Class in org.apache.axis2.databinding.types.soapencoding
Time bean class
Time() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Time
 
Time - Class in org.apache.axis2.databinding.types
Class that represents the xsd:time XML Schema type
Time(Calendar) - Constructor for class org.apache.axis2.databinding.types.Time
Initializes with a Calender.
Time(String) - Constructor for class org.apache.axis2.databinding.types.Time
Converts a string formatted as HH:mm:ss[.SSS][+/-offset]
Time - Class in org.apache.axis2.databinding.types.xsd
Time bean class
Time() - Constructor for class org.apache.axis2.databinding.types.xsd.Time
 
Time.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Time.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
Token - Class in org.apache.axis2.databinding.types.soapencoding
Token bean class
Token() - Constructor for class org.apache.axis2.databinding.types.soapencoding.Token
 
Token - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type Token.
Token() - Constructor for class org.apache.axis2.databinding.types.Token
 
Token(String) - Constructor for class org.apache.axis2.databinding.types.Token
ctor for Token
Token - Class in org.apache.axis2.databinding.types.xsd
Token bean class
Token() - Constructor for class org.apache.axis2.databinding.types.xsd.Token
 
Token.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
Token.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
toList(Object[]) - Static method in class org.apache.axis2.databinding.utils.ConverterUtil
We could have used the Arraya.asList() method but that returns an *immutable* list !!!!!
toString() - Method in class org.apache.axis2.databinding.types.Day
 
toString() - Method in class org.apache.axis2.databinding.types.Duration
This returns the xml representation of an xsd:duration object.
toString() - Method in class org.apache.axis2.databinding.types.HexBinary
 
toString() - Method in class org.apache.axis2.databinding.types.IDRefs
 
toString() - Method in class org.apache.axis2.databinding.types.Month
 
toString() - Method in class org.apache.axis2.databinding.types.MonthDay
 
toString() - Method in class org.apache.axis2.databinding.types.NMTokens
 
toString() - Method in class org.apache.axis2.databinding.types.NormalizedString
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding._boolean
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding._byte
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding._double
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding._float
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding._int
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding._long
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding._short
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.AnyURI
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.ArrayCoordinate
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Base64
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Base64Binary
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Date
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.DateTime
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Decimal
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Duration
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITIES
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.ENTITY
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.GDay
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.GMonth
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.GMonthDay
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.GYear
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.GYearMonth
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.HexBinary
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.ID
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.IDREF
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.IDREFS
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Integer
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Language
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Name
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.NCName
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.NegativeInteger
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKEN
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.NMTOKENS
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.NonNegativeInteger
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.NonPositiveInteger
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.NormalizedString
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.NOTATION
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.PositiveInteger
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.QName
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.String
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Time
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.Token
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
 
toString() - Method in class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
 
toString() - Method in class org.apache.axis2.databinding.types.Time
Returns the time as it would be in GMT.
toString() - Method in class org.apache.axis2.databinding.types.Union
 
toString() - Method in class org.apache.axis2.databinding.types.UnsignedInt
 
toString() - Method in class org.apache.axis2.databinding.types.UnsignedLong
 
toString() - Method in class org.apache.axis2.databinding.types.URI
Get the URI as a string specification.
toString() - Method in class org.apache.axis2.databinding.types.xsd._boolean
 
toString() - Method in class org.apache.axis2.databinding.types.xsd._byte
 
toString() - Method in class org.apache.axis2.databinding.types.xsd._double
 
toString() - Method in class org.apache.axis2.databinding.types.xsd._float
 
toString() - Method in class org.apache.axis2.databinding.types.xsd._int
 
toString() - Method in class org.apache.axis2.databinding.types.xsd._long
 
toString() - Method in class org.apache.axis2.databinding.types.xsd._short
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.AnyURI
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Base64
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Base64Binary
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Date
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.DateTime
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Decimal
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Duration
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.ENTITIES
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.ENTITY
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.GDay
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.GMonth
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.GMonthDay
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.GYear
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.GYearMonth
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.HexBinary
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.ID
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.IDREF
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.IDREFS
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Integer
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Language
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Name
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.NCName
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.NegativeInteger
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.NMTOKEN
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.NMTOKENS
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.NonNegativeInteger
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.NonPositiveInteger
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.NormalizedString
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.NOTATION
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.PositiveInteger
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.QName
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.String
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Time
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.Token
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.UnsignedByte
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.UnsignedInt
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.UnsignedLong
 
toString() - Method in class org.apache.axis2.databinding.types.xsd.UnsignedShort
 
toString() - Method in class org.apache.axis2.databinding.types.Year
 
toString() - Method in class org.apache.axis2.databinding.types.YearMonth
 
TRUE - Static variable in interface org.apache.axis2.databinding.utils.Constants
 

U

Union - Class in org.apache.axis2.databinding.types
this class is the super class of all the union simple types
Union() - Constructor for class org.apache.axis2.databinding.types.Union
 
UnsignedByte - Class in org.apache.axis2.databinding.types.soapencoding
UnsignedByte bean class
UnsignedByte() - Constructor for class org.apache.axis2.databinding.types.soapencoding.UnsignedByte
 
UnsignedByte - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type UnsignedByte
UnsignedByte() - Constructor for class org.apache.axis2.databinding.types.UnsignedByte
 
UnsignedByte(long) - Constructor for class org.apache.axis2.databinding.types.UnsignedByte
ctor for UnsignedByte
UnsignedByte(String) - Constructor for class org.apache.axis2.databinding.types.UnsignedByte
 
UnsignedByte - Class in org.apache.axis2.databinding.types.xsd
UnsignedByte bean class
UnsignedByte() - Constructor for class org.apache.axis2.databinding.types.xsd.UnsignedByte
 
UnsignedByte.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
UnsignedByte.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
UnsignedInt - Class in org.apache.axis2.databinding.types.soapencoding
UnsignedInt bean class
UnsignedInt() - Constructor for class org.apache.axis2.databinding.types.soapencoding.UnsignedInt
 
UnsignedInt - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type UnsignedInt
UnsignedInt() - Constructor for class org.apache.axis2.databinding.types.UnsignedInt
 
UnsignedInt(long) - Constructor for class org.apache.axis2.databinding.types.UnsignedInt
ctor for UnsignedInt
UnsignedInt(String) - Constructor for class org.apache.axis2.databinding.types.UnsignedInt
 
UnsignedInt - Class in org.apache.axis2.databinding.types.xsd
UnsignedInt bean class
UnsignedInt() - Constructor for class org.apache.axis2.databinding.types.xsd.UnsignedInt
 
UnsignedInt.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
UnsignedInt.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
UnsignedLong - Class in org.apache.axis2.databinding.types.soapencoding
UnsignedLong bean class
UnsignedLong() - Constructor for class org.apache.axis2.databinding.types.soapencoding.UnsignedLong
 
UnsignedLong - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type UnsignedLong
UnsignedLong() - Constructor for class org.apache.axis2.databinding.types.UnsignedLong
 
UnsignedLong(double) - Constructor for class org.apache.axis2.databinding.types.UnsignedLong
 
UnsignedLong(BigInteger) - Constructor for class org.apache.axis2.databinding.types.UnsignedLong
 
UnsignedLong(long) - Constructor for class org.apache.axis2.databinding.types.UnsignedLong
 
UnsignedLong(String) - Constructor for class org.apache.axis2.databinding.types.UnsignedLong
 
UnsignedLong - Class in org.apache.axis2.databinding.types.xsd
UnsignedLong bean class
UnsignedLong() - Constructor for class org.apache.axis2.databinding.types.xsd.UnsignedLong
 
UnsignedLong.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
UnsignedLong.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
UnsignedShort - Class in org.apache.axis2.databinding.types.soapencoding
UnsignedShort bean class
UnsignedShort() - Constructor for class org.apache.axis2.databinding.types.soapencoding.UnsignedShort
 
UnsignedShort - Class in org.apache.axis2.databinding.types
Custom class for supporting primitive XSD data type UnsignedShort
UnsignedShort() - Constructor for class org.apache.axis2.databinding.types.UnsignedShort
 
UnsignedShort(long) - Constructor for class org.apache.axis2.databinding.types.UnsignedShort
ctor for UnsignedShort
UnsignedShort(String) - Constructor for class org.apache.axis2.databinding.types.UnsignedShort
 
UnsignedShort - Class in org.apache.axis2.databinding.types.xsd
UnsignedShort bean class
UnsignedShort() - Constructor for class org.apache.axis2.databinding.types.xsd.UnsignedShort
 
UnsignedShort.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
UnsignedShort.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
URI - Class in org.apache.axis2.databinding.types
******************************************************************* Axis Note: This class was 'borrowed' from Xerces 2.0.2

A class to represent a Uniform Resource Identifier (URI).

URI() - Constructor for class org.apache.axis2.databinding.types.URI
Construct a new and uninitialized URI.
URI(URI) - Constructor for class org.apache.axis2.databinding.types.URI
Construct a new URI from another URI.
URI(String) - Constructor for class org.apache.axis2.databinding.types.URI
Construct a new URI from a URI specification string.
URI(URI, String) - Constructor for class org.apache.axis2.databinding.types.URI
Construct a new URI from a base URI and a URI specification string.
URI(String, String) - Constructor for class org.apache.axis2.databinding.types.URI
Construct a new URI that does not follow the generic URI syntax.
URI(String, String, String, String, String) - Constructor for class org.apache.axis2.databinding.types.URI
Construct a new URI that follows the generic URI syntax from its component parts.
URI(String, String, String, int, String, String, String) - Constructor for class org.apache.axis2.databinding.types.URI
Construct a new URI that follows the generic URI syntax from its component parts.
URI.MalformedURIException - Exception in org.apache.axis2.databinding.types
**************************************************************** MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.

V

validateExtraElement(OMElement[]) - Method in class org.apache.axis2.databinding.types.soapencoding.Struct
validate the array for ExtraElement

W

WrappingXMLStreamReader - Class in org.apache.axis2.databinding.utils.reader
 
WrappingXMLStreamReader(XMLStreamReader) - Constructor for class org.apache.axis2.databinding.utils.reader.WrappingXMLStreamReader
 
writeAttribute(String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeAttribute(String, String, String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeAttribute(String, String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeCData(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeCharacters(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeCharacters(char[], int, int) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeComment(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeDataHandler(DataHandler, String, boolean) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeDataHandler(DataHandlerProvider, String, boolean) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeDefaultNamespace(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeDTD(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeEmptyElement(String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeEmptyElement(String, String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeEmptyElement(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeEndDocument() - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeEndElement() - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeEntityRef(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeNamespace(String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeProcessingInstruction(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeProcessingInstruction(String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeReplace() - Method in class org.apache.axis2.databinding.types.NegativeInteger
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
writeReplace() - Method in class org.apache.axis2.databinding.types.NonNegativeInteger
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
writeReplace() - Method in class org.apache.axis2.databinding.types.NonPositiveInteger
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
writeReplace() - Method in class org.apache.axis2.databinding.types.PositiveInteger
Deprecated.
As per https://issues.apache.org/jira/browse/AXIS2-3848
writeStartDocument() - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeStartDocument(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeStartDocument(String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeStartElement(String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeStartElement(String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 
writeStartElement(String, String, String) - Method in class org.apache.axis2.databinding.utils.writer.MTOMAwareOMBuilder
 

X

XSD_NAMESPACE - Static variable in interface org.apache.axis2.databinding.utils.Constants
 
XSI_NAMESPACE - Static variable in interface org.apache.axis2.databinding.utils.Constants
 

Y

Year - Class in org.apache.axis2.databinding.types
Implementation of the XML Schema type gYear
Year(int) - Constructor for class org.apache.axis2.databinding.types.Year
Constructs a Year with the given values No timezone is specified
Year(int, String) - Constructor for class org.apache.axis2.databinding.types.Year
Constructs a Year with the given values, including a timezone string The timezone is validated but not used.
Year(String) - Constructor for class org.apache.axis2.databinding.types.Year
Construct a Year from a String in the format [-]CCYY[timezone]
YearMonth - Class in org.apache.axis2.databinding.types
Implementation of the XML Schema type gYearMonth
YearMonth(int, int) - Constructor for class org.apache.axis2.databinding.types.YearMonth
Constructs a YearMonth with the given values No timezone is specified
YearMonth(int, int, String) - Constructor for class org.apache.axis2.databinding.types.YearMonth
Constructs a YearMonth with the given values, including a timezone string The timezone is validated but not used.
YearMonth(String) - Constructor for class org.apache.axis2.databinding.types.YearMonth
Construct a YearMonth from a String in the format [-]CCYY-MM

_

_boolean - Class in org.apache.axis2.databinding.types.soapencoding
_boolean bean class
_boolean() - Constructor for class org.apache.axis2.databinding.types.soapencoding._boolean
 
_boolean - Class in org.apache.axis2.databinding.types.xsd
_boolean bean class
_boolean() - Constructor for class org.apache.axis2.databinding.types.xsd._boolean
 
_boolean.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
_boolean.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
_byte - Class in org.apache.axis2.databinding.types.soapencoding
_byte bean class
_byte() - Constructor for class org.apache.axis2.databinding.types.soapencoding._byte
 
_byte - Class in org.apache.axis2.databinding.types.xsd
_byte bean class
_byte() - Constructor for class org.apache.axis2.databinding.types.xsd._byte
 
_byte.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
_byte.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
_double - Class in org.apache.axis2.databinding.types.soapencoding
_double bean class
_double() - Constructor for class org.apache.axis2.databinding.types.soapencoding._double
 
_double - Class in org.apache.axis2.databinding.types.xsd
_double bean class
_double() - Constructor for class org.apache.axis2.databinding.types.xsd._double
 
_double.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
_double.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
_float - Class in org.apache.axis2.databinding.types.soapencoding
_float bean class
_float() - Constructor for class org.apache.axis2.databinding.types.soapencoding._float
 
_float - Class in org.apache.axis2.databinding.types.xsd
_float bean class
_float() - Constructor for class org.apache.axis2.databinding.types.xsd._float
 
_float.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
_float.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
_int - Class in org.apache.axis2.databinding.types.soapencoding
_int bean class
_int() - Constructor for class org.apache.axis2.databinding.types.soapencoding._int
 
_int - Class in org.apache.axis2.databinding.types.xsd
_int bean class
_int() - Constructor for class org.apache.axis2.databinding.types.xsd._int
 
_int.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
_int.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
_long - Class in org.apache.axis2.databinding.types.soapencoding
_long bean class
_long() - Constructor for class org.apache.axis2.databinding.types.soapencoding._long
 
_long - Class in org.apache.axis2.databinding.types.xsd
_long bean class
_long() - Constructor for class org.apache.axis2.databinding.types.xsd._long
 
_long.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
_long.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
_short - Class in org.apache.axis2.databinding.types.soapencoding
_short bean class
_short() - Constructor for class org.apache.axis2.databinding.types.soapencoding._short
 
_short - Class in org.apache.axis2.databinding.types.xsd
_short bean class
_short() - Constructor for class org.apache.axis2.databinding.types.xsd._short
 
_short.Factory - Class in org.apache.axis2.databinding.types.soapencoding
Factory class that keeps the parse method
_short.Factory - Class in org.apache.axis2.databinding.types.xsd
Factory class that keeps the parse method
A B C D E F G H I J L M N O P Q R S T U V W X Y _ 
Skip navigation links

Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.