Serialized Form


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?


shouldSaveConfig

boolean shouldSaveConfig
Should we save the engine config each time we modify it?


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

ArrayList actorURIs
What actor URIs hold for the entire engine?

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

Serialized Fields

faultCode

javax.xml.namespace.QName faultCode

faultSubCode

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


faultString

String faultString

faultActor

String faultActor

faultDetails

Vector faultDetails

faultNode

String faultNode

faultHeaders

ArrayList faultHeaders
SOAP headers which should be serialized with the Fault List

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

Serialized Fields

containedException

Exception containedException
any contained exception


stackTrace

String stackTrace

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

Serialized Fields

workHandler

Handler workHandler

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

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

Serialized Fields

messageType

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


mSOAPPart

MessagePart 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

MimeHeadersImpl headers

saveRequired

boolean saveRequired

msgContext

MessageContext msgContext

mProps

Hashtable mProps

Class org.apache.axis.MessagePart extends SOAPPartAxisImpl implements Serializable

Serialized Fields

currentForm

int currentForm

mimeHeaders

MimeHeadersImpl mimeHeaders

currentMessage

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."


currentMessageAsString

String currentMessageAsString

currentMessageAsBytes

byte[] currentMessageAsBytes

currentMessageAsEnvelope

SOAPEnvelopeAxisImpl currentMessageAsEnvelope

msgObject

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


contentSource

Source contentSource
Field contentSource.


document

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

Document mDocument
SOAPEnvelope is the Document Elements of this XML docuement

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

Class org.apache.axis.NotImplementedException extends RuntimeException implements Serializable

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

Serialized Fields

handlers

Vector handlers

invoked

boolean invoked

CAUGHTFAULT_PROPERTY

String CAUGHTFAULT_PROPERTY

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

Serialized Fields

requestHandler

Handler requestHandler

pivotHandler

Handler pivotHandler

responseHandler

Handler responseHandler


Package org.apache.axis.attachments

Class org.apache.axis.attachments.AttachmentPartImpl extends javax.xml.soap.AttachmentPart implements Serializable

Serialized Fields

datahandler

javax.activation.DataHandler datahandler
Field datahandler


mimeHeaders

javax.xml.soap.MimeHeaders mimeHeaders
Field mimeHeaders


contentObject

Object contentObject
Field contentObject


attachmentFile

String attachmentFile
the name of a file used to store the data

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

Serialized Fields

attachments

HashMap attachments
Field attachments.


orderedAttachments

LinkedList orderedAttachments
Field orderedAttachments.


soapPart

MessagePart 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

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

HashMap stackDataHandler
The HashMap for DataHandler Managements.


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

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

Serialized Fields

serviceName

javax.xml.namespace.QName serviceName

wsdlLocation

String wsdlLocation

wsdlService

javax.wsdl.Service wsdlService

maintainSession

boolean maintainSession

wsdlParser

Parser wsdlParser

registry

Service.HandlerRegistryImpl registry

transportImpls

Hashtable transportImpls
A Hashtable mapping addresses (URLs) to Transports (objects)

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

Serialized Fields

map

Map map


Package org.apache.axis.components.image

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


Package org.apache.axis.deployment.wsdd

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

Vector handlers

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

Serialized Fields

parameters

LockableHashtable parameters
Our parameters


qname

javax.xml.namespace.QName qname
Our name


type

javax.xml.namespace.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

HashMap handlers

services

HashMap services

transports

HashMap transports

typeMappings

Vector typeMappings

globalConfig

WSDDGlobalConfiguration globalConfig

namespaceToServices

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

String value

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

Serialized Fields

documentation

WSDDDocumentation documentation
If we have documentation, it goes here


name

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

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

String _classname

_map

Map _map

_headers

javax.xml.namespace.QName[] _headers

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

Serialized Fields

_hiList

ArrayList _hiList

_hiChainFactory

HandlerInfoChainFactory _hiChainFactory

_roles

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

Vector faultFlows

typeMappings

Vector typeMappings

operations

Vector operations

namespaces

Vector namespaces
Which namespaces should auto-dispatch to this service?


descriptionURL

String descriptionURL

style

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


use

Use use
Use - encoded (the default) or literal


cachedService

SOAPService cachedService

providerQName

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


_wsddHIchain

WSDDJAXRPCHandlerInfoChain _wsddHIchain

desc

ServiceDesc 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

javax.xml.namespace.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

javax.xml.namespace.QName qname

serializer

String serializer

deserializer

String deserializer

typeQName

javax.xml.namespace.QName typeQName

ref

String ref

encodingStyle

String encodingStyle

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

Serialized Fields

handlers

Vector handlers

chains

Vector chains

services

Vector services

transports

Vector transports

typeMappings

Vector typeMappings


Package org.apache.axis.description

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

typeEntry

TypeEntry typeEntry
A TypeEntry corresponding to this parameter


mode

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


typeQName

javax.xml.namespace.QName typeQName
The XML type of this parameter


javaType

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

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


inHeader

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


outHeader

