Serialized Form


Package javax.xml.namespace

Class javax.xml.namespace.QName extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Ensure that deserialization properly interns the results.

Throws:
java.io.IOException - if there was a failure in the object input stream
java.lang.ClassNotFoundException - if the class of any sub-objects could not be found
Serialized Fields

namespaceURI

java.lang.String namespaceURI

localPart

java.lang.String localPart

prefix

java.lang.String prefix


Package javax.xml.rpc

Class javax.xml.rpc.JAXRPCException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The cause of this error.

Class javax.xml.rpc.ServiceException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The cause of this exception.


Package javax.xml.rpc.handler

Class javax.xml.rpc.handler.HandlerInfo extends java.lang.Object implements Serializable

Serialized Fields

handlerClass

java.lang.Class handlerClass
Handler Class.


config

java.util.Map config
Configuration Map.


headers

QName[] headers
Headers.


Package javax.xml.rpc.soap

Class javax.xml.rpc.soap.SOAPFaultException extends java.lang.RuntimeException implements Serializable

Serialized Fields

faultcode

QName faultcode
Qualified name of the faultcode.


faultstring

java.lang.String faultstring
The faultstring element of the SOAP fault.


faultactor

java.lang.String faultactor
Faultactor element of the SOAP fault.


detail

Detail detail
Detail element of the SOAP fault.


Package javax.xml.soap

Class javax.xml.soap.SOAPException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.apache.axis

Class org.apache.axis.AxisEngine extends BasicHandler implements Serializable

Serialized Fields

config

EngineConfiguration config
Our go-to guy for configuration...


_hasSafePassword

boolean _hasSafePassword
Has the user changed the password yet? True if they have.


shouldSaveConfig

boolean shouldSaveConfig
Should we save the engine config each time we modify it? True if we should.


session

Session session
This engine's Session. This Session supports "application scope" in the Apache SOAP sense... if you have a service with "application scope", have it store things in this Session.


actorURIs

java.util.ArrayList actorURIs
What actor URIs hold for the entire engine? Find them here.

Class org.apache.axis.AxisFault extends java.rmi.RemoteException implements Serializable

Serialized Fields

faultCode

QName faultCode

faultSubCode

java.util.Vector faultSubCode
SOAP1.2 addition: subcodes of faults; a Vector of QNames


faultString

java.lang.String faultString

faultActor

java.lang.String faultActor

faultDetails

java.util.Vector faultDetails

faultNode

java.lang.String faultNode

faultHeaders

java.util.ArrayList faultHeaders
SOAP headers which should be serialized with the Fault.

Class org.apache.axis.ConfigurationException extends java.io.IOException implements Serializable

Serialized Fields

containedException

java.lang.Exception containedException
The contained exception if present.


stackTrace

java.lang.String stackTrace

Class org.apache.axis.FaultableHandler extends BasicHandler implements Serializable

Serialized Fields

workHandler

Handler workHandler
The Handler that will do the actual work of handeling the fault.

Class org.apache.axis.InternalException extends java.lang.RuntimeException implements Serializable

Class org.apache.axis.Message extends SOAPMessage implements Serializable

Serialized Fields

messageType

java.lang.String messageType
The messageType indicates whether this is request or response.


mSOAPPart

SOAPPart mSOAPPart
This Message's SOAPPart. Will always be here.


mAttachments

Attachments mAttachments
This Message's Attachments object, which manages the attachments contained in this Message.


headers

MimeHeaders headers

saveRequired

boolean saveRequired

msgContext

MessageContext msgContext

mProps

java.util.Hashtable mProps

Class org.apache.axis.NoEndPointException extends AxisFault implements Serializable

Class org.apache.axis.SimpleChain extends BasicHandler implements Serializable

Serialized Fields

handlers

java.util.Vector handlers

invoked

boolean invoked

CAUGHTFAULT_PROPERTY

java.lang.String CAUGHTFAULT_PROPERTY

Class org.apache.axis.SimpleTargetedChain extends SimpleChain implements Serializable

Serialized Fields

requestHandler

Handler requestHandler

pivotHandler

Handler pivotHandler

responseHandler

Handler responseHandler

