Serialized Form


Package javax.xml.namespace

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

Serialization Methods

readObject

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

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

namespaceURI

String namespaceURI

localPart

String localPart

prefix

String prefix

Package javax.xml.rpc

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

Serialized Fields

cause

Throwable cause
The cause of this error.

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

Serialized Fields

cause

Throwable cause
The cause of this exception.


Package javax.xml.rpc.encoding

Package javax.xml.rpc.handler

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

Serialized Fields

handlerClass

Class handlerClass
Handler Class.


config

Map config
Configuration Map.


headers

QName[] headers
Headers.


Package javax.xml.rpc.soap

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

Serialized Fields

faultcode

QName faultcode
Qualified name of the faultcode.


faultstring

String faultstring
The faultstring element of the SOAP fault.


faultactor

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

Serialized Fields

cause

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

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

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

Serialized Fields

faultCode

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.

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

Serialized Fields

containedException

Exception containedException
The contained exception if present.


stackTrace

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

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

Serialized Fields

messageType

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

Hashtable mProps

Class org.apache.axis.NoEndPointException extends AxisFault 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

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

Serialized Fields

currentForm

int currentForm

mimeHeaders

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


currentEncoding

String currentEncoding
default message encoding charset


currentMessageAsString

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.


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


Package org.apache.axis.attachments

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

Serialized Fields

datahandler

DataHandler datahandler
The data handler.

TODO: make private?


mimeHeaders

MimeHeaders mimeHeaders
Field mimeHeaders.


contentObject

Object 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

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

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.


_streams

IncomingAttachmentStreams _streams
Used to distribute attachment streams without caching them.


_askedForAttachments

boolean _askedForAttachments

_askedForStreams

boolean _askedForStreams

multipart

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

Serialized Fields

serviceName

QName serviceName

wsdlLocation

String wsdlLocation

wsdlService

javax.wsdl.Service wsdlService

maintainSession

boolean maintainSession

registry

Service.HandlerRegistryImpl registry

wsdlParser

