Serialized Form


Package javax.xml.namespace

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

Serialized Fields

namespaceURI

java.lang.String namespaceURI
Field namespaceURI


localPart

java.lang.String localPart
Field localPart


Package javax.xml.rpc

Class javax.xml.rpc.JAXRPCException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Field cause

Class javax.xml.rpc.ServiceException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Field cause


Package javax.xml.rpc.handler

Class javax.xml.rpc.handler.HandlerInfo 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 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 implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package javax.xml.transform

Class javax.xml.transform.TransformerConfigurationException implements Serializable

Class javax.xml.transform.TransformerException implements Serializable

Serialized Fields

locator

javax.xml.transform.SourceLocator locator

containedException

java.lang.Throwable containedException

Class javax.xml.transform.TransformerFactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception


Package org.apache.axis

Class org.apache.axis.AxisEngine 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?


classCache

ClassCache classCache
Java class cache


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?

Class org.apache.axis.AxisFault 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 implements Serializable

Serialized Fields

containedException

java.lang.Exception containedException
any contained exception


stackTrace

java.lang.String stackTrace

Class org.apache.axis.FaultableHandler implements Serializable

Serialized Fields

workHandler

Handler workHandler

Class org.apache.axis.InternalException implements Serializable

Class org.apache.axis.Message 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

Class org.apache.axis.NoEndPointException implements Serializable

Class org.apache.axis.SimpleChain implements Serializable

Serialized Fields

handlers

java.util.Vector handlers

invoked

boolean invoked

CAUGHTFAULT_PROPERTY

java.lang.String CAUGHTFAULT_PROPERTY

Class org.apache.axis.SimpleTargetedChain implements Serializable

Serialized Fields

requestHandler

Handler requestHandler

pivotHandler

Handler pivotHandler

responseHandler

Handler responseHandler

Class org.apache.axis.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."


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

Source contentSource
Field contentSource


Package org.apache.axis.attachments

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

Serialized Fields

datahandler

javax.activation.DataHandler datahandler
Field datahandler TODO: make private?


mimeHeaders

MimeHeaders mimeHeaders
Field mimeHeaders


contentObject

java.lang.Object contentObject
Field contentObject


attachmentFile

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

Class org.apache.axis.attachments.AttachmentsImpl 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.


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

Class org.apache.axis.client.Service 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

transportImpls

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

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

Serialized Fields

map

java.util.Map map


Package org.apache.axis.components.image

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

Class org.apache.axis.components.image.MerlinIO implements Serializable


Package org.apache.axis.deployment.wsdd

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

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

Serialized Fields

handlers

java.util.Vector handlers

Class org.apache.axis.deployment.wsdd.WSDDDeployableItem 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 implements Serializable

Serialized Fields

handlers

java.util.HashMap handlers

services

java.util.HashMap services

transports

java.util.HashMap transports

typeMappings

java.util.Vector 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 implements Serializable

Serialized Fields

value

java.lang.String value

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

Serialized Fields

documentation

WSDDDocumentation documentation
If we have documentation, it goes here


name

java.lang.String name

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

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

Serialized Fields

desc

FaultDesc desc

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

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

Serialized Fields

requestFlow

WSDDRequestFlow requestFlow

responseFlow

WSDDResponseFlow responseFlow

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

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

Serialized Fields

_classname

java.lang.String _classname

_map

java.util.Map _map

_headers

QName[] _headers

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

Serialized Fields

_hiList

java.util.ArrayList _hiList

_hiChainFactory

HandlerInfoChainFactory _hiChainFactory

_roles

java.lang.String[] _roles

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

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

Serialized Fields

desc

OperationDesc desc
Holds all our actual data

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

Serialized Fields

parent

OperationDesc parent

parameter

ParameterDesc parameter

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

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

Class org.apache.axis.deployment.wsdd.WSDDService 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?


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


cachedService

SOAPService cachedService