Class org.apache.axis.SOAPPart extends SOAPPart implements Serializable

Serialized Fields

currentForm

int currentForm

mimeHeaders

MimeHeaders mimeHeaders

currentMessage

java.lang.Object currentMessage
The current representation of the SOAP contents of this part. May be a String, byte[], InputStream, or SOAPEnvelope, depending on whatever was last asked for. (ack)

currentForm must have the corresponding value.

As someone once said: "Just a placeholder until we figure out what the actual Message object is."


currentEncoding

java.lang.String currentEncoding
default message encoding charset


currentMessageAsString

java.lang.String currentMessageAsString

currentMessageAsBytes

byte[] currentMessageAsBytes

currentMessageAsEnvelope

SOAPEnvelope currentMessageAsEnvelope

msgObject

Message msgObject
Message object this part is tied to. Used for serialization settings.


contentSource

javax.xml.transform.Source contentSource
Field contentSource.


document

org.w3c.dom.Document document
Implementation of org.w3c.Document Most of methods will be implemented using the delgate instance of SOAPDocumentImpl This is for two reasons: - possible change of message classes, by extenstion of xerces implementation - we cannot extends SOAPPart (multiple inheritance), since it is defined as Abstract class ***********************************************************


mDocument

org.w3c.dom.Document mDocument
SOAPEnvelope is the Document Elements of this XML docuement


Package org.apache.axis.attachments

Class org.apache.axis.attachments.AttachmentPart extends AttachmentPart implements Serializable

Serialized Fields

datahandler

javax.activation.DataHandler datahandler
The data handler.

TODO: make private?


mimeHeaders

MimeHeaders mimeHeaders
Field mimeHeaders.


contentObject

java.lang.Object contentObject

attachmentFile

java.lang.String attachmentFile
The name of a file used to store the data.

Class org.apache.axis.attachments.AttachmentsImpl extends java.lang.Object implements Serializable

Serialized Fields

attachments

java.util.HashMap attachments
Field attachments.


orderedAttachments

java.util.LinkedList orderedAttachments
Field orderedAttachments.


soapPart

SOAPPart soapPart
Field soapPart.


mpartStream

MultiPartInputStream mpartStream
The actual stream to manage the multi-related input stream.


sendtype

int sendtype
The form of the attachments, whether MIME or DIME.


contentLocation

java.lang.String contentLocation
This is the content location as specified in SOAP with Attachments. This maybe null if the message had no Content-Location specifed.


stackDataHandler

java.util.HashMap stackDataHandler
The HashMap for DataHandler Managements.


_streams

IncomingAttachmentStreams _streams
Used to distribute attachment streams without caching them.


_askedForAttachments

boolean _askedForAttachments

_askedForStreams

boolean _askedForStreams

multipart

javax.mail.internet.MimeMultipart multipart
multipart , cached entries for the stream of attachment that are going to be sent.


dimemultipart

DimeMultiPart dimemultipart


Package org.apache.axis.client

Class org.apache.axis.client.AxisClient extends AxisEngine implements Serializable

Serialized Fields

checker

MustUnderstandChecker checker

Class org.apache.axis.client.Service extends java.lang.Object implements Serializable

Serialized Fields

serviceName

QName serviceName

wsdlLocation

java.lang.String wsdlLocation

wsdlService

javax.wsdl.Service wsdlService

maintainSession

boolean maintainSession

registry

Service.HandlerRegistryImpl registry

wsdlParser

Parser wsdlParser

_call

Call _call

transportImpls

java.util.Hashtable transportImpls
A Hashtable mapping addresses (URLs) to Transports (objects)

Class org.apache.axis.client.Service.HandlerRegistryImpl extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.Map map


Package org.apache.axis.client.async

Class org.apache.axis.client.async.Status extends Enum implements Serializable

Class org.apache.axis.client.async.Status.Type extends Enum.Type implements Serializable


Package org.apache.axis.collections

Class org.apache.axis.collections.LRUMap extends SequencedHashMap implements Serializable

serialVersionUID: 2197433140769957051l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Description copied from class: SequencedHashMap
Deserializes this map from the given stream.


writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Description copied from class: SequencedHashMap
Serializes this map to the given stream.

Class org.apache.axis.collections.SequencedHashMap extends java.lang.Object implements Serializable

serialVersionUID: 3380552487888102930l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Deserializes this map from the given stream.

Throws:
java.io.IOException - if the stream raises it
java.lang.ClassNotFoundException - if the stream raises it

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serializes this map to the given stream.

Throws:
java.io.IOException - if the stream raises it


Package org.apache.axis.components.image

Class org.apache.axis.components.image.JDK13IO extends java.awt.Component implements Serializable

Class org.apache.axis.components.image.MerlinIO extends java.awt.Component implements Serializable


Package org.apache.axis.constants

Class org.apache.axis.constants.Enum extends java.lang.Object implements Serializable

Serialized Fields

type

Enum.Type type

value

int value

name

java.lang.String name

Class org.apache.axis.constants.Enum.Type extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Serialized Fields

name

java.lang.String name

enums

Enum[] enums

dephault

Enum dephault

Class org.apache.axis.constants.Scope extends Enum implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException

Class org.apache.axis.constants.Scope.Type extends Enum.Type implements Serializable

Class org.apache.axis.constants.Style extends Enum implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Serialized Fields

provider

QName provider

Class org.apache.axis.constants.Style.Type extends Enum.Type implements Serializable

Class org.apache.axis.constants.Use extends Enum implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Serialized Fields

encoding

java.lang.String encoding

Class org.apache.axis.constants.Use.Type extends Enum.Type implements Serializable


Package org.apache.axis.deployment.wsdd

Class org.apache.axis.deployment.wsdd.WSDDArrayMapping extends WSDDTypeMapping implements Serializable

Serialized Fields

innerType

QName innerType
array item type

Class org.apache.axis.deployment.wsdd.WSDDBeanMapping extends WSDDTypeMapping implements Serializable

Class org.apache.axis.deployment.wsdd.WSDDChain extends WSDDHandler implements Serializable

Serialized Fields

handlers

java.util.Vector handlers

Class org.apache.axis.deployment.wsdd.WSDDDeployableItem extends WSDDElement implements Serializable

Serialized Fields

parameters

LockableHashtable parameters
Our parameters


qname

QName qname
Our name


type

QName type
Our type


scope

int scope
Scope for this item (default is singleton)


singletonInstance

Handler singletonInstance
Placeholder for hanging on to singleton object

Class org.apache.axis.deployment.wsdd.WSDDDeployment extends WSDDElement implements Serializable

Serialized Fields

handlers

java.util.HashMap handlers

services

java.util.HashMap services

transports

java.util.HashMap transports

typeMappings

java.util.HashMap typeMappings

globalConfig

WSDDGlobalConfiguration globalConfig

namespaceToServices

java.util.HashMap namespaceToServices
Mapping of namespaces -> services


engine

AxisEngine engine

tmr

TypeMappingRegistry tmr

tmrDeployed

boolean tmrDeployed

Class org.apache.axis.deployment.wsdd.WSDDDocumentation extends WSDDElement implements Serializable

Serialized Fields

value

java.lang.String value

Class org.apache.axis.deployment.wsdd.WSDDElement extends WSDDConstants implements Serializable

Serialized Fields

name

java.lang.String name

Class org.apache.axis.deployment.wsdd.WSDDException extends ConfigurationException implements Serializable

Class org.apache.axis.deployment.wsdd.WSDDFault extends WSDDElement implements Serializable

Serialized Fields

desc

FaultDesc desc

Class org.apache.axis.deployment.wsdd.WSDDFaultFlow extends WSDDChain implements Serializable

Class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration extends WSDDDeployableItem implements Serializable

Serialized Fields

requestFlow

WSDDRequestFlow requestFlow

responseFlow

WSDDResponseFlow responseFlow

roles

java.util.ArrayList roles

Class org.apache.axis.deployment.wsdd.WSDDHandler extends WSDDDeployableItem implements Serializable

Class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo extends WSDDElement implements Serializable

Serialized Fields

_classname

java.lang.String _classname

_map

java.util.Map _map

_headers