boolean outHeader


Package org.apache.axis.encoding

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

Serialized Fields

value

Object value

isEnded

boolean isEnded

targets

Vector targets

defaultType

javax.xml.namespace.QName defaultType

componentsReadyFlag

boolean componentsReadyFlag

activeDeserializers

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


isHref

boolean isHref

isNil

boolean isNil

id

String id

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

Serialized Fields

mapTM

HashMap mapTM

defaultDelTM

TypeMapping defaultDelTM


Package org.apache.axis.encoding.ser

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

Serialized Fields

arrayType

javax.xml.namespace.QName arrayType

curIndex

int curIndex

defaultItemType

javax.xml.namespace.QName defaultItemType

length

int length

arrayClass

Class arrayClass

mDimLength

ArrayList mDimLength

mDimFactor

ArrayList mDimFactor

soapConstants

SOAPConstants soapConstants

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

Serialized Fields

table

HashMap table

arrayClass

Class arrayClass

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

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

Serialized Fields

componentTypeMap

HashMap componentTypeMap

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

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

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

buf

StringBuffer buf

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

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

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType

javaType

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

Class deserClass

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

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

Serialized Fields

serClass

Class serClass

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

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

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

propertyMap

Map propertyMap

prevQName

javax.xml.namespace.QName prevQName

typeDesc

TypeDesc typeDesc
Type metadata about this class for XML deserialization


collectionIndex

int collectionIndex

cacheStringDSer

SimpleDeserializer cacheStringDSer

cacheXMLType

javax.xml.namespace.QName cacheXMLType

lastFieldName

String lastFieldName

deferedConstruction

DeferedBeanConstruction deferedConstruction

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

Serialized Fields

typeDesc

TypeDesc typeDesc
Type metadata about this class for XML deserialization


propertyMap

Map propertyMap

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

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

propertyDescriptor

BeanPropertyDescriptor[] propertyDescriptor

typeDesc

TypeDesc typeDesc

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

Serialized Fields

typeDesc

TypeDesc typeDesc

propertyDescriptor

BeanPropertyDescriptor[] propertyDescriptor

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 DateSerializer 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 SimpleSerializer implements Serializable

Serialized Fields

defaultXmlType

javax.xml.namespace.QName defaultXmlType

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 Object implements Serializable

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

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

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

Class org.apache.axis.encoding.ser.ElementSerializer extends Object implements Serializable

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

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

Serialized Fields

fromStringMethod

Method fromStringMethod

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

Class org.apache.axis.encoding.ser.EnumSerializer extends SimpleSerializer implements Serializable

Serialized Fields

toStringMethod

Method toStringMethod

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

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

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

buf

StringBuffer buf

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

Class org.apache.axis.encoding.ser.HexSerializer extends Object implements Serializable

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

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

Class org.apache.axis.encoding.ser.ImageDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable

Class org.apache.axis.encoding.ser.ImageDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable

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

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

Class org.apache.axis.encoding.ser.JAFDataHandlerSerializer extends Object implements Serializable

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

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

Serialized Fields

valueList

List valueList

javaType

Class javaType

xmlType

javax.xml.namespace.QName xmlType

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

Class org.apache.axis.encoding.ser.ListSerializer extends Object implements Serializable

Serialized Fields

javaType

Class javaType

xmlType

javax.xml.namespace.QName xmlType

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

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

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

Class org.apache.axis.encoding.ser.MapSerializer extends Object implements Serializable

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

Class org.apache.axis.encoding.ser.MimeMultipartDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable

Class org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable

Class org.apache.axis.encoding.ser.OctetStreamDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable

Class org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable

Class org.apache.axis.encoding.ser.PlainTextDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable

Class org.apache.axis.encoding.ser.PlainTextDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable

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

Serialized Fields

context

DeserializationContext context

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

Class org.apache.axis.encoding.ser.QNameSerializer extends Object implements Serializable

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

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

Serialized Fields

val

CharArrayWriter val

constructor

Constructor constructor

propertyMap

Map propertyMap

attributeMap

HashMap attributeMap

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

typeDesc

TypeDesc typeDesc

cacheStringDSer

SimpleDeserializer cacheStringDSer

cacheXMLType

javax.xml.namespace.QName cacheXMLType

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

Serialized Fields

constructor

Constructor constructor

Class org.apache.axis.encoding.ser.SimpleSerializer extends Object implements Serializable

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

propertyDescriptor

BeanPropertyDescriptor[] propertyDescriptor

typeDesc

TypeDesc typeDesc

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

Class org.apache.axis.encoding.ser.SourceDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable

Class org.apache.axis.encoding.ser.SourceDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable

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

Serialized Fields

curIndex

int curIndex

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

Class org.apache.axis.encoding.ser.VectorSerializer extends Object implements Serializable

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


Package org.apache.axis.enum

Class org.apache.axis.enum.Enum extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

type

Enum.Type type

value

int value

name

String name

Class org.apache.axis.enum.Enum.Type extends Object implements Serializable

Serialization Methods

readResolve

private