providerQName

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

Serialized Fields

requestFlow

WSDDRequestFlow requestFlow

responseFlow

WSDDResponseFlow responseFlow

pivotQName

QName pivotQName

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

Class org.apache.axis.deployment.wsdd.WSDDTypeMapping 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 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.ParameterDesc 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


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

Serialized Fields

value

java.lang.Object value

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.TypeMappingRegistryImpl implements Serializable

Serialized Fields

mapTM

java.util.HashMap mapTM

defaultDelTM

TypeMapping defaultDelTM


Package org.apache.axis.encoding.ser

Class org.apache.axis.encoding.ser.ArrayDeserializer 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 implements Serializable

Serialized Fields

table

java.util.HashMap table

arrayClass

java.lang.Class arrayClass

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

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

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

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

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

buf

java.lang.StringBuffer buf

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

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

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

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

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

Serialized Fields

deserClass

java.lang.Class deserClass

xmlType

QName xmlType

javaType

java.lang.Class javaType

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

Serialized Fields

serClass

java.lang.Class serClass

xmlType

QName xmlType

javaType

java.lang.Class javaType

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

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

propertyMap

java.util.Map propertyMap

prevQName

QName prevQName

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

Serialized Fields

typeDesc

TypeDesc typeDesc
Type metadata about this class for XML deserialization


propertyMap

java.util.Map propertyMap

Class org.apache.axis.encoding.ser.BeanSerializer 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 implements Serializable

Serialized Fields

typeDesc

TypeDesc typeDesc

propertyDescriptor

BeanPropertyDescriptor[] propertyDescriptor

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

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

Class org.apache.axis.encoding.ser.CalendarSerializer implements Serializable

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

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

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

Class org.apache.axis.encoding.ser.DateSerializer implements Serializable

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

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

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

Class org.apache.axis.encoding.ser.DocumentSerializer implements Serializable

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

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

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

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

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

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

Serialized Fields

fromStringMethod

java.lang.reflect.Method fromStringMethod

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

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

Serialized Fields

toStringMethod

java.lang.reflect.Method toStringMethod

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

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

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

buf

java.lang.StringBuffer buf

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

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

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Serialized Fields

context

DeserializationContext context

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

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

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

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

Serialized Fields

val

java.io.CharArrayWriter val

constructor

java.lang.reflect.Constructor constructor

propertyMap

java.util.Map propertyMap

attributeMap

java.util.HashMap attributeMap

xmlType

QName xmlType

javaType

java.lang.Class javaType

typeDesc

TypeDesc typeDesc

cacheStringDSer

SimpleDeserializer cacheStringDSer

cacheXMLType

QName cacheXMLType

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

Serialized Fields

constructor

java.lang.reflect.Constructor constructor

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

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

propertyDescriptor

BeanPropertyDescriptor[] propertyDescriptor

typeDesc

TypeDesc typeDesc

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

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

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

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

Serialized Fields

curIndex

int curIndex

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

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

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


Package org.apache.axis.encoding.ser.castor

Class org.apache.axis.encoding.ser.castor.CastorDeserializer implements Serializable

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

Class org.apache.axis.encoding.ser.castor.CastorDeserializerFactory implements Serializable

Class org.apache.axis.encoding.ser.castor.CastorSerializer implements Serializable

Class org.apache.axis.encoding.ser.castor.CastorSerializerFactory implements Serializable


Package org.apache.axis.enum

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

Serialization Methods

readResolve

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

type

Enum.Type type

value

int value

name

java.lang.String name

Class org.apache.axis.enum.Enum.Type 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.enum.Scope implements Serializable

Class org.apache.axis.enum.Scope.Type implements Serializable

Class org.apache.axis.enum.Style implements Serializable

Serialized Fields

provider

QName provider

Class org.apache.axis.enum.Style.Type implements Serializable

Class org.apache.axis.enum.Use implements Serializable

Serialized Fields