QName[] _headers

Class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain extends WSDDHandler implements Serializable

Serialized Fields

_hiList

java.util.ArrayList _hiList

_hiChainFactory

HandlerInfoChainFactory _hiChainFactory

_roles

java.lang.String[] _roles

Class org.apache.axis.deployment.wsdd.WSDDNonFatalException extends WSDDException implements Serializable

Class org.apache.axis.deployment.wsdd.WSDDOperation extends WSDDElement implements Serializable

Serialized Fields

desc

OperationDesc desc
Holds all our actual data

Class org.apache.axis.deployment.wsdd.WSDDParameter extends WSDDElement implements Serializable

Serialized Fields

parent

OperationDesc parent

parameter

ParameterDesc parameter

Class org.apache.axis.deployment.wsdd.WSDDRequestFlow extends WSDDChain implements Serializable

Class org.apache.axis.deployment.wsdd.WSDDResponseFlow extends WSDDChain implements Serializable

Class org.apache.axis.deployment.wsdd.WSDDService extends WSDDTargetedChain implements Serializable

Serialized Fields

tmr

TypeMappingRegistry tmr

faultFlows

java.util.Vector faultFlows

typeMappings

java.util.Vector typeMappings

operations

java.util.Vector operations

namespaces

java.util.Vector namespaces
Which namespaces should auto-dispatch to this service?


roles

java.util.List roles
Which roles does this service support?


descriptionURL

java.lang.String descriptionURL

style

Style style
Style - document, wrapped, message, or RPC (the default)


use

Use use
Use - encoded (the default) or literal


providerQName

QName providerQName
Our provider - used to figure out which Handler we use as a service pivot (see getInstance() below)


_wsddHIchain

WSDDJAXRPCHandlerInfoChain _wsddHIchain

desc

JavaServiceDesc desc

streaming

boolean streaming
Is streaming (i.e. NO high-fidelity recording, deserialize on the fly) on for this service?


sendType

int sendType
What attachment format should be used?

Class org.apache.axis.deployment.wsdd.WSDDTargetedChain extends WSDDDeployableItem implements Serializable

Serialized Fields

requestFlow

WSDDRequestFlow requestFlow

responseFlow

WSDDResponseFlow responseFlow

pivotQName

QName pivotQName

Class org.apache.axis.deployment.wsdd.WSDDTransport extends WSDDTargetedChain implements Serializable

Class org.apache.axis.deployment.wsdd.WSDDTypeMapping extends WSDDElement implements Serializable

Serialized Fields

qname

QName qname

serializer

java.lang.String serializer

deserializer

java.lang.String deserializer

typeQName

QName typeQName

ref

java.lang.String ref

encodingStyle

java.lang.String encodingStyle

Class org.apache.axis.deployment.wsdd.WSDDUndeployment extends WSDDElement implements Serializable

Serialized Fields

handlers

java.util.Vector handlers

chains

java.util.Vector chains

services

java.util.Vector services

transports

java.util.Vector transports

typeMappings

java.util.Vector typeMappings


Package org.apache.axis.description

Class org.apache.axis.description.AttributeDesc extends FieldDesc implements Serializable

Class org.apache.axis.description.ElementDesc extends FieldDesc implements Serializable

Serialized Fields

minOccurs

int minOccurs
The minOccurs value from the schema


maxOccurs

int maxOccurs
The maxOccurs value from the schema


nillable

boolean nillable
The nillable value from the schema. By default, element cannot be nillable.


unbounded

boolean unbounded
maxOccurs="unbounded"


arrayType

QName arrayType
If this is an array, this holds the array type


itemQName

QName itemQName
If this is a "wrapped" array, this tells us the inner QName

Class org.apache.axis.description.FaultDesc extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

qname

QName qname

parameters

java.util.ArrayList parameters

className

java.lang.String className

xmlType

QName xmlType

complex

boolean complex

Class org.apache.axis.description.FieldDesc extends java.lang.Object implements Serializable

Serialized Fields

fieldName

java.lang.String fieldName
The name of the Java field in question


xmlName

QName xmlName
The XML QName this field maps to


xmlType

QName xmlType
The XML Type this field maps to/from


