Serialized Form


Package javax.xml.rpc

Class javax.xml.rpc.JAXRPCException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.rpc.ServiceException implements Serializable

Serialized Fields

cause

java.lang.Throwable 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.SOAPFault 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

Class javax.xml.rpc.soap.SOAPHeaderFault 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


Package javax.xml.soap

Class javax.xml.soap.SOAPException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


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

faultString

java.lang.String faultString

faultActor

java.lang.String faultActor

faultDetails

java.util.Vector faultDetails

Class org.apache.axis.ConfigurationException implements Serializable

Class org.apache.axis.FaultableHandler implements Serializable

Serialized Fields

workHandler

Handler workHandler

Class org.apache.axis.InternalException implements Serializable

Class org.apache.axis.NoEndPointException implements Serializable

Class org.apache.axis.SerializationException implements Serializable

Class org.apache.axis.SimpleChain implements Serializable

Serialized Fields

handlers

java.util.Vector handlers

invoked

boolean invoked

Class org.apache.axis.SimpleTargetedChain implements Serializable

Serialized Fields

requestHandler

Handler requestHandler

pivotHandler

Handler pivotHandler

responseHandler

Handler responseHandler


Package org.apache.axis.client

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

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

Serialized Fields

wsdlLocation

java.net.URL wsdlLocation

wsdlDefinition

javax.wsdl.Definition wsdlDefinition

wsdlService

javax.wsdl.Service wsdlService

maintainSession

boolean maintainSession


Package org.apache.axis.deployment

Class org.apache.axis.deployment.DeploymentException implements Serializable

Class org.apache.axis.deployment.DeploymentRegistry implements Serializable


Package org.apache.axis.deployment.v2dd

Class org.apache.axis.deployment.v2dd.V2DDDeployableItem implements Serializable

Serialized Fields

service

V2DDService service

qname

QName qname

Class org.apache.axis.deployment.v2dd.V2DDElement implements Serializable

Serialized Fields

elements

java.util.Hashtable elements

element

org.w3c.dom.Element element

Class org.apache.axis.deployment.v2dd.V2DDException implements Serializable

Class org.apache.axis.deployment.v2dd.V2DDFaultListener implements Serializable

Class org.apache.axis.deployment.v2dd.V2DDMap implements Serializable

Serialized Fields

qname

QName qname

Class org.apache.axis.deployment.v2dd.V2DDMappings implements Serializable

Class org.apache.axis.deployment.v2dd.V2DDOption implements Serializable

Class org.apache.axis.deployment.v2dd.V2DDProvider implements Serializable

Serialized Fields

options

LockableHashtable options

Class org.apache.axis.deployment.v2dd.V2DDService implements Serializable


Package org.apache.axis.deployment.v2dd.providers

Class org.apache.axis.deployment.v2dd.providers.V2DDComProvider implements Serializable

Class org.apache.axis.deployment.v2dd.providers.V2DDJavaProvider implements Serializable

Class org.apache.axis.deployment.v2dd.providers.V2DDScriptProvider 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.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.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

int style
Style - document or RPC (the default)

cachedService

SOAPService cachedService

providerQName

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

desc

ServiceDesc desc

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

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

Serialized Fields

this$0

ArrayDeserializer this$0

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

Serialized Fields

componentQName

QName componentQName

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

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

share

boolean share

deser

Deserializer deser

xmlType

QName xmlType

javaType

java.lang.Class javaType

deserClassConstructor

java.lang.reflect.Constructor deserClassConstructor

getDeserializer

java.lang.reflect.Method getDeserializer

firstCall

boolean firstCall

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

Serialized Fields

serClass

java.lang.Class serClass

share

boolean share

ser

Serializer ser

xmlType

QName xmlType

javaType

java.lang.Class javaType

serClassConstructor

java.lang.reflect.Constructor serClassConstructor

getSerializer

java.lang.reflect.Method getSerializer

firstCall

boolean firstCall

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

Serialized Fields

xmlType

QName xmlType

javaType

java.lang.Class javaType

propertyMap

java.util.HashMap propertyMap

prevQName

QName prevQName

typeDesc

TypeDesc typeDesc
Type metadata about this class for XML deserialization

collectionIndex

int collectionIndex

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

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

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

Serialized Fields

constructor

java.lang.reflect.Constructor constructor

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

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

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

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

Serialized Fields

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

wsdlStart

java.lang.String wsdlStart

wsdlEnd

java.lang.String wsdlEnd

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

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

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

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

Serialized Fields

start

long start

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

curSessionID

long curSessionID

reapPeriodicity

long reapPeriodicity

lastReapTime

long lastReapTime

defaultSessionTimeout

int defaultSessionTimeout


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.

tmr

TypeMappingRegistry tmr
Service-specific type mappings

serviceDescription

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

engine

AxisEngine engine


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

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


Package org.apache.axis.providers.java

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

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

Serialized Fields

classNameOption

java.lang.String classNameOption

allowedMethodsOption

java.lang.String allowedMethodsOption

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

Class org.apache.axis.providers.java.RPCProvider 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.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

engine

AxisEngine engine

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)

isDebug

boolean isDebug

webInfPath

java.lang.String webInfPath

jwsClassDir

java.lang.String jwsClassDir

homeDir

java.lang.String homeDir

Class org.apache.axis.transport.http.HTTPSender 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.utils

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

Serialized Fields

notebook

javax.swing.JTabbedPane notebook


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

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

Serialized Fields

root

java.lang.String root

defaultPackage

java.lang.String defaultPackage



Copyright © 2001 Apache XML Project. All Rights Reserved.