encoding

java.lang.String encoding

Class org.apache.axis.enum.Use.Type implements Serializable


Package org.apache.axis.features

Class org.apache.axis.features.FeatureNotSupportedException implements Serializable


Package org.apache.axis.handlers

Class org.apache.axis.handlers.BasicHandler implements Serializable

Serialized Fields

makeLockable

boolean makeLockable

options

java.util.Hashtable options

name

java.lang.String name

Class org.apache.axis.handlers.DebugHandler implements Serializable

Class org.apache.axis.handlers.EchoHandler implements Serializable

Serialized Fields

wsdlStart1

java.lang.String wsdlStart1

wsdlStart

java.lang.String wsdlStart

wsdlEnd

java.lang.String wsdlEnd

Class org.apache.axis.handlers.ErrorHandler implements Serializable

Class org.apache.axis.handlers.HandlerChainImpl implements Serializable

Serialized Fields

_roles

java.lang.String[] _roles

falseIndex

int falseIndex

handlerInfos

java.util.List handlerInfos

roles

java.lang.String[] roles

Class org.apache.axis.handlers.JAXRPCHandler implements Serializable

Serialized Fields

impl

HandlerChainImpl impl

Class org.apache.axis.handlers.JWSHandler implements Serializable

Serialized Fields

OPTION_JWS_FILE_EXTENSION

java.lang.String OPTION_JWS_FILE_EXTENSION
See Also:
Constant Field Values

DEFAULT_JWS_FILE_EXTENSION

java.lang.String DEFAULT_JWS_FILE_EXTENSION
See Also:
Constant Field Values

Class org.apache.axis.handlers.LogHandler implements Serializable

Serialized Fields

start

long start

writeToConsole

boolean writeToConsole

filename

java.lang.String filename

Class org.apache.axis.handlers.LogMessage implements Serializable

Class org.apache.axis.handlers.MD5AttachHandler implements Serializable

Class org.apache.axis.handlers.SimpleAuthenticationHandler implements Serializable

Class org.apache.axis.handlers.SimpleAuthorizationHandler implements Serializable

Class org.apache.axis.handlers.SimpleSessionHandler implements Serializable

Serialized Fields

activeSessions

java.util.Hashtable activeSessions

reapPeriodicity

long reapPeriodicity

lastReapTime

long lastReapTime

defaultSessionTimeout

int defaultSessionTimeout

Class org.apache.axis.handlers.SOAPMonitorHandler implements Serializable

Serialized Fields

wsdlURL

java.lang.String wsdlURL

serviceQName

QName serviceQName

portQName

QName portQName


Package org.apache.axis.handlers.http

Class org.apache.axis.handlers.http.HTTPActionHandler implements Serializable

Class org.apache.axis.handlers.http.HTTPAuthHandler implements Serializable

Class org.apache.axis.handlers.http.URLMapper implements Serializable


Package org.apache.axis.handlers.soap

Class org.apache.axis.handlers.soap.SOAPService implements Serializable

Serialized Fields

validTransports

java.util.Vector validTransports
Valid transports for this service (server side only!) !!! For now, if this is null, we assume all transports are valid.


highFidelityRecording

boolean highFidelityRecording
Does this service require a high-fidelity SAX recording of messages? (default is true)


sendType

int sendType
How does this service wish data which would normally be sent as an attachment to be sent? Default for requests is org.apache.axis.attachments.Attachments.SEND_TYPE_DEFAULT, and the default for responses is to match the request.


serviceDescription

ServiceDesc serviceDescription
Our ServiceDescription. Holds pretty much all the interesting metadata about this service.


engine

AxisEngine engine

actors

java.util.ArrayList actors
Actor list - these are just the service-specific ones


Package org.apache.axis.ime.event

Class org.apache.axis.ime.event.MessageCorrelatedEvent implements Serializable

Serialized Fields

correlator

MessageExchangeCorrelator correlator