javaType

java.lang.Class javaType
The Java type of this field


_isElement

boolean _isElement
An indication of whether this should be an element or an attribute


minOccursIs0

boolean minOccursIs0
An indication that minoccurs is zero

Class org.apache.axis.description.JavaServiceDesc extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of this service


documentation

java.lang.String documentation
The documentation of this service


style

Style style
Style/Use


use

Use use

useSet

boolean useSet

operations

java.util.ArrayList operations
Our operations - a list of OperationDescs


namespaceMappings

java.util.List namespaceMappings
A collection of namespaces which will map to this service


wsdlFileName

java.lang.String wsdlFileName
Where does our WSDL document live? If this is non-null, the "?WSDL" generation will automatically return this file instead of dynamically creating a WSDL. BE CAREFUL because this means that Handlers will not be able to add to the WSDL for extensions/headers....


endpointURL

java.lang.String endpointURL
An endpoint URL which someone has specified for this service. If this is set, WSDL generation will pick it up instead of defaulting to the transport URL.


properties

java.util.HashMap properties
Place to store user-extensible service-related properties


name2OperationsMap

java.util.HashMap name2OperationsMap
Lookup caches


qname2OperationsMap

java.util.HashMap qname2OperationsMap

allowedMethods

java.util.List allowedMethods
null allows everything, an empty ArrayList allows nothing


disallowedMethods

java.util.List disallowedMethods
List if disallowed methods


implClass

java.lang.Class implClass
Implementation class


isSkeletonClass

boolean isSkeletonClass
Is the implementation a Skeleton? If this is true, it will generate a Fault to provide OperationDescs via WSDD.


stopClasses

java.util.ArrayList stopClasses
Classes at which we should stop looking up the inheritance chain when introspecting


messageServiceDefaultOp

OperationDesc messageServiceDefaultOp

completedNames

java.util.ArrayList completedNames
Method names for which we have completed any introspection necessary


tm

TypeMapping tm
Our typemapping for resolving Java<->XML type issues


tmr

TypeMappingRegistry tmr

haveAllSkeletonMethods

boolean haveAllSkeletonMethods

introspectionComplete

boolean introspectionComplete

Class org.apache.axis.description.OperationDesc extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

parent

ServiceDesc parent
The service we're a part of


parameters

java.util.ArrayList parameters
Parameter list


name

java.lang.String name
The operation name (String, or QName?)


elementQName

QName elementQName
An XML QName which should dispatch to this method


style

Style style
This operation's style/use. If null, we default to our parent's


use

Use use

numInParams

int numInParams
The number of "in" params (i.e. IN or INOUT) for this operation


numOutParams

int numOutParams
The number of "out" params (i.e. OUT or INOUT) for this operation


soapAction

java.lang.String soapAction
A unique SOAPAction value for this operation


faults

java.util.ArrayList faults
Faults for this operation


returnDesc

ParameterDesc returnDesc

messageOperationStyle

int messageOperationStyle
If we're a message-style operation, what's our signature?


documentation

java.lang.String documentation
The documentation for the operation


mep

javax.wsdl.OperationType mep
The MEP for this Operation - uses the WSDL4J OperationType for now but we might want to have our own extensible enum for WSDL 2.0

Class org.apache.axis.description.ParameterDesc extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

typeEntry

TypeEntry typeEntry
A TypeEntry corresponding to this parameter


mode

byte mode
The Parameter mode (in, out, inout)


typeQName

QName typeQName
The XML type of this parameter


javaType

java.lang.Class javaType
The Java type of this parameter


order

int order
The order of this parameter (-1 indicates unordered)


isReturn

boolean isReturn
Indicates if this ParameterDesc represents a return or normal parameter


mimeType

java.lang.String mimeType
MIME type for this parameter, if there is one


itemQName

QName itemQName
If this ParamDesc represents a literal array, this QName will determine if it gets written as a "bare" or a "wrapped" schema.


itemType

QName itemType

inHeader

boolean inHeader
Indicates whether input/output values are stored in the header


outHeader

boolean outHeader

documentation

java.lang.String documentation
The documentation for the parameter


omittable

