Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M N O P Q R S T U V W X

A

AXIS_VOID - Static variable in class org.apache.axis.encoding.XMLType
A "marker" XML type QName we use to indicate a void type.
AnyContentType - interface org.apache.axis.encoding.AnyContentType.
Interface to indicate that a bean has xsd:any content
AttributeSerializationContextImpl - class org.apache.axis.encoding.AttributeSerializationContextImpl.
Used to suppress element tag serialization when serializing simple types into attributes.
AttributeSerializationContextImpl(Writer, SerializationContext) - Constructor for class org.apache.axis.encoding.AttributeSerializationContextImpl
 
activeDeserializers - Variable in class org.apache.axis.encoding.DeserializerImpl
A set of sub-deserializers whose values must complete before our value is complete.
addChildDeserializer(Deserializer) - Method in class org.apache.axis.encoding.DeserializerImpl
 
addObjectById(String, Object) - Method in class org.apache.axis.encoding.DeserializationContext
Add the object associated with this id (where id is the value of an id= attribute, i.e.
addObjectById(String, Object) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Add the object associated with this id (where id is the value of an id= attribute, i.e.
addReferencedObject(String, Object) - Method in class org.apache.axis.encoding.DeserializationContext.LocalIDResolver
Add object associated with id
addReferencedObject(String, Object) - Method in class org.apache.axis.encoding.DeserializationContextImpl.LocalIDResolver
Add object associated with id
attributeQName2String(QName) - Method in class org.apache.axis.encoding.SerializationContext
Convert attribute QName to a string of the form : There are slightly different rules for attributes: - There is no default namespace - any attribute in a namespace must have a prefix
attributeQName2String(QName) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convert attribute QName to a string of the form : There are slightly different rules for attributes: - There is no default namespace - any attribute in a namespace must have a prefix

B

Base64 - class org.apache.axis.encoding.Base64.
 
Base64() - Constructor for class org.apache.axis.encoding.Base64
 

C

Callback - interface org.apache.axis.encoding.Callback.
 
CallbackTarget - class org.apache.axis.encoding.CallbackTarget.
 
CallbackTarget(Callback, Object) - Constructor for class org.apache.axis.encoding.CallbackTarget
 
ConstructorTarget - class org.apache.axis.encoding.ConstructorTarget.
Used when the class need a specific Constructor (not default one)
ConstructorTarget(Constructor, Deserializer) - Constructor for class org.apache.axis.encoding.ConstructorTarget
 
characters(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContext
 
characters(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
class2Pair - Variable in class org.apache.axis.encoding.TypeMappingImpl
 
clear() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Removes all TypeMappings and namespaceURIs from this TypeMappingRegistry.
comment(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContext.NullLexicalHandler
 
comment(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContext
 
comment(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
componentsReady() - Method in interface org.apache.axis.encoding.Deserializer
Some deserializers (ArrayDeserializer) require all of the component values to be known before the value is complete.
componentsReady() - Method in class org.apache.axis.encoding.DeserializerImpl
Some deserializers (ArrayDeserializer) require all of the component values to be known before the value is complete.
componentsReadyFlag - Variable in class org.apache.axis.encoding.DeserializerImpl
 
constructor - Variable in class org.apache.axis.encoding.ConstructorTarget
Constructor to use
createTypeMapping() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.
createWithDelegate() - Static method in class org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl
 
curElement - Variable in class org.apache.axis.encoding.DeserializationContext
 
curElement - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
currentXMLType - Variable in class org.apache.axis.encoding.SerializationContext
 
currentXMLType - Variable in class org.apache.axis.encoding.SerializationContextImpl
 

D

DESERIALIZER_CLASSES - Static variable in class org.apache.axis.encoding.DeserializationContext
 
DESERIALIZER_METHOD - Static variable in class org.apache.axis.encoding.DeserializationContext
 
DefaultJAXRPC11TypeMappingImpl - class org.apache.axis.encoding.DefaultJAXRPC11TypeMappingImpl.
This is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping See DefaultTypeMapping for more information.
DefaultJAXRPC11TypeMappingImpl() - Constructor for class org.apache.axis.encoding.DefaultJAXRPC11TypeMappingImpl
 
DefaultSOAP12TypeMappingImpl - class org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl.
Deprecated. Please use DefaultSOAPEncodingTypeMappingImpl.java
DefaultSOAP12TypeMappingImpl() - Constructor for class org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl
Deprecated.  
DefaultSOAPEncodingTypeMappingImpl - class org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl.
This is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping See DefaultTypeMapping for more information.
DefaultSOAPEncodingTypeMappingImpl() - Constructor for class org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl
 
DefaultTypeMappingImpl - class org.apache.axis.encoding.DefaultTypeMappingImpl.
This is the implementation of the axis Default TypeMapping (which extends the JAX-RPC TypeMapping interface) for SOAP 1.1.
DefaultTypeMappingImpl() - Constructor for class org.apache.axis.encoding.DefaultTypeMappingImpl
 
DefaultTypeMappingImpl(boolean) - Constructor for class org.apache.axis.encoding.DefaultTypeMappingImpl
 
DeserializationContext - class org.apache.axis.encoding.DeserializationContext.
This interface describes the AXIS DeserializationContext, note that an AXIS compliant DeserializationContext must extend the org.xml.sax.helpers.DefaultHandler.
DeserializationContext(MessageContext, SOAPHandler) - Constructor for class org.apache.axis.encoding.DeserializationContext
Construct Deserializer using MessageContext and EnvelopeBuilder handler
DeserializationContext(InputSource, MessageContext, String) - Constructor for class org.apache.axis.encoding.DeserializationContext
Construct Deserializer
DeserializationContext(InputSource, MessageContext, String, SOAPEnvelope) - Constructor for class org.apache.axis.encoding.DeserializationContext
Construct Deserializer
DeserializationContext.LocalIDResolver - class org.apache.axis.encoding.DeserializationContext.LocalIDResolver.
This class is used to map ID's to an actual value Object or Message
DeserializationContext.LocalIDResolver() - Constructor for class org.apache.axis.encoding.DeserializationContext.LocalIDResolver
 
DeserializationContext.NullLexicalHandler - class org.apache.axis.encoding.DeserializationContext.NullLexicalHandler.
It is illegal to set the lexical-handler property to null.
DeserializationContext.NullLexicalHandler() - Constructor for class org.apache.axis.encoding.DeserializationContext.NullLexicalHandler
 
DeserializationContextImpl - class org.apache.axis.encoding.DeserializationContextImpl.
 
DeserializationContextImpl(MessageContext, SOAPHandler) - Constructor for class org.apache.axis.encoding.DeserializationContextImpl
Construct Deserializer using MessageContext and EnvelopeBuilder handler
DeserializationContextImpl(InputSource, MessageContext, String) - Constructor for class org.apache.axis.encoding.DeserializationContextImpl
Construct Deserializer
DeserializationContextImpl(InputSource, MessageContext, String, SOAPEnvelope) - Constructor for class org.apache.axis.encoding.DeserializationContextImpl
Construct Deserializer
DeserializationContextImpl.LocalIDResolver - class org.apache.axis.encoding.DeserializationContextImpl.LocalIDResolver.
This class is used to map ID's to an actual value Object or Message
DeserializationContextImpl.LocalIDResolver() - Constructor for class org.apache.axis.encoding.DeserializationContextImpl.LocalIDResolver
 
Deserializer - interface org.apache.axis.encoding.Deserializer.
This interface describes the AXIS Deserializer.
DeserializerFactory - interface org.apache.axis.encoding.DeserializerFactory.
This interface describes the AXIS DeserializerFactory.
DeserializerImpl - class org.apache.axis.encoding.DeserializerImpl.
The Deserializer base class.
DeserializerImpl() - Constructor for class org.apache.axis.encoding.DeserializerImpl
 
DeserializerTarget - class org.apache.axis.encoding.DeserializerTarget.
 
DeserializerTarget(Deserializer, Object) - Constructor for class org.apache.axis.encoding.DeserializerTarget
 
deSerializer - Variable in class org.apache.axis.encoding.ConstructorTarget
Deserializer on which set value
debugEnabled - Variable in class org.apache.axis.encoding.DeserializationContext
 
debugEnabled - Variable in class org.apache.axis.encoding.DeserializerImpl
 
debugEnabled - Variable in class org.apache.axis.encoding.SerializationContext
 
decode(char[], int, int) - Static method in class org.apache.axis.encoding.Base64
 
decode(String) - Static method in class org.apache.axis.encoding.Base64
 
decode(char[], int, int, OutputStream) - Static method in class org.apache.axis.encoding.Base64
 
decode(String, OutputStream) - Static method in class org.apache.axis.encoding.Base64
 
decode0(char[], byte[], int) - Static method in class org.apache.axis.encoding.Base64
 
defaultDelTM - Variable in class org.apache.axis.encoding.TypeMappingRegistryImpl
 
defaultType - Variable in class org.apache.axis.encoding.DeserializerImpl
 
delegate - Variable in class org.apache.axis.encoding.TypeMappingDelegate
 
delegate(TypeMappingRegistry) - Method in interface org.apache.axis.encoding.TypeMappingRegistry
delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
delegate(TypeMappingRegistry) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
depth - Variable in class org.apache.axis.encoding.TextSerializationContext
 
deserializing(boolean) - Method in class org.apache.axis.encoding.DeserializationContext
 
deserializing(boolean) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
destClass - Variable in class org.apache.axis.encoding.DeserializationContext
 
disablePrettyXML - Variable in class org.apache.axis.encoding.SerializationContext
Should I disable the pretty xml completely.
doAutoTypes - Variable in class org.apache.axis.encoding.TypeMappingImpl
 
doMultiRefs - Variable in class org.apache.axis.encoding.SerializationContext
Should I write out objects as multi-refs? !!! For now, this is an all-or-nothing flag.
doMultiRefs - Variable in class org.apache.axis.encoding.SerializationContextImpl
Should I write out objects as multi-refs? !!! For now, this is an all-or-nothing flag.
doRegisterFromVersion(String) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Set up the default type mapping (and the SOAP encoding type mappings) as per the passed "version" option.
doneParsing - Variable in class org.apache.axis.encoding.DeserializationContext
 
doneParsing - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
dotnet_soapenc_bugfix - Static variable in class org.apache.axis.encoding.TypeMappingImpl
Work around a .NET bug with soap encoded types.

E

elementStack - Variable in class org.apache.axis.encoding.SerializationContext
 
elementStack - Variable in class org.apache.axis.encoding.SerializationContextImpl
 
enableNamespacePrefixOptimization - Variable in class org.apache.axis.encoding.SerializationContext
Should I disable the namespace prefix optimization.
encode(byte[]) - Static method in class org.apache.axis.encoding.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int) - Static method in class org.apache.axis.encoding.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int, OutputStream) - Static method in class org.apache.axis.encoding.Base64
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class org.apache.axis.encoding.Base64
Outputs base64 representation of the specified byte array to a character stream.
encoder - Variable in class org.apache.axis.encoding.SerializationContext
 
encoding - Variable in class org.apache.axis.encoding.SerializationContext
The encoding to serialize
endCDATA() - Method in class org.apache.axis.encoding.DeserializationContext.NullLexicalHandler
 
endCDATA() - Method in class org.apache.axis.encoding.DeserializationContext
 
endCDATA() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
endDTD() - Method in class org.apache.axis.encoding.DeserializationContext.NullLexicalHandler
 
endDTD() - Method in class org.apache.axis.encoding.DeserializationContext
 
endDTD() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
endDocument() - Method in class org.apache.axis.encoding.DeserializationContext
endDocument is invoked at the end of the document.
endDocument() - Method in class org.apache.axis.encoding.DeserializationContextImpl
endDocument is invoked at the end of the document.
endElement() - Method in class org.apache.axis.encoding.AttributeSerializationContextImpl
 
endElement(String, String, String) - Method in class org.apache.axis.encoding.DeserializationContext
endElement is called at the end tag of an element
endElement(String, String, String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
endElement is called at the end tag of an element
endElement(String, String, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
endElement is called when the end element tag is reached.
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
endElement is called when the end element tag is reached.
endElement() - Method in class org.apache.axis.encoding.SerializationContext
Writes the end element tag for the open element.
endElement() - Method in class org.apache.axis.encoding.SerializationContextImpl
Writes the end element tag for the open element.
endElement() - Method in class org.apache.axis.encoding.TextSerializationContext
 
endEntity(String) - Method in class org.apache.axis.encoding.DeserializationContext.NullLexicalHandler
 
endEntity(String) - Method in class org.apache.axis.encoding.DeserializationContext
 
endEntity(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
endPrefixMapping(String) - Method in class org.apache.axis.encoding.DeserializationContext
 
endPrefixMapping(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
envelope - Variable in class org.apache.axis.encoding.DeserializationContext
 
envelope - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
equals(Object) - Method in class org.apache.axis.encoding.TypeMappingImpl.Pair
 

F

FieldTarget - class org.apache.axis.encoding.FieldTarget.
 
FieldTarget(Object, Field) - Constructor for class org.apache.axis.encoding.FieldTarget
 
FieldTarget(Object, String) - Constructor for class org.apache.axis.encoding.FieldTarget
 
finalGetDeserializer(Class, QName, TypeMappingDelegate) - Method in class org.apache.axis.encoding.TypeMappingImpl
 
finalGetSerializer(Class) - Method in class org.apache.axis.encoding.TypeMappingImpl
 
fixups - Variable in class org.apache.axis.encoding.DeserializationContext
 
fixups - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
forceSer - Variable in class org.apache.axis.encoding.SerializationContext
 
forceSer - Variable in class org.apache.axis.encoding.SerializationContextImpl
 

G

getAllClasses() - Method in interface org.apache.axis.encoding.TypeMapping
Returns an array of all the classes contained within this mapping
getAllClasses() - Method in class org.apache.axis.encoding.TypeMappingDelegate
Returns an array of all the classes contained within this mapping
getAllClasses(TypeMappingDelegate) - Method in class org.apache.axis.encoding.TypeMappingImpl
Returns an array of all the classes contained within this mapping
getClassForQName(QName) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the Class mapped to QName.
getClassForQName(QName, Class) - Method in interface org.apache.axis.encoding.TypeMapping
 
getClassForQName(QName) - Method in class org.apache.axis.encoding.TypeMappingDelegate
Gets the Class mapped to QName.
getClassForQName(QName, Class) - Method in class org.apache.axis.encoding.TypeMappingDelegate
Gets the Class mapped to QName, preferring the passed Class if possible
getClassForQName(QName, Class, TypeMappingDelegate) - Method in class org.apache.axis.encoding.TypeMappingImpl
 
getCurElement() - Method in class org.apache.axis.encoding.DeserializationContext
Get current MessageElement
getCurElement() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get current MessageElement
getCurrentMessage() - Method in class org.apache.axis.encoding.SerializationContext
Return the current message
getCurrentMessage() - Method in class org.apache.axis.encoding.SerializationContextImpl
Return the current message
getCurrentNSMappings() - Method in class org.apache.axis.encoding.DeserializationContext
Get the Namespace Mappings.
getCurrentNSMappings() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the Namespace Mappings.
getCurrentRecordPos() - Method in class org.apache.axis.encoding.DeserializationContext
Get the current position in the record.
getCurrentRecordPos() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the current position in the record.
getCurrentXMLType() - Method in class org.apache.axis.encoding.SerializationContext
Get the currently prefered xmlType
getCurrentXMLType() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the currently prefered xmlType
getDefaultType() - Method in interface org.apache.axis.encoding.Deserializer
 
getDefaultType() - Method in class org.apache.axis.encoding.DeserializerImpl
 
getDefaultTypeMapping() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Return the default TypeMapping
getDeserializer(Class, QName) - Method in class org.apache.axis.encoding.DeserializationContext
Get a Deserializer which can turn a given xml type into a given Java type
getDeserializer(Class, QName) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get a Deserializer which can turn a given xml type into a given Java type
getDeserializer(QName) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified XML data type.
getDeserializer(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingDelegate
 
getDeserializer(Class, QName, TypeMappingDelegate) - Method in class org.apache.axis.encoding.TypeMappingDelegate
 
getDeserializer(QName) - Method in class org.apache.axis.encoding.TypeMappingDelegate
 
getDeserializer(Class, QName, TypeMappingDelegate) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializerForClass(Class) - Method in class org.apache.axis.encoding.DeserializationContext
Convenience method to get the Deserializer for a specific java class from its meta data.
getDeserializerForType(QName) - Method in class org.apache.axis.encoding.DeserializationContext
Convenience method to get the Deserializer for a specific xmlType.
getDeserializerForType(QName) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Convenience method to get the Deserializer for a specific xmlType.
getDestinationClass() - Method in class org.apache.axis.encoding.DeserializationContext
Allows the destination class to be retrieved so that downstream deserializers like ArrayDeserializer can pick it up when deserializing its components using getDeserializerForClass
getDoMultiRefs() - Method in class org.apache.axis.encoding.SerializationContext
Are we doing multirefs?
getDoMultiRefs() - Method in class org.apache.axis.encoding.SerializationContextImpl
Are we doing multirefs?
getDocumentLocator() - Method in class org.apache.axis.encoding.DeserializationContext
 
getDocumentLocator() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
getElementByID(String) - Method in class org.apache.axis.encoding.DeserializationContext
Get the MessageElement for the indicated id (where id is the #value of an href) If the MessageElement has not been processed, the MessageElement will be returned.
getElementByID(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the MessageElement for the indicated id (where id is the #value of an href) If the MessageElement has not been processed, the MessageElement will be returned.
getEncoder() - Method in class org.apache.axis.encoding.SerializationContext
 
getEncoding() - Method in class org.apache.axis.encoding.SerializationContext
get the encoding for the serialization
getEncodingStyle() - Method in class org.apache.axis.encoding.DeserializationContext
Returns this context's encoding style.
getEncodingStyle() - Method in class org.apache.axis.encoding.SerializationContext
Returns this context's encoding style.
getEnvelope() - Method in class org.apache.axis.encoding.DeserializationContext
Get Envelope
getEnvelope() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get Envelope
getIdentityKey(Object) - Method in class org.apache.axis.encoding.SerializationContext
Get an IDKey that represents the unique identity of the object.
getIdentityKey(Object) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get an IDKey that represents the unique identity of the object.
getItemQName() - Method in class org.apache.axis.encoding.SerializationContext
 
getItemType() - Method in class org.apache.axis.encoding.SerializationContext
 
getMechanismType() - Method in class org.apache.axis.encoding.DeserializerImpl
JAX-RPC compliant method which returns mechanism type.
getMessageContext() - Method in class org.apache.axis.encoding.DeserializationContext
Get MessageContext
getMessageContext() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get MessageContext
getMessageContext() - Method in class org.apache.axis.encoding.SerializationContext
Get the MessageContext we're operating with
getMessageContext() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the MessageContext we're operating with
getNamespaceURI(String) - Method in class org.apache.axis.encoding.DeserializationContext
Get the Namespace for a particular prefix
getNamespaceURI(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the Namespace for a particular prefix
getNext() - Method in class org.apache.axis.encoding.TypeMappingDelegate
getDelegate gets the new Delegate TypeMapping
getObjectByRef(String) - Method in class org.apache.axis.encoding.DeserializationContext
Gets the MessageElement or actual Object value associated with the href value.
getObjectByRef(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Gets the MessageElement or actual Object value associated with the href value.
getOrMakeTypeMapping(String) - Method in interface org.apache.axis.encoding.TypeMappingRegistry
Obtain a type mapping for the given encoding style.
getOrMakeTypeMapping(String) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Obtain a type mapping for the given encodingStyle.
getPrefixForURI(String) - Method in class org.apache.axis.encoding.SerializationContext
Get a prefix for a namespace URI.
getPrefixForURI(String, String) - Method in class org.apache.axis.encoding.SerializationContext
Get a prefix for the given namespace URI.
getPrefixForURI(String, String, boolean) - Method in class org.apache.axis.encoding.SerializationContext
Get a prefix for the given namespace URI.
getPrefixForURI(String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get a prefix for a namespace URI.
getPrefixForURI(String, String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get a prefix for the given namespace URI.
getPrefixForURI(String, String, boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get a prefix for the given namespace URI.
getPretty() - Method in class org.apache.axis.encoding.SerializationContext
Get whether the serialization should be pretty printed.
getPretty() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get whether the serialization should be pretty printed.
getQNameForClass(Class) - Method in class org.apache.axis.encoding.SerializationContext
Get the QName associated with the specified class.
getQNameForClass(Class) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the QName associated with the specified class.
getQNameFromString(String) - Method in class org.apache.axis.encoding.DeserializationContext
Construct a QName from a string of the form :
getQNameFromString(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Construct a QName from a string of the form :
getRecorder() - Method in class org.apache.axis.encoding.DeserializationContext
Get Event Recorder
getRecorder() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get Event Recorder
getReferencedObject(String) - Method in class org.apache.axis.encoding.DeserializationContext.LocalIDResolver
Get object referenced by href
getReferencedObject(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl.LocalIDResolver
Get object referenced by href
getRegisteredEncodingStyleURIs() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Gets a list of namespace URIs registered with this TypeMappingRegistry.
getSOAPConstants() - Method in class org.apache.axis.encoding.DeserializationContext
returns the soap constants.
getSOAPConstants() - Method in class org.apache.axis.encoding.DeserializationContextImpl
returns the soap constants.
getSerializer(Class, QName, QNameHolder) - Method in class org.apache.axis.encoding.SerializationContext
getSerializer Attempts to get a serializer for the indicated javaType and xmlType.
getSerializer(Class, QName, QNameHolder) - Method in class org.apache.axis.encoding.SerializationContextImpl
getSerializer Attempts to get a serializer for the indicated javaType and xmlType.
getSerializer(Class) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializer(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingDelegate
 
getSerializer(Class) - Method in class org.apache.axis.encoding.TypeMappingDelegate
 
getSerializer(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializerClasses - Static variable in class org.apache.axis.encoding.SerializationContextImpl
 
getSerializerFactoryFromInterface(Class, QName, TypeMapping) - Method in class org.apache.axis.encoding.SerializationContext
Walk the interfaces of a class looking for a serializer for that interface.
getSerializerFactoryFromInterface(Class, QName, TypeMapping) - Method in class org.apache.axis.encoding.SerializationContextImpl
Walk the interfaces of a class looking for a serializer for that interface.
getSerializerForJavaType(Class) - Method in class org.apache.axis.encoding.SerializationContext
Convenience method to get the Serializer for a specific java type
getSerializerForJavaType(Class) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convenience method to get the Serializer for a specific java type
getSerializerFromClass(Class, QName) - Method in class org.apache.axis.encoding.SerializationContext
 
getSingleton() - Static method in class org.apache.axis.encoding.DefaultJAXRPC11TypeMappingImpl
Obtain the singleton default typemapping.
getSingleton() - Static method in class org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl
Construct TypeMapping
getSingletonDelegate() - Static method in class org.apache.axis.encoding.DefaultTypeMappingImpl
Obtain the singleton default typemapping.
getStartOfMappingsPos() - Method in class org.apache.axis.encoding.DeserializationContext
Get the start of the mapping position
getStartOfMappingsPos() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the start of the mapping position
getSupportedEncodings() - Method in class org.apache.axis.encoding.TypeMappingDelegate
JAX-RPC Compliant Method Definitions
getSupportedEncodings() - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the list of encoding styles supported by this TypeMapping object.
getTypeFromAttributes(String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContext
Create a QName for the type of the element defined by localName and namespace with the specified attributes.
getTypeFromAttributes(String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Create a QName for the type of the element defined by localName and namespace with the specified attributes.
getTypeFromXSITypeAttr(String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContext
Create a QName for the type of the element defined by localName and namespace from the XSI type.
getTypeFromXSITypeAttr(String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Create a QName for the type of the element defined by localName and namespace from the XSI type.
getTypeMapping() - Method in class org.apache.axis.encoding.DeserializationContext
Get the TypeMapping for this DeserializationContext
getTypeMapping() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the TypeMapping for this DeserializationContext
getTypeMapping() - Method in class org.apache.axis.encoding.SerializationContext
Get the TypeMapping we're using.
getTypeMapping() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the TypeMapping we're using.
getTypeMapping(String) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Gets the TypeMapping for the namespace.
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.DeserializationContext
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.SerializationContext
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the TypeMappingRegistry we're using.
getTypeQName(Class) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the QName for the type mapped to Class.
getTypeQName(Class) - Method in class org.apache.axis.encoding.TypeMappingDelegate
Gets the QName for the type mapped to Class.
getTypeQName(Class, TypeMappingDelegate) - Method in class org.apache.axis.encoding.TypeMappingImpl
 
getTypeQNameExact(Class) - Method in interface org.apache.axis.encoding.TypeMapping
Get the QName for this Java class, but only return a specific mapping if there is one.
getTypeQNameExact(Class) - Method in class org.apache.axis.encoding.TypeMappingDelegate
Get the QName for this Java class, but only return a specific mapping if there is one.
getTypeQNameExact(Class, TypeMappingDelegate) - Method in class org.apache.axis.encoding.TypeMappingImpl
Get the QName for this Java class, but only return a specific mapping if there is one.
getTypeQNameRecursive(Class) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the QName for the type mapped to Class.
getValue() - Method in interface org.apache.axis.encoding.Deserializer
Get the deserialized value.
getValue(Object) - Method in interface org.apache.axis.encoding.Deserializer
If the deserializer has component values (like ArrayDeserializer) this method gets the specific component via the hint.
getValue() - Method in class org.apache.axis.encoding.DeserializerImpl
Get the deserialized value.
getValue(Object) - Method in class org.apache.axis.encoding.DeserializerImpl
If the deserializer has component values (like ArrayDeserializer) this method gets the specific component via the hint.
getValueAsString(Object, QName) - Method in class org.apache.axis.encoding.SerializationContext
 
getValueAsString(Object, QName) - Method in class org.apache.axis.encoding.SerializationContextImpl
 
getValueAsString(Object, SerializationContext) - Method in interface org.apache.axis.encoding.SimpleValueSerializer
Return an XML compatible representation of the value.
getValueTargets() - Method in interface org.apache.axis.encoding.Deserializer
Get the Value Targets of the Deserializer.
getValueTargets() - Method in class org.apache.axis.encoding.DeserializerImpl
Get the Value Targets of the Deserializer.
getXMLType(Class, QName, boolean) - Method in interface org.apache.axis.encoding.TypeMapping
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.
getXMLType(Class, QName, boolean) - Method in class org.apache.axis.encoding.TypeMappingDelegate
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.
getXMLType(Class, QName, boolean) - Method in class org.apache.axis.encoding.TypeMappingImpl
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.
get_any() - Method in interface org.apache.axis.encoding.AnyContentType
 
get_any() - Method in interface org.apache.axis.encoding.MixedContentType
 

H

hasElementsByID() - Method in class org.apache.axis.encoding.DeserializationContext
Return true if any ids are being tracked by this DeserializationContext
hashCode() - Method in class org.apache.axis.encoding.TypeMappingImpl.Pair
 
haveSeenSchemaNS - Variable in class org.apache.axis.encoding.DeserializationContext
 
haveSeenSchemaNS - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
hint - Variable in class org.apache.axis.encoding.CallbackTarget
 
hint - Variable in class org.apache.axis.encoding.DeserializerTarget
 

I

id - Variable in class org.apache.axis.encoding.DeserializerImpl
 
id - Variable in class org.apache.axis.encoding.SerializationContext.MultiRefItem
 
id - Variable in class org.apache.axis.encoding.SerializationContextImpl.MultiRefItem
 
idMap - Variable in class org.apache.axis.encoding.DeserializationContext.LocalIDResolver
 
idMap - Variable in class org.apache.axis.encoding.DeserializationContext
 
idMap - Variable in class org.apache.axis.encoding.DeserializationContextImpl.LocalIDResolver
 
idMap - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContext
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
ignore - Variable in class org.apache.axis.encoding.TextSerializationContext
 
inInitMappings - Variable in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
indent - Variable in class org.apache.axis.encoding.SerializationContext
 
indent - Variable in class org.apache.axis.encoding.SerializationContextImpl
 
initMappings() - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
initialize() - Method in class org.apache.axis.encoding.SerializationContext
 
initialize() - Method in class org.apache.axis.encoding.SerializationContextImpl
 
inputSource - Variable in class org.apache.axis.encoding.DeserializationContext
 
inputSource - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
internalRegister(Class, QName, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.encoding.TypeMappingImpl
Internal version of register(), which allows null factories.
isArray(Class) - Static method in class org.apache.axis.encoding.TypeMappingImpl
 
isDelegated - Variable in class org.apache.axis.encoding.TypeMappingRegistryImpl
 
isDoneParsing() - Method in class org.apache.axis.encoding.DeserializationContext
Return if done parsing document.
isDoneParsing() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Return if done parsing document.
isDotNetSoapEncFixNeeded() - Method in class org.apache.axis.encoding.TypeMappingImpl
isDotNetSoapEncFixNeeded - Do we need to compensate for the dotnet bug.
isEncoded() - Method in class org.apache.axis.encoding.SerializationContext
Returns whether this context should be encoded or not.
isEnded - Variable in class org.apache.axis.encoding.DeserializerImpl
 
isHref - Variable in class org.apache.axis.encoding.DeserializerImpl
 
isNil(Attributes) - Method in class org.apache.axis.encoding.DeserializationContext
Convenenience method that returns true if the value is nil (due to the xsi:nil) attribute.
isNil(Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Convenenience method that returns true if the value is nil (due to the xsi:nil) attribute.
isNil - Variable in class org.apache.axis.encoding.DeserializerImpl
 
isPrimitive(Object) - Method in class org.apache.axis.encoding.SerializationContext
Indicates whether the object should be interpretted as a primitive for the purposes of multi-ref processing.
isPrimitive(Object) - Method in class org.apache.axis.encoding.SerializationContextImpl
Indicates whether the object should be interpretted as a primitive for the purposes of multi-ref processing.
isProcessingRef() - Method in class org.apache.axis.encoding.DeserializationContext
 
isProcessingRef() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
isRegistered(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingDelegate
 
isRegistered(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
isRegistered returns true if the [javaType, xmlType] pair is registered.
itemQName - Variable in class org.apache.axis.encoding.SerializationContext
The item QName if we're serializing a literal array...
itemType - Variable in class org.apache.axis.encoding.SerializationContext
The item type if we're serializing a literal array...

J

javaType - Variable in class org.apache.axis.encoding.TypeMappingImpl.Pair
 

L

lastPrefixIndex - Variable in class org.apache.axis.encoding.SerializationContext
 
lastPrefixIndex - Variable in class org.apache.axis.encoding.SerializationContextImpl
 
localIDs - Variable in class org.apache.axis.encoding.DeserializationContext
 
localIDs - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
locator - Variable in class org.apache.axis.encoding.DeserializationContext
 
locator - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
log - Static variable in class org.apache.axis.encoding.DeserializationContext
 
log - Static variable in class org.apache.axis.encoding.DeserializationContextImpl
 
log - Static variable in class org.apache.axis.encoding.DeserializerImpl
 
log - Static variable in class org.apache.axis.encoding.FieldTarget
 
log - Static variable in class org.apache.axis.encoding.MethodTarget
 
log - Static variable in class org.apache.axis.encoding.SerializationContext
 
log - Static variable in class org.apache.axis.encoding.SerializationContextImpl
 
log - Static variable in class org.apache.axis.encoding.TypeMappingImpl
 

M

MethodTarget - class org.apache.axis.encoding.MethodTarget.
 
MethodTarget(Object, Method) - Constructor for class org.apache.axis.encoding.MethodTarget
Construct a target whose value is set via a method
MethodTarget(Object, String) - Constructor for class org.apache.axis.encoding.MethodTarget
Construct a target whose value is set via a method
MixedContentType - interface org.apache.axis.encoding.MixedContentType.
Interface to indicate that a bean has mixed content
mapTM - Variable in class org.apache.axis.encoding.TypeMappingRegistryImpl
 
moveValueTargets(Deserializer) - Method in interface org.apache.axis.encoding.Deserializer
Move someone else's targets to our own (see DeserializationContext) The DeserializationContext only allows one Deserializer to wait for a unknown multi-ref'ed value.
moveValueTargets(Deserializer) - Method in class org.apache.axis.encoding.DeserializerImpl
Move someone else's targets to our own (see DeserializationContext) The DeserializationContext only allows one Deserializer to wait for a unknown multi-ref'ed value.
msgContext - Variable in class org.apache.axis.encoding.DeserializationContext
 
msgContext - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
msgContext - Variable in class org.apache.axis.encoding.SerializationContext
 
msgContext - Variable in class org.apache.axis.encoding.SerializationContextImpl
 
multiRefIndex - Variable in class org.apache.axis.encoding.SerializationContext
 
multiRefIndex - Variable in class org.apache.axis.encoding.SerializationContextImpl
 
multiRefValues - Variable in class org.apache.axis.encoding.SerializationContext
A place to hold objects we cache for multi-ref serialization, and remember the IDs we assigned them.
multiRefValues - Variable in class org.apache.axis.encoding.SerializationContextImpl
A place to hold objects we cache for multi-ref serialization, and remember the IDs we assigned them.
multirefQName - Static variable in class org.apache.axis.encoding.SerializationContext
 
multirefQName - Static variable in class org.apache.axis.encoding.SerializationContextImpl
 
<