context

MessageContext context

Class org.apache.axis.ime.event.MessageFaultEvent implements Serializable

Serialized Fields

exception

java.lang.Throwable exception

Class org.apache.axis.ime.event.MessageReceiveEvent implements Serializable

Serialized Fields

receiveContext

MessageExchangeReceiveContext receiveContext

Class org.apache.axis.ime.event.MessageSendEvent implements Serializable

Serialized Fields

sendContext

MessageExchangeSendContext sendContext

Class org.apache.axis.ime.event.MessageStatusEvent implements Serializable

Serialized Fields

status

MessageExchangeStatus status


Package org.apache.axis.ime.internal

Class org.apache.axis.ime.internal.MessageExchangeImpl.Listener implements Serializable

Serialized Fields

holder

org.apache.axis.ime.internal.MessageExchangeImpl.Holder holder

Class org.apache.axis.ime.internal.MessageExchangeReceiveContext implements Serializable

Serialized Fields

listener

MessageExchangeEventListener listener

correlator

MessageExchangeCorrelator correlator

Class org.apache.axis.ime.internal.MessageExchangeSendContext implements Serializable

Serialized Fields

context

MessageContext context

Class org.apache.axis.ime.internal.SimpleMessageExchangeCorrelator implements Serializable

Serialized Fields

identifier

java.lang.String identifier


Package org.apache.axis.ime.internal.util.handler

Class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange.Listener implements Serializable

Serialized Fields

handler

Handler handler

Class org.apache.axis.ime.internal.util.handler.MessageExchangeHandler implements Serializable

Serialized Fields

messageExchange

MessageExchange messageExchange


Package org.apache.axis.message

Class org.apache.axis.message.Detail implements Serializable

Class org.apache.axis.message.DetailEntry implements Serializable

Class org.apache.axis.message.InputStreamBody implements Serializable

Serialized Fields

inputStream

java.io.InputStream inputStream

Class org.apache.axis.message.MessageElement implements Serializable

Serialized Fields

name

java.lang.String name

prefix

java.lang.String prefix

namespaceURI

java.lang.String namespaceURI

id

java.lang.String id

href

java.lang.String href

_isRoot

boolean _isRoot

message

SOAPEnvelope message

_isDirty

boolean _isDirty

qNameAttrs

java.util.Vector qNameAttrs

startEventIndex

int startEventIndex

startContentsIndex

int startContentsIndex

endEventIndex

int endEventIndex

elementRep

org.w3c.dom.Element elementRep

textRep

org.w3c.dom.Text textRep

parent

MessageElement parent

namespaces

java.util.ArrayList namespaces

encodingStyle

java.lang.String encodingStyle
Our encoding style, if any


objectValue

java.lang.Object objectValue
Object value, possibly supplied by subclass


fixupDeserializer

Deserializer fixupDeserializer
!!! TODO : Make sure this handles multiple targets


children

java.util.ArrayList children

Class org.apache.axis.message.RPCElement implements Serializable

Serialized Fields

params

java.util.Vector params

needDeser

boolean needDeser

operations

OperationDesc[] operations

Class org.apache.axis.message.RPCHeaderParam implements Serializable

Class org.apache.axis.message.RPCParam 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

myCall

RPCElement myCall

value

java.lang.Object value

countSetCalls

int countSetCalls

paramDesc

ParameterDesc paramDesc

wantXSIType