boolean omittable
Indicates whether this parameter may be omitted or not (i.e., it has minOccurs="0")


nillable

boolean nillable
Indicates whether this parameter is nillable

Class org.apache.axis.description.TypeDesc extends java.lang.Object implements Serializable

Serialized Fields

lookedForAny

boolean lookedForAny
Have we already introspected for the special "any" property desc?


canSearchParents

boolean canSearchParents
Can this instance search for metadata in parents of the type it describes?


hasSearchedParents

boolean hasSearchedParents

parentDesc

TypeDesc parentDesc
My superclass TypeDesc


javaClassRef

java.lang.ref.WeakReference javaClassRef
WeakReference to the Java class for this type


xmlType

QName xmlType
The XML type QName for this type


fields

FieldDesc[] fields
The various fields in here


fieldNameMap

java.util.HashMap fieldNameMap
A cache of FieldDescs by name


fieldElementMap

java.util.HashMap fieldElementMap
A cache of FieldDescs by Element QName


_hasAttributes

boolean _hasAttributes
Are there any fields which are serialized as attributes?


propertyDescriptors

BeanPropertyDescriptor[] propertyDescriptors
Introspected property descriptors


propertyMap

java.util.Map propertyMap
Map with key = property descriptor name, value = descriptor


anyDesc

BeanPropertyDescriptor anyDesc
Indication if this type has support for xsd:any.


Package org.apache.axis.encoding

Class org.apache.axis.encoding.DefaultJAXRPC11TypeMappingImpl extends DefaultTypeMappingImpl implements Serializable

Class org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl extends DefaultSOAPEncodingTypeMappingImpl implements Serializable

Class org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl extends DefaultTypeMappingImpl implements Serializable

Class org.apache.axis.encoding.DefaultTypeMappingImpl extends TypeMappingImpl implements Serializable

Serialized Fields

inInitMappings

boolean inInitMappings

Class org.apache.axis.encoding.DeserializerImpl extends SOAPHandler implements Serializable

Serialized Fields

value

java.lang.Object value

debugEnabled

boolean debugEnabled

isEnded

boolean isEnded

targets

java.util.Vector targets

defaultType

QName defaultType

componentsReadyFlag

boolean componentsReadyFlag

activeDeserializers

java.util.HashSet activeDeserializers
A set of sub-deserializers whose values must complete before our value is complete.


isHref

boolean isHref

isNil

boolean isNil

id

java.lang.String id

Class org.apache.axis.encoding.TypeMappingDelegate extends java.lang.Object implements Serializable

Serialized Fields

delegate

TypeMappingImpl delegate

next

TypeMappingDelegate next

Class org.apache.axis.encoding.TypeMappingImpl extends java.lang.Object implements Serializable

Serialized Fields

qName2Pair

java.util.HashMap qName2Pair

class2Pair

java.util.HashMap class2Pair

pair2SF

java.util.HashMap pair2SF

pair2DF

java.util.HashMap pair2DF

namespaces

java.util.ArrayList namespaces

doAutoTypes

java.lang.Boolean doAutoTypes

Class org.apache.axis.encoding.TypeMappingImpl.Pair extends java.lang.Object implements Serializable

Serialized Fields

javaType

java.lang.Class javaType

xmlType

QName xmlType

Class org.apache.axis.encoding.TypeMappingRegistryImpl extends java.lang.Object implements Serializable

Serialized Fields

mapTM

java.util.HashMap mapTM

defaultDelTM

TypeMappingDelegate defaultDelTM

isDelegated

boolean isDelegated


Package org.apache.axis.encoding.ser

Class org.apache.axis.encoding.ser.ArrayDeserializer extends DeserializerImpl implements Serializable

Serialized Fields

arrayType

QName arrayType

curIndex

int curIndex

defaultItemType

QName defaultItemType

length

int length

arrayClass

java.lang.Class arrayClass

mDimLength

java.util.ArrayList mDimLength

mDimFactor

java.util.ArrayList mDimFactor

soapConstants

SOAPConstants soapConstants

Class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension extends java.util.ArrayList implements Serializable

Serialized Fields

table

java.util.HashMap table