Parser wsdlParser

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.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(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException - if the stream raises it
ClassNotFoundException - if the stream raises it

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException - if the stream raises it

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

serialVersionUID: 3380552487888102930L

Serialization Methods

readExternal

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

Throws:
IOException - if the stream raises it
ClassNotFoundException - if the stream raises it

writeExternal

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

Throws:
IOException - if the stream raises it

Package org.apache.axis.constants

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

Serialized Fields

type

Enum.Type type

value

int value

name

String name

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

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

name

String name

enums

Enum[] enums

dephault

Enum dephault

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

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
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 Object readResolve()
                    throws ObjectStreamException
Throws:
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 Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

encoding

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

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

HashMap handlers

services

HashMap services

transports

HashMap transports

typeMappings

HashMap 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

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

roles

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

String _classname

_map

Map _map

_headers

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?


roles

List roles
Which roles does this service support?


descriptionURL

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

String serializer

deserializer

String deserializer

typeQName

QName typeQName

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

Serialized Fields

name

String name

qname

QName qname

parameters

ArrayList parameters

className

String className

xmlType

QName xmlType

complex

boolean complex

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

Serialized Fields

fieldName

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

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

Serialized Fields

name

String name
The name of this service


documentation

String documentation
The documentation of this service


style

Style style
Style/Use


use

Use use

useSet

boolean useSet

operations

ArrayList operations
Our operations - a list of OperationDescs


namespaceMappings

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


wsdlFileName

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

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

HashMap properties
Place to store user-extensible service-related properties


name2OperationsMap

HashMap name2OperationsMap
Lookup caches


qname2OperationsMap

HashMap qname2OperationsMap

allowedMethods

List allowedMethods
null allows everything, an empty ArrayList allows nothing


disallowedMethods

List disallowedMethods
List if disallowed methods


implClass

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

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


messageServiceDefaultOp

OperationDesc messageServiceDefaultOp

completedNames

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

parent

ServiceDesc parent
The service we're a part of


parameters

ArrayList parameters
Parameter list


name

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

String soapAction
A unique SOAPAction value for this operation


faults

ArrayList faults
Faults for this operation


returnDesc

ParameterDesc returnDesc

messageOperationStyle

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


documentation

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
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

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


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

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

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

HashMap fieldNameMap
A cache of FieldDescs by name


fieldElementMap

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

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

Object value

debugEnabled

boolean debugEnabled

isEnded

boolean isEnded

targets

Vector targets

defaultType

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.TypeMappingDelegate extends Object implements Serializable

Serialized Fields

delegate

TypeMappingImpl delegate

next

TypeMappingDelegate next

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

Serialized Fields

qName2Pair

HashMap qName2Pair

class2Pair

HashMap class2Pair

pair2SF

HashMap pair2SF

pair2DF

HashMap pair2DF

namespaces

ArrayList namespaces

doAutoTypes

Boolean doAutoTypes

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

Serialized Fields

javaType

Class javaType

xmlType

QName xmlType

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

Serialized Fields

mapTM

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

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

Serialized Fields

componentXmlType

QName componentXmlType

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

Serialized Fields

xmlType

QName xmlType

javaType

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

Serialized Fields

xmlType

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

QName xmlType

javaType

Class javaType

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

Serialized Fields

serClass

Class serClass

xmlType

QName xmlType

javaType

Class javaType

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

Serialized Fields

val

CharArrayWriter val

xmlType

QName xmlType

javaType

Class javaType

propertyMap

Map propertyMap

prevQName

QName prevQName

constructorToUse

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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

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

Serialized Fields

xmlType

QName xmlType

javaType

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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
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 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 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 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 SimpleDeserializer implements Serializable

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

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

QName xmlType

javaType

Class javaType

typeDesc

TypeDesc typeDesc

context

DeserializationContext context

cacheStringDSer

SimpleDeserializer cacheStringDSer

cacheXMLType

QName cacheXMLType

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

isBasicType

boolean isBasicType

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

Serialized Fields

val

StringBuffer val

constructor

Constructor constructor

propertyMap

Map propertyMap

attributeMap

HashMap attributeMap

context

DeserializationContext context

xmlType

QName xmlType

javaType

Class javaType

typeDesc

TypeDesc typeDesc

cacheStringDSer

SimpleListDeserializer cacheStringDSer

cacheXMLType

QName cacheXMLType

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

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

clazzType

Class clazzType

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

Serialized Fields

xmlType

QName xmlType

javaType

Class javaType

propertyDescriptor

BeanPropertyDescriptor[] propertyDescriptor

typeDesc

TypeDesc typeDesc

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

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

Serialized Fields

xmlType

QName xmlType

javaType

Class javaType

propertyDescriptor

BeanPropertyDescriptor[] propertyDescriptor

typeDesc

TypeDesc typeDesc

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

Serialized Fields

isBasicType

boolean isBasicType

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.TimeDeserializer extends SimpleDeserializer implements Serializable

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

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

Class org.apache.axis.encoding.ser.TimeSerializerFactory extends BaseSerializerFactory 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.encoding.ser.castor

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

Serialized Fields

xmlType

QName xmlType

javaType

Class javaType

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

Class org.apache.axis.encoding.ser.castor.CastorEnumTypeDeserializer extends DeserializerImpl implements Serializable

Serialized Fields

xmlType

QName xmlType

javaType

Class javaType

Class org.apache.axis.encoding.ser.castor.CastorEnumTypeDeserializerFactory extends BaseDeserializerFactory implements Serializable

Class org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializer extends Object implements Serializable

Class org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializerFactory extends BaseSerializerFactory implements Serializable

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

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


Package org.apache.axis.encoding.ser.xbeans

Class org.apache.axis.encoding.ser.xbeans.XmlBeanDeserializer extends DeserializerImpl implements Serializable

Serialized Fields

mJavaType

Class mJavaType

Class org.apache.axis.encoding.ser.xbeans.XmlBeanDeserializerFactory extends BaseDeserializerFactory implements Serializable

Class org.apache.axis.encoding.ser.xbeans.XmlBeanSerializer extends Object implements Serializable

Class org.apache.axis.encoding.ser.xbeans.XmlBeanSerializerFactory extends BaseSerializerFactory implements Serializable


Package org.apache.axis.enum

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

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

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


Package org.apache.axis.handlers

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

Serialized Fields

makeLockable

boolean makeLockable

options

Hashtable options

name

String name

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

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

Serialized Fields

wsdlStart1

String wsdlStart1

wsdlStart

String wsdlStart

wsdlEnd

String wsdlEnd

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

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

Serialized Fields

_roles

String[] _roles

falseIndex

int falseIndex

handlerInfos

List handlerInfos

Class org.apache.axis.handlers.HandlerInfoChainFactory extends Object implements Serializable

Serialized Fields

handlerInfos

List handlerInfos

_roles

String[] _roles

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

Serialized Fields

impl

HandlerChainImpl impl

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

Serialized Fields

OPTION_JWS_FILE_EXTENSION

String OPTION_JWS_FILE_EXTENSION

DEFAULT_JWS_FILE_EXTENSION

String DEFAULT_JWS_FILE_EXTENSION

soapServices

Map soapServices

classloaders

Map classloaders

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

Serialized Fields

start

long start

writeToConsole

boolean writeToConsole

filename

String filename

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

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

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

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

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

Serialized Fields

activeSessions

Hashtable activeSessions

reapPeriodicity

long reapPeriodicity

lastReapTime

long lastReapTime

defaultSessionTimeout

int defaultSessionTimeout

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


Package org.apache.axis.handlers.http

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

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

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


Package org.apache.axis.handlers.soap

Class org.apache.axis.handlers.soap.MustUnderstandChecker extends BasicHandler implements Serializable

Serialized Fields

service

SOAPService service

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

Serialized Fields

validTransports

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

serviceObjects

Map serviceObjects
A list of our active service objects (these can have lifetimes and be reaped)


nextObjectID

int nextObjectID

isRunning

boolean isRunning

actors

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


Package org.apache.axis.message

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

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

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

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

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

Serialized Fields

inputStream

InputStream inputStream

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

Serialized Fields

id

String id

href

String href

_isRoot

boolean _isRoot

message

SOAPEnvelope message

qNameAttrs

Vector qNameAttrs

startEventIndex

int startEventIndex

startContentsIndex

int startContentsIndex

endEventIndex

int endEventIndex

namespaces

ArrayList namespaces

encodingStyle

String encodingStyle
Our encoding style, if any


objectValue

Object objectValue
Object value, possibly supplied by subclass


fixupDeserializer

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

Class org.apache.axis.message.MimeHeaders extends MimeHeaders implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.axis.message.NodeImpl extends Object implements Serializable

Serialized Fields

name

String name

prefix

String prefix

namespaceURI

String namespaceURI

document

Document document

parent

NodeImpl parent

children

ArrayList children

textRep

CharacterData textRep

_isDirty

boolean _isDirty

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

Serialized Fields

needDeser

boolean needDeser

operations

OperationDesc[] operations

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

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

value

Object value

countSetCalls

int countSetCalls

paramDesc

ParameterDesc paramDesc

wantXSIType

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

Serialized Fields

soapConstants

SOAPConstants soapConstants

disableFormatting

boolean disableFormatting

doSAAJEncodingCompliance

boolean doSAAJEncodingCompliance

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

Class org.apache.axis.message.SOAPDocumentImpl extends Object implements Serializable

Serialized Fields

delegate

Document delegate

soapPart

SOAPPart soapPart

features

String[] features

version

String version

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

Serialized Fields

header

SOAPHeader header

body

SOAPBody body

trailers

Vector trailers

soapConstants

SOAPConstants soapConstants

schemaVersion

SchemaVersion schemaVersion

messageType

String messageType

recorded

boolean recorded

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

Serialized Fields

fault

AxisFault fault

prefix

String prefix

locale

Locale locale

detail

Detail detail

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

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

Serialized Fields

soapConstants

SOAPConstants soapConstants

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

Serialized Fields

processed

boolean processed

actor

String actor

mustUnderstand

boolean mustUnderstand

relay

boolean relay

alreadySerialized

boolean alreadySerialized

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


Package org.apache.axis.monitor

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


Package org.apache.axis.providers

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

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

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


Package org.apache.axis.providers.java

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

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

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

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

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

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


Package org.apache.axis.schema

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

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

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


Package org.apache.axis.server

Class org.apache.axis.server.AxisServer extends AxisEngine 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 extends Vector implements Serializable

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


Package org.apache.axis.server.standalone

Class org.apache.axis.server.standalone.QuitHandler extends BasicHandler implements Serializable

Class org.apache.axis.server.standalone.ServerException extends Exception implements Serializable

serialVersionUID: 2996112474203025829L


Package org.apache.axis.server.standalone.cli

Class org.apache.axis.server.standalone.cli.ConfiguratorException extends Exception implements Serializable

serialVersionUID: 664045878448812254L


Package org.apache.axis.soap

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

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


Package org.apache.axis.transport.http

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

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

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

Serialized Fields

transportName

String transportName

transport

Handler transport

securityProvider

ServletSecurityProvider securityProvider

servicesPath

String servicesPath

enableList

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


disableServicesList

boolean disableServicesList
Should we turn off the list of services when we receive a GET at the servlet root?


jwsClassDir

String jwsClassDir
Cached path to JWS output directory

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

Serialized Fields

axisServer

AxisServer axisServer
per-instance cache of the axis server


webInfPath

String webInfPath
Cached path to our WEB-INF directory


homeDir

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

Serialized Fields

connectionManager

org.apache.commons.httpclient.HttpConnectionManager connectionManager

clientProperties

CommonsHTTPClientProperties clientProperties

httpChunkStream

boolean httpChunkStream

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

Serialized Fields

targetURL

URL targetURL
the url; used for error reporting


Package org.apache.axis.transport.http.javanet

Class org.apache.axis.transport.http.javanet.JavaNetHTTPSender extends BasicHandler implements Serializable

serialVersionUID: 1L


Package org.apache.axis.transport.java

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


Package org.apache.axis.transport.jms

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

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

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


Package org.apache.axis.transport.local

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

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

Serialized Fields

server

AxisServer server

Package org.apache.axis.transport.mail

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

Serialized Fields

uuidGen

UUIDGen uuidGen

prop

Properties prop

session

Session session

Package org.apache.axis.types

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

Serialized Fields

day

int day

timezone

String timezone

Class org.apache.axis.types.Duration extends Object 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 extends NCName implements Serializable

Serialized Fields

entities

Entity[] entities

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

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

Serialized Fields

m_value

byte[] m_value

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

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

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

Serialized Fields

idrefs

IDRef[] idrefs

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

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

Serialized Fields

month

int month

timezone

String timezone

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

Serialized Fields

month

int month

day

int day

timezone

String timezone

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

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

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

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html

Throws:
ObjectStreamException
Serialized Fields

zero

BigInteger zero
validate the value against the xsd definition

Class org.apache.axis.types.NegativeInteger.BigIntegerRep extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

array

byte[] array

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

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

Serialized Fields

tokens

NMToken[] tokens

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

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html

Throws:
ObjectStreamException
Serialized Fields

zero

BigInteger zero
validate the value against the xsd definition

Class org.apache.axis.types.NonNegativeInteger.BigIntegerRep extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

array

byte[] array

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

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html

Throws:
ObjectStreamException
Serialized Fields

zero

BigInteger zero
validate the value against the xsd definition

Class org.apache.axis.types.NonPositiveInteger.BigIntegerRep extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

array

byte[] array

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

Serialized Fields

m_value

String m_value

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

Serialized Fields

name

NCName name

publicURI

URI publicURI

systemURI

URI systemURI

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

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html

Throws:
ObjectStreamException
Serialized Fields

iMinInclusive

BigInteger iMinInclusive
validate the value against the xsd definition

Class org.apache.axis.types.PositiveInteger.BigIntegerRep extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

array

byte[] array

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

Serialized Fields

_any

MessageElement[] _any

targetNamespace

URI targetNamespace

version

NormalizedString version

id

Id id

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

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

Serialized Fields

_value

Calendar _value

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

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

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

Serialized Fields

lValue

Long lValue

__equalsCalc

Object __equalsCalc

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

Serialized Fields

lValue

BigInteger lValue

__equalsCalc

Object __equalsCalc

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

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

serialVersionUID: 1601921774685357214L

Serialized Fields

m_scheme

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


m_userinfo

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


m_host

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_regAuthority

String m_regAuthority
If specified, stores the registry based authority for this URI; otherwise -1


m_path

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


m_queryString

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


m_fragment

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

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

serialVersionUID: -6695054834342951930L

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

Serialized Fields

year

int year

timezone

String timezone

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

Serialized Fields

year

int year

month

int month

timezone

String timezone

Package org.apache.axis.utils

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

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

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

Serialized Fields

lockedEntries

Vector lockedEntries
Stores the keys of the locked entries


parent

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

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

Serialized Fields

namespaceURI

String namespaceURI

prefix

String prefix

Class org.apache.axis.utils.SOAPMonitor extends JFrame implements Serializable

Serialized Fields

main_panel

JPanel main_panel
Private data


tabbed_pane

JTabbedPane tabbed_pane
Field tabbed_pane


top_pane

JTabbedPane top_pane
Field top_pane


port

int port
Field port


axisHost

String axisHost
Field axisHost


axisPort

int axisPort
Field axisPort


axisURL

String axisURL
Field axisURL


pages

Vector pages
Field pages


titleStr

String titleStr
Field titleStr


set_panel

JPanel set_panel
Field set_panel


titleLabel

JLabel titleLabel
Field titleLabel


add_btn

JButton add_btn
Field add_btn


del_btn

JButton del_btn
Field del_btn


save_btn

JButton save_btn
Field save_btn


login_btn

JButton login_btn
Field login_btn


model1

DefaultListModel model1
Field model1


model2

DefaultListModel model2
Field model2


list1

JList list1
Field list1


list2

JList list2
Field list2


serviceMap

HashMap serviceMap
Field serviceMap


originalDoc

Document originalDoc
Field originalDoc


adminClient

AdminClient adminClient
Field adminClient

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

Serialized Fields

notebook

JTabbedPane notebook

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


Package org.apache.axis.utils.cache

Class org.apache.axis.utils.cache.JavaClass extends Object implements Serializable

Serialized Fields

methods

Hashtable methods

jc

Class jc

Package org.apache.axis.wsdl

Class org.apache.axis.wsdl.SkeletonImpl extends Object implements Serializable


Package org.apache.axis.wsdl.fromJava

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

Serialized Fields

prefixCount

int prefixCount
Field prefixCount


namespacePrefixMap

HashMap namespacePrefixMap
Field namespacePrefixMap


Package org.apache.axis.wsdl.symbolTable

Class org.apache.axis.wsdl.symbolTable.BackslashUtil extends Object implements Serializable

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

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

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

Serialized Fields

wrapped

boolean wrapped
Field wrapped

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

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

Serialized Fields

extensionBase

TypeEntry extensionBase
Field extensionBase


searchedForExtensionBase

boolean searchedForExtensionBase
Field searchedForExtensionBase

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

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

Serialized Fields

generated

boolean generated

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

Serialized Fields

node

Node node
Field node


refType

TypeEntry refType
Field refType


dims

String dims
Field dims


underlTypeNillable

boolean underlTypeNillable

componentType

QName componentType

itemQName

QName itemQName
If this TypeEntry represents an array with elements inside a "wrapper" this field can optionally change the inner QName (default is ).


undefined

boolean undefined
Field undefined


isBaseType

boolean isBaseType
Field isBaseType


isSimpleType

boolean isSimpleType
Field isSimpleType


onlyLiteralReference

boolean onlyLiteralReference
Field onlyLiteralReference


types

HashSet types
Field types


containedElements

Vector containedElements
contained elements in the schema's type definition


containedAttributes

Vector containedAttributes
contained attributes in the schema's type definition

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

Serialized Fields

delegate

UndefinedDelegate delegate
Field delegate

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

Serialized Fields

delegate

UndefinedDelegate delegate
Field delegate


Package org.apache.axis.wsdl.toJava

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

Serialized Fields

filename

String filename
Field filename

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

Serialized Fields

root

String root
Field root


defaultPackage

String defaultPackage
Field defaultPackage


pkg2NamespacesMap

Map pkg2NamespacesMap
Field pkg2Namespaces : reverse mapping of Namespaces



Copyright © The Apache Software Foundation. All Rights Reserved.