java.lang.Boolean wantXSIType
Do we definitely want (or don't want) to send xsi:types? If null (the default), just do whatever our SerializationContext is configured to do. If TRUE or FALSE, the SerializationContext will do what we want.

Class org.apache.axis.message.SOAPBody implements Serializable

Serialized Fields

bodyElements

java.util.Vector bodyElements

soapConstants

SOAPConstants soapConstants

disableFormatting

boolean disableFormatting

doSAAJEncodingCompliance

boolean doSAAJEncodingCompliance

Class org.apache.axis.message.SOAPBodyElement implements Serializable

Class org.apache.axis.message.SOAPEnvelope implements Serializable

Serialized Fields

header

SOAPHeader header

body

SOAPBody body

trailers

java.util.Vector trailers

soapConstants

SOAPConstants soapConstants

schemaVersion

SchemaVersion schemaVersion

messageType

java.lang.String messageType

Class org.apache.axis.message.SOAPFault implements Serializable

Serialized Fields

fault

AxisFault fault

Class org.apache.axis.message.SOAPFaultElement implements Serializable

Class org.apache.axis.message.SOAPHeader implements Serializable

Serialized Fields

headers

java.util.Vector headers

soapConstants

SOAPConstants soapConstants

Class org.apache.axis.message.SOAPHeaderElement implements Serializable

Serialized Fields

processed

boolean processed

actor

java.lang.String actor

mustUnderstand

boolean mustUnderstand

relay

boolean relay

alreadySerialized

boolean alreadySerialized

Class org.apache.axis.message.Text implements Serializable


Package org.apache.axis.monitor

Class org.apache.axis.monitor.SOAPMonitorService implements Serializable


Package org.apache.axis.providers

Class org.apache.axis.providers.BasicProvider implements Serializable

Class org.apache.axis.providers.BSFProvider implements Serializable

Class org.apache.axis.providers.ComProvider implements Serializable


Package org.apache.axis.providers.java

Class org.apache.axis.providers.java.CORBAProvider implements Serializable

Class org.apache.axis.providers.java.EJBProvider implements Serializable

Class org.apache.axis.providers.java.JavaProvider implements Serializable

Class org.apache.axis.providers.java.MsgProvider implements Serializable

Class org.apache.axis.providers.java.RMIProvider implements Serializable

Class org.apache.axis.providers.java.RPCProvider implements Serializable


Package org.apache.axis.schema

Class org.apache.axis.schema.SchemaVersion1999 implements Serializable

Class org.apache.axis.schema.SchemaVersion2000 implements Serializable

Class org.apache.axis.schema.SchemaVersion2001 implements Serializable


Package org.apache.axis.server

Class org.apache.axis.server.AxisServer implements Serializable

Serialized Fields

clientEngine

AxisEngine clientEngine
the AxisClient to be used by outcalling Services


running

boolean running
Is this server active? If this is false, any requests will cause a SOAP Server fault to be generated.

Class org.apache.axis.server.ParamList implements Serializable

Class org.apache.axis.server.Transport implements Serializable


Package org.apache.axis.soap

Class org.apache.axis.soap.SOAP11Constants implements Serializable

Class org.apache.axis.soap.SOAP12Constants implements Serializable


Package org.apache.axis.transport.http

Class org.apache.axis.transport.http.AdminServlet implements Serializable

Class org.apache.axis.transport.http.AxisServlet implements Serializable

Serialized Fields

transportName

java.lang.String transportName

securityProvider

ServletSecurityProvider securityProvider

enableList

boolean enableList
Should we enable the "?list" functionality on GETs? (off by default because deployment information is a potential security hole)


jwsClassDir

java.lang.String jwsClassDir
Cached path to JWS output directory

Class org.apache.axis.transport.http.AxisServletBase implements Serializable

Serialized Fields

axisServer

AxisServer axisServer
per-instance cache of the axis server


webInfPath

java.lang.String webInfPath
Cached path to our WEB-INF directory


homeDir

java.lang.String homeDir
Cached path to our "root" dir


isDevelopment

boolean isDevelopment
flag set to true for a 'production' server

Class org.apache.axis.transport.http.CommonsHTTPSender implements Serializable

Serialized Fields

connectionManager

HttpConnectionManager connectionManager

Class org.apache.axis.transport.http.HTTPSender implements Serializable


Package org.apache.axis.transport.java

Class org.apache.axis.transport.java.JavaSender implements Serializable


Package org.apache.axis.transport.jms

Class org.apache.axis.transport.jms.InvokeException implements Serializable

Class org.apache.axis.transport.jms.InvokeTimeoutException implements Serializable

Class org.apache.axis.transport.jms.JMSSender implements Serializable


Package org.apache.axis.transport.local

Class org.apache.axis.transport.local.LocalResponder implements Serializable

Class org.apache.axis.transport.local.LocalSender implements Serializable

Serialized Fields

server

AxisServer server


Package org.apache.axis.transport.mail

Class org.apache.axis.transport.mail.MailSender implements Serializable

Serialized Fields

uuidGen

UUIDGen uuidGen

prop

java.util.Properties prop

session

javax.mail.Session session


Package org.apache.axis.types

Class org.apache.axis.types.Day implements Serializable

Serialized Fields

day

int day

timezone

java.lang.String timezone

Class org.apache.axis.types.Duration implements Serializable

Serialized Fields

isNegative

boolean isNegative

years

int years

months

int months

days

int days

hours

int hours

minutes

int minutes

seconds

double seconds

Class org.apache.axis.types.Entities implements Serializable

Serialized Fields

entities

Entity[] entities

Class org.apache.axis.types.Entity implements Serializable

Class org.apache.axis.types.HexBinary implements Serializable

Serialized Fields

m_value

byte[] m_value

Class org.apache.axis.types.Id implements Serializable

Class org.apache.axis.types.IDRef implements Serializable

Class org.apache.axis.types.IDRefs implements Serializable

Serialized Fields

idrefs

IDRef[] idrefs

Class org.apache.axis.types.Language implements Serializable

Class org.apache.axis.types.Month implements Serializable

Serialized Fields

month

int month

timezone

java.lang.String timezone

Class org.apache.axis.types.MonthDay implements Serializable

Serialized Fields

month

int month

day

int day

timezone

java.lang.String timezone

Class org.apache.axis.types.Name implements Serializable

Class org.apache.axis.types.NCName implements Serializable

Class org.apache.axis.types.NegativeInteger implements Serializable

Serialized Fields

zero

java.math.BigInteger zero
validate the value against the xsd definition

Class org.apache.axis.types.NMToken implements Serializable

Class org.apache.axis.types.NMTokens implements Serializable

Serialized Fields

tokens

NMToken[] tokens

Class org.apache.axis.types.NonNegativeInteger implements Serializable

Serialized Fields

zero

java.math.BigInteger zero
validate the value against the xsd definition

Class org.apache.axis.types.NonPositiveInteger implements Serializable

Serialized Fields

zero

java.math.BigInteger zero
validate the value against the xsd definition

Class org.apache.axis.types.NormalizedString implements Serializable

Serialized Fields

m_value

java.lang.String m_value

Class org.apache.axis.types.Notation implements Serializable

Serialized Fields

name

NCName name

publicURI

URI publicURI

systemURI

URI systemURI

Class org.apache.axis.types.PositiveInteger implements Serializable

Serialized Fields

iMinInclusive

java.math.BigInteger iMinInclusive
validate the value against the xsd definition

Class org.apache.axis.types.Schema implements Serializable

Serialized Fields

_any

MessageElement[] _any

targetNamespace

URI targetNamespace

version

NormalizedString version

id

Id id

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.apache.axis.types.Time implements Serializable

Serialized Fields

_value

java.util.Calendar _value

Class org.apache.axis.types.Token implements Serializable

Class org.apache.axis.types.UnsignedByte implements Serializable

Class org.apache.axis.types.UnsignedInt implements Serializable

Serialized Fields

lValue

java.lang.Long lValue

__equalsCalc

java.lang.Object __equalsCalc

Class org.apache.axis.types.UnsignedLong implements Serializable

Serialized Fields

lValue

java.lang.Double lValue

__equalsCalc

java.lang.Object __equalsCalc

Class org.apache.axis.types.UnsignedShort implements Serializable

Class org.apache.axis.types.URI implements Serializable

Serialized Fields

m_scheme

java.lang.String m_scheme
Stores the scheme (usually the protocol) for this URI.


m_userinfo

java.lang.String m_userinfo
If specified, stores the userinfo for this URI; otherwise null


m_host

java.lang.String m_host
If specified, stores the host for this URI; otherwise null


m_port

int m_port
If specified, stores the port for this URI; otherwise -1


m_path

java.lang.String m_path
If specified, stores the path for this URI; otherwise null


m_queryString

java.lang.String m_queryString
If specified, stores the query string for this URI; otherwise null.


m_fragment

java.lang.String m_fragment
If specified, stores the fragment for this URI; otherwise null

Class org.apache.axis.types.URI.MalformedURIException implements Serializable

Class org.apache.axis.types.Year implements Serializable

Serialized Fields

year

int year

timezone

java.lang.String timezone

Class org.apache.axis.types.YearMonth implements Serializable

Serialized Fields

year

int year

month

int month

timezone

java.lang.String timezone


Package org.apache.axis.utils

Class org.apache.axis.utils.IdentityHashMap implements Serializable

Class org.apache.axis.utils.JavaUtils.HolderException implements Serializable

Class org.apache.axis.utils.LockableHashtable implements Serializable

Serialized Fields

lockedEntries

java.util.Vector lockedEntries
Stores the keys of the locked entries


parent

java.util.Hashtable parent
Place to look for properties which we don't find locally.

Class org.apache.axis.utils.Mapping implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI

namespaceHash

int namespaceHash

prefix

java.lang.String prefix

prefixHash

int prefixHash

Class org.apache.axis.utils.tcpmon implements Serializable

Serialized Fields

notebook

javax.swing.JTabbedPane notebook

Class org.apache.axis.utils.URLHashSet implements Serializable


Package org.apache.axis.wsdl.fromJava

Class org.apache.axis.wsdl.fromJava.Namespaces implements Serializable

Serialized Fields

prefixCount

int prefixCount

namespacePrefixMap

java.util.HashMap namespacePrefixMap


Package org.apache.axis.wsdl.symbolTable

Class org.apache.axis.wsdl.symbolTable.BaseType implements Serializable

Class org.apache.axis.wsdl.symbolTable.CollectionElement implements Serializable

Class org.apache.axis.wsdl.symbolTable.CollectionType implements Serializable

Class org.apache.axis.wsdl.symbolTable.DefinedElement implements Serializable

Class org.apache.axis.wsdl.symbolTable.DefinedType implements Serializable

Serialized Fields

extensionBase

TypeEntry extensionBase

Class org.apache.axis.wsdl.symbolTable.Element implements Serializable

Class org.apache.axis.wsdl.symbolTable.Type implements Serializable

Class org.apache.axis.wsdl.symbolTable.TypeEntry implements Serializable

Serialized Fields

node

org.w3c.dom.Node node

refType

TypeEntry refType

dims

java.lang.String dims

undefined

boolean undefined

isBaseType

boolean isBaseType

isSimpleType

boolean isSimpleType

onlyLiteralReference

boolean onlyLiteralReference

Class org.apache.axis.wsdl.symbolTable.UndefinedElement implements Serializable

Serialized Fields

delegate

UndefinedDelegate delegate

Class org.apache.axis.wsdl.symbolTable.UndefinedType implements Serializable

Serialized Fields

delegate

UndefinedDelegate delegate


Package org.apache.axis.wsdl.toJava

Class org.apache.axis.wsdl.toJava.DuplicateFileException implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.apache.axis.wsdl.toJava.Namespaces implements Serializable

Serialized Fields

root

java.lang.String root

defaultPackage

java.lang.String defaultPackage



Copyright © 2003 Apache Web Services Project. All Rights Reserved.