arrayClass

java.lang.Class arrayClass

Class org.apache.axis.encoding.ser.ArrayDeserializerFactory extends BaseDeserializerFactory implements Serializable

Serialized Fields

componentXmlType

QName componentXmlType

Class org.apache.axis.encoding.ser.ArraySerializer extends java.lang.Object implements Serializable

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

componentType

QName componentType

componentQName

QName componentQName

Class org.apache.axis.encoding.ser.ArraySerializerFactory extends BaseSerializerFactory implements Serializable

Serialized Fields

componentType

QName componentType

componentQName

QName componentQName

Class org.apache.axis.encoding.ser.Base64Deserializer extends SimpleDeserializer implements Serializable

Class org.apache.axis.encoding.ser.Base64DeserializerFactory extends BaseDeserializerFactory implements Serializable

Class org.apache.axis.encoding.ser.Base64Serializer extends java.lang.Object implements Serializable

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

Class org.apache.axis.encoding.ser.Base64SerializerFactory extends BaseSerializerFactory implements Serializable

Class org.apache.axis.encoding.ser.BaseDeserializerFactory extends BaseFactory implements Serializable

Serialized Fields

deserClass

java.lang.Class deserClass

xmlType

QName xmlType

javaType

java.lang.Class javaType

Class org.apache.axis.encoding.ser.BaseSerializerFactory extends BaseFactory implements Serializable

Serialized Fields

serClass

java.lang.Class serClass

xmlType

QName xmlType

javaType

java.lang.Class javaType

Class org.apache.axis.encoding.ser.BeanDeserializer extends DeserializerImpl implements Serializable

Serialized Fields

val

java.io.CharArrayWriter val

xmlType

QName xmlType

javaType

java.lang.Class javaType

propertyMap

java.util.Map propertyMap

prevQName

QName prevQName

constructorToUse

java.lang.reflect.Constructor constructorToUse
Constructor if no default constructor


constructorTarget

Target constructorTarget
Constructor Target object to use (if constructorToUse != null)


typeDesc

TypeDesc typeDesc
Type metadata about this class for XML deserialization


collectionIndex

int collectionIndex

cacheStringDSer

SimpleDeserializer cacheStringDSer

cacheXMLType

QName cacheXMLType

Class org.apache.axis.encoding.ser.BeanDeserializerFactory extends BaseDeserializerFactory implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

Class org.apache.axis.encoding.ser.BeanSerializer extends java.lang.Object implements Serializable

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

propertyDescriptor

BeanPropertyDescriptor[] propertyDescriptor

typeDesc

TypeDesc typeDesc

Class org.apache.axis.encoding.ser.BeanSerializerFactory extends BaseSerializerFactory implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

Class org.apache.axis.encoding.ser.CalendarDeserializer extends SimpleDeserializer implements Serializable

Class org.apache.axis.encoding.ser.CalendarDeserializerFactory extends BaseDeserializerFactory implements Serializable

Class org.apache.axis.encoding.ser.CalendarSerializer extends java.lang.Object implements Serializable

Class org.apache.axis.encoding.ser.CalendarSerializerFactory extends BaseSerializerFactory implements Serializable

Class org.apache.axis.encoding.ser.DateDeserializer extends SimpleDeserializer implements Serializable

Class org.apache.axis.encoding.ser.DateDeserializerFactory extends BaseDeserializerFactory implements Serializable

Class org.apache.axis.encoding.ser.DateSerializer extends java.lang.Object implements Serializable

Class org.apache.axis.encoding.ser.DateSerializerFactory extends BaseSerializerFactory implements Serializable

Class org.apache.axis.encoding.ser.DocumentDeserializer extends DeserializerImpl implements Serializable

Class org.apache.axis.encoding.ser.DocumentDeserializerFactory extends BaseDeserializerFactory implements Serializable

Class org.apache.axis.encoding.ser.DocumentSerializer extends java.lang.Object implements Serializable

Class org.apache.axis.encoding.ser.DocumentSerializerFactory extends BaseSerializerFactory implements Serializable

Class org.apache.axis.encoding.ser.ElementDeserializer extends DeserializerImpl implements Ser