Serialized Form
-
Package javax.xml.namespace
-
Class javax.xml.namespace.QName
class QName extends Object implements Serializable-
Serialization Methods
-
readObject
Ensure that deserialization properly interns the results.- Parameters:
in
- the ObjectInputStream to be read- Throws:
IOException
- if there was a failure in the object input streamClassNotFoundException
- if the class of any sub-objects could not be found
-
-
Serialized Fields
-
-
-
Package javax.xml.rpc
-
Exception Class javax.xml.rpc.JAXRPCException
class JAXRPCException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Throwable cause
The cause of this error.
-
-
-
Exception Class javax.xml.rpc.ServiceException
class 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
class HandlerInfo extends Object implements Serializable
-
-
Package javax.xml.rpc.soap
-
Exception Class javax.xml.rpc.soap.SOAPFaultException
class SOAPFaultException extends RuntimeException implements Serializable
-
-
Package javax.xml.soap
-
Exception Class javax.xml.soap.SOAPException
class SOAPException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.apache.axis
-
Class org.apache.axis.AxisEngine
class AxisEngine extends BasicHandler implements Serializable-
Serialized Fields
-
_hasSafePassword
boolean _hasSafePassword
Has the user changed the password yet? True if they have. -
actorURIs
ArrayList actorURIs
What actor URIs hold for the entire engine? Find them here. -
config
EngineConfiguration config
Our go-to guy for configuration... -
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. -
shouldSaveConfig
boolean shouldSaveConfig
Should we save the engine config each time we modify it? True if we should.
-
-
-
Exception Class org.apache.axis.AxisFault
class AxisFault extends RemoteException implements Serializable-
Serialized Fields
-
faultActor
String faultActor
-
faultCode
QName faultCode
-
faultDetails
Vector faultDetails
-
faultHeaders
ArrayList faultHeaders
SOAP headers which should be serialized with the Fault. -
faultNode
String faultNode
-
faultString
String faultString
-
faultSubCode
Vector faultSubCode
SOAP1.2 addition: subcodes of faults; a Vector of QNames
-
-
-
Exception Class org.apache.axis.ConfigurationException
class ConfigurationException extends IOException implements Serializable -
Class org.apache.axis.FaultableHandler
class FaultableHandler extends BasicHandler implements Serializable-
Serialized Fields
-
workHandler
Handler workHandler
TheHandler
that will do the actual work of handeling the fault.
-
-
-
Exception Class org.apache.axis.InternalException
class InternalException extends RuntimeException implements Serializable -
Class org.apache.axis.Message
class Message extends SOAPMessage implements Serializable-
Serialized Fields
-
headers
MimeHeaders headers
-
mAttachments
Attachments mAttachments
This Message's Attachments object, which manages the attachments contained in this Message. -
messageType
String messageType
The messageType indicates whether this is request or response. -
mProps
Hashtable mProps
-
msgContext
MessageContext msgContext
-
mSOAPPart
SOAPPart mSOAPPart
This Message's SOAPPart. Will always be here. -
saveRequired
boolean saveRequired
-
-
-
Exception Class org.apache.axis.NoEndPointException
class NoEndPointException extends AxisFault implements Serializable -
Class org.apache.axis.SimpleChain
class SimpleChain extends BasicHandler implements Serializable -
Class org.apache.axis.SimpleTargetedChain
class SimpleTargetedChain extends SimpleChain implements Serializable -
Class org.apache.axis.SOAPPart
class SOAPPart extends SOAPPart implements Serializable-
Serialized Fields
-
contentSource
Source contentSource
Field contentSource. -
currentEncoding
String currentEncoding
default message encoding charset -
currentForm
int currentForm
-
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."
-
currentMessageAsBytes
byte[] currentMessageAsBytes
-
currentMessageAsEnvelope
SOAPEnvelope currentMessageAsEnvelope
-
currentMessageAsString
String currentMessageAsString
-
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 -
mimeHeaders
MimeHeaders mimeHeaders
-
msgObject
Message msgObject
Message object this part is tied to. Used for serialization settings.
-
-
-
-
Package org.apache.axis.attachments
-
Class org.apache.axis.attachments.AttachmentPart
class AttachmentPart extends AttachmentPart implements Serializable-
Serialized Fields
-
attachmentFile
String attachmentFile
The name of a file used to store the data. -
contentObject
Object contentObject
-
datahandler
DataHandler datahandler
The data handler.TODO: make private?
-
mimeHeaders
MimeHeaders mimeHeaders
Field mimeHeaders.
-
-
-
Class org.apache.axis.attachments.AttachmentsImpl
class AttachmentsImpl extends Object implements Serializable-
Serialized Fields
-
_askedForAttachments
boolean _askedForAttachments
-
_askedForStreams
boolean _askedForStreams
-
_streams
IncomingAttachmentStreams _streams
Used to distribute attachment streams without caching them. -
attachments
HashMap attachments
Field attachments. -
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. -
dimemultipart
DimeMultiPart dimemultipart
-
mpartStream
MultiPartInputStream mpartStream
The actual stream to manage the multi-related input stream. -
multipart
javax.mail.internet.MimeMultipart multipart
multipart , cached entries for the stream of attachment that are going to be sent. -
orderedAttachments
LinkedList orderedAttachments
Field orderedAttachments. -
sendtype
int sendtype
The form of the attachments, whether MIME or DIME. -
soapPart
SOAPPart soapPart
Field soapPart. -
stackDataHandler
HashMap stackDataHandler
The HashMap for DataHandler Managements.
-
-
-
-
Package org.apache.axis.client
-
Class org.apache.axis.client.AxisClient
class AxisClient extends AxisEngine implements Serializable-
Serialized Fields
-
checker
MustUnderstandChecker checker
-
-
-
Class org.apache.axis.client.Service
class Service extends Object implements Serializable-
Serialized Fields
-
_call
Call _call
-
maintainSession
boolean maintainSession
-
registry
Service.HandlerRegistryImpl registry
-
serviceName
QName serviceName
-
transportImpls
Hashtable transportImpls
A Hashtable mapping addresses (URLs) to Transports (objects) -
wsdlLocation
String wsdlLocation
-
wsdlParser
Parser wsdlParser
-
wsdlService
javax.wsdl.Service wsdlService
-
-
-
Class org.apache.axis.client.Service.HandlerRegistryImpl
class HandlerRegistryImpl extends Object implements Serializable-
Serialized Fields
-
map
Map map
-
-
-
-
Package org.apache.axis.client.async
-
Class org.apache.axis.client.async.Status
class Status extends Enum implements Serializable -
Class org.apache.axis.client.async.Status.Type
class Type extends Enum.Type implements Serializable
-
-
Package org.apache.axis.collections
-
Class org.apache.axis.collections.LRUMap
class LRUMap extends SequencedHashMap implements Externalizable- serialVersionUID:
- 2197433140769957051L
-
Serialization Methods
-
readExternal
- Parameters:
in
- the stream to deserialize from- Throws:
IOException
- if the stream raises itClassNotFoundException
- if the stream raises it
-
writeExternal
- Parameters:
out
- the stream to serialize to- Throws:
IOException
- if the stream raises it
-
-
Class org.apache.axis.collections.SequencedHashMap
class SequencedHashMap extends Object implements Externalizable- serialVersionUID:
- 3380552487888102930L
-
Serialization Methods
-
readExternal
Deserializes this map from the given stream.- Parameters:
in
- the stream to deserialize from- Throws:
IOException
- if the stream raises itClassNotFoundException
- if the stream raises it
-
writeExternal
Serializes this map to the given stream.- Parameters:
out
- the stream to serialize to- Throws:
IOException
- if the stream raises it
-
-
-
Package org.apache.axis.components.image
-
Class org.apache.axis.components.image.JDK13IO
class JDK13IO extends Component implements Serializable -
Class org.apache.axis.components.image.MerlinIO
class MerlinIO extends Component implements Serializable
-
-
Package org.apache.axis.constants
-
Class org.apache.axis.constants.Enum
class Enum extends Object implements Serializable -
Class org.apache.axis.constants.Enum.Type
class Type extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class org.apache.axis.constants.Scope
class Scope extends Enum implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Class org.apache.axis.constants.Scope.Type
class Type extends Enum.Type implements Serializable -
Class org.apache.axis.constants.Style
class Style extends Enum implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
provider
QName provider
-
-
-
Class org.apache.axis.constants.Style.Type
class Type extends Enum.Type implements Serializable -
Class org.apache.axis.constants.Use
class Use extends Enum implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
encoding
String encoding
-
-
-
Class org.apache.axis.constants.Use.Type
class Type extends Enum.Type implements Serializable
-
-
Package org.apache.axis.deployment.wsdd
-
Class org.apache.axis.deployment.wsdd.WSDDArrayMapping
class WSDDArrayMapping extends WSDDTypeMapping implements Serializable-
Serialized Fields
-
innerType
QName innerType
array item type
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDBeanMapping
class WSDDBeanMapping extends WSDDTypeMapping implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDChain
class WSDDChain extends WSDDHandler implements Serializable-
Serialized Fields
-
handlers
Vector handlers
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDDeployableItem
class WSDDDeployableItem extends WSDDElement implements Serializable-
Serialized Fields
-
parameters
LockableHashtable parameters
Our parameters -
qname
QName qname
Our name -
scope
int scope
Scope for this item (default is singleton) -
singletonInstance
Handler singletonInstance
Placeholder for hanging on to singleton object -
type
QName type
Our type
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDDeployment
class WSDDDeployment extends WSDDElement implements Serializable-
Serialized Fields
-
engine
AxisEngine engine
-
globalConfig
WSDDGlobalConfiguration globalConfig
-
handlers
HashMap handlers
-
namespaceToServices
HashMap namespaceToServices
Mapping of namespaces -> services -
services
HashMap services
-
tmr
TypeMappingRegistry tmr
-
tmrDeployed
boolean tmrDeployed
-
transports
HashMap transports
-
typeMappings
HashMap typeMappings
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDDocumentation
class WSDDDocumentation extends WSDDElement implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDElement
class WSDDElement extends WSDDConstants implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception Class org.apache.axis.deployment.wsdd.WSDDException
class WSDDException extends ConfigurationException implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDFault
class WSDDFault extends WSDDElement implements Serializable-
Serialized Fields
-
desc
FaultDesc desc
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDFaultFlow
class WSDDFaultFlow extends WSDDChain implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
class WSDDGlobalConfiguration extends WSDDDeployableItem implements Serializable-
Serialized Fields
-
requestFlow
WSDDRequestFlow requestFlow
-
responseFlow
WSDDResponseFlow responseFlow
-
roles
ArrayList roles
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDHandler
class WSDDHandler extends WSDDDeployableItem implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
class WSDDJAXRPCHandlerInfo extends WSDDElement implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
class WSDDJAXRPCHandlerInfoChain extends WSDDHandler implements Serializable-
Serialized Fields
-
_hiChainFactory
HandlerInfoChainFactory _hiChainFactory
-
_hiList
ArrayList _hiList
-
_roles
String[] _roles
-
-
-
Exception Class org.apache.axis.deployment.wsdd.WSDDNonFatalException
class WSDDNonFatalException extends WSDDException implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDOperation
class WSDDOperation extends WSDDElement implements Serializable-
Serialized Fields
-
desc
OperationDesc desc
Holds all our actual data
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDParameter
class WSDDParameter extends WSDDElement implements Serializable-
Serialized Fields
-
parameter
ParameterDesc parameter
-
parent
OperationDesc parent
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDRequestFlow
class WSDDRequestFlow extends WSDDChain implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDResponseFlow
class WSDDResponseFlow extends WSDDChain implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDService
class WSDDService extends WSDDTargetedChain implements Serializable-
Serialized Fields
-
_wsddHIchain
WSDDJAXRPCHandlerInfoChain _wsddHIchain
-
desc
JavaServiceDesc desc
-
descriptionURL
String descriptionURL
-
faultFlows
Vector faultFlows
-
namespaces
Vector namespaces
Which namespaces should auto-dispatch to this service? -
operations
Vector operations
-
providerQName
QName providerQName
Our provider - used to figure out which Handler we use as a service pivot (see getInstance() below) -
roles
List roles
Which roles does this service support? -
sendType
int sendType
What attachment format should be used? -
streaming
boolean streaming
Is streaming (i.e. NO high-fidelity recording, deserialize on the fly) on for this service? -
style
Style style
Style - document, wrapped, message, or RPC (the default) -
tmr
TypeMappingRegistry tmr
-
typeMappings
Vector typeMappings
-
use
Use use
Use - encoded (the default) or literal
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDTargetedChain
class WSDDTargetedChain extends WSDDDeployableItem implements Serializable-
Serialized Fields
-
pivotQName
QName pivotQName
-
requestFlow
WSDDRequestFlow requestFlow
-
responseFlow
WSDDResponseFlow responseFlow
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDTransport
class WSDDTransport extends WSDDTargetedChain implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDTypeMapping
class WSDDTypeMapping extends WSDDElement implements Serializable -
Class org.apache.axis.deployment.wsdd.WSDDUndeployment
class WSDDUndeployment extends WSDDElement implements Serializable
-
-
Package org.apache.axis.description
-
Class org.apache.axis.description.AttributeDesc
class AttributeDesc extends FieldDesc implements Serializable -
Class org.apache.axis.description.ElementDesc
class ElementDesc extends FieldDesc implements Serializable-
Serialized Fields
-
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 -
maxOccurs
int maxOccurs
The maxOccurs value from the schema -
minOccurs
int minOccurs
The minOccurs value from the schema -
nillable
boolean nillable
The nillable value from the schema. By default, element cannot be nillable. -
unbounded
boolean unbounded
maxOccurs="unbounded"
-
-
-
Class org.apache.axis.description.FaultDesc
class FaultDesc extends Object implements Serializable -
Class org.apache.axis.description.FieldDesc
class FieldDesc extends Object implements Serializable-
Serialized Fields
-
_isElement
boolean _isElement
An indication of whether this should be an element or an attribute -
fieldName
String fieldName
The name of the Java field in question -
javaType
Class javaType
The Java type of this field -
minOccursIs0
boolean minOccursIs0
An indication that minoccurs is zero -
xmlName
QName xmlName
The XML QName this field maps to -
xmlType
QName xmlType
The XML Type this field maps to/from
-
-
-
Class org.apache.axis.description.JavaServiceDesc
class JavaServiceDesc extends Object implements Serializable-
Serialized Fields
-
allowedMethods
List allowedMethods
null allows everything, an empty ArrayList allows nothing -
completedNames
ArrayList completedNames
Method names for which we have completed any introspection necessary -
disallowedMethods
List disallowedMethods
List if disallowed methods -
documentation
String documentation
The documentation of this service -
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. -
haveAllSkeletonMethods
boolean haveAllSkeletonMethods
-
implClass
Class implClass
Implementation class -
introspectionComplete
boolean introspectionComplete
-
isSkeletonClass
boolean isSkeletonClass
Is the implementation a Skeleton? If this is true, it will generate a Fault to provide OperationDescs via WSDD. -
messageServiceDefaultOp
OperationDesc messageServiceDefaultOp
-
name
String name
The name of this service -
name2OperationsMap
HashMap name2OperationsMap
Lookup caches -
namespaceMappings
List namespaceMappings
A collection of namespaces which will map to this service -
operations
ArrayList operations
Our operations - a list of OperationDescs -
properties
HashMap properties
Place to store user-extensible service-related properties -
qname2OperationsMap
HashMap qname2OperationsMap
-
stopClasses
ArrayList stopClasses
Classes at which we should stop looking up the inheritance chain when introspecting -
style
Style style
Style/Use -
tm
TypeMapping tm
Our typemapping for resolving Javainvalid input: '<'->XML type issues -
tmr
TypeMappingRegistry tmr
-
use
Use use
-
useSet
boolean useSet
-
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....
-
-
-
Class org.apache.axis.description.OperationDesc
class OperationDesc extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
documentation
String documentation
The documentation for the operation -
elementQName
QName elementQName
An XML QName which should dispatch to this method -
faults
ArrayList faults
Faults for this 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 -
messageOperationStyle
int messageOperationStyle
If we're a message-style operation, what's our signature? -
name
String name
The operation name (String, or QName?) -
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 -
parameters
ArrayList parameters
Parameter list -
parent
ServiceDesc parent
The service we're a part of -
returnDesc
ParameterDesc returnDesc
-
soapAction
String soapAction
A unique SOAPAction value for this operation -
style
Style style
This operation's style/use. If null, we default to our parent's -
use
Use use
-
-
-
Class org.apache.axis.description.ParameterDesc
class ParameterDesc extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
documentation
String documentation
The documentation for the parameter -
inHeader
boolean inHeader
Indicates whether input/output values are stored in the header -
isReturn
boolean isReturn
Indicates if this ParameterDesc represents a return or normal parameter -
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
-
javaType
Class javaType
The Java type of this parameter -
mimeType
String mimeType
MIME type for this parameter, if there is one -
mode
byte mode
The Parameter mode (in, out, inout) -
nillable
boolean nillable
Indicates whether this parameter is nillable -
omittable
boolean omittable
Indicates whether this parameter may be omitted or not (i.e., it has minOccurs="0") -
order
int order
The order of this parameter (-1 indicates unordered) -
outHeader
boolean outHeader
-
typeEntry
TypeEntry typeEntry
A TypeEntry corresponding to this parameter -
typeQName
QName typeQName
The XML type of this parameter
-
-
-
Class org.apache.axis.description.TypeDesc
class TypeDesc extends Object implements Serializable-
Serialized Fields
-
_hasAttributes
boolean _hasAttributes
Are there any fields which are serialized as attributes? -
anyDesc
BeanPropertyDescriptor anyDesc
Indication if this type has support for xsd:any. -
canSearchParents
boolean canSearchParents
Can this instance search for metadata in parents of the type it describes? -
fieldElementMap
HashMap fieldElementMap
A cache of FieldDescs by Element QName -
fieldNameMap
HashMap fieldNameMap
A cache of FieldDescs by name -
fields
FieldDesc[] fields
The various fields in here -
hasSearchedParents
boolean hasSearchedParents
-
javaClassRef
WeakReference javaClassRef
WeakReference to the Java class for this type -
lookedForAny
boolean lookedForAny
Have we already introspected for the special "any" property desc? -
parentDesc
TypeDesc parentDesc
My superclass TypeDesc -
propertyDescriptors
BeanPropertyDescriptor[] propertyDescriptors
Introspected property descriptors -
propertyMap
Map propertyMap
Map with key = property descriptor name, value = descriptor -
xmlType
QName xmlType
The XML type QName for this type
-
-
-
-
Package org.apache.axis.encoding
-
Class org.apache.axis.encoding.DefaultJAXRPC11TypeMappingImpl
class DefaultJAXRPC11TypeMappingImpl extends DefaultTypeMappingImpl implements Serializable -
Class org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl
class DefaultSOAP12TypeMappingImpl extends DefaultSOAPEncodingTypeMappingImpl implements Serializable -
Class org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl
class DefaultSOAPEncodingTypeMappingImpl extends DefaultTypeMappingImpl implements Serializable -
Class org.apache.axis.encoding.DefaultTypeMappingImpl
class DefaultTypeMappingImpl extends TypeMappingImpl implements Serializable-
Serialized Fields
-
inInitMappings
boolean inInitMappings
-
-
-
Class org.apache.axis.encoding.DeserializerImpl
class DeserializerImpl extends SOAPHandler implements Serializable-
Serialized Fields
-
activeDeserializers
HashSet activeDeserializers
A set of sub-deserializers whose values must complete before our value is complete. -
componentsReadyFlag
boolean componentsReadyFlag
-
debugEnabled
boolean debugEnabled
-
defaultType
QName defaultType
-
id
String id
-
isEnded
boolean isEnded
-
isHref
boolean isHref
-
isNil
boolean isNil
-
targets
Vector targets
-
value
Object value
-
-
-
Class org.apache.axis.encoding.TypeMappingDelegate
class TypeMappingDelegate extends Object implements Serializable-
Serialized Fields
-
delegate
TypeMappingImpl delegate
-
next
TypeMappingDelegate next
-
-
-
Class org.apache.axis.encoding.TypeMappingImpl
class TypeMappingImpl extends Object implements Serializable -
Class org.apache.axis.encoding.TypeMappingImpl.Pair
class Pair extends Object implements Serializable -
Class org.apache.axis.encoding.TypeMappingRegistryImpl
class TypeMappingRegistryImpl extends Object implements Serializable-
Serialized Fields
-
defaultDelTM
TypeMappingDelegate defaultDelTM
-
isDelegated
boolean isDelegated
-
mapTM
HashMap mapTM
-
-
-
-
Package org.apache.axis.encoding.ser
-
Class org.apache.axis.encoding.ser.ArrayDeserializer
class ArrayDeserializer extends DeserializerImpl implements Serializable -
Class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
class ArrayListExtension extends ArrayList implements Serializable -
Class org.apache.axis.encoding.ser.ArrayDeserializerFactory
class ArrayDeserializerFactory extends BaseDeserializerFactory implements Serializable-
Serialized Fields
-
componentXmlType
QName componentXmlType
-
-
-
Class org.apache.axis.encoding.ser.ArraySerializer
class ArraySerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.ArraySerializerFactory
class ArraySerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.Base64Deserializer
class Base64Deserializer extends SimpleDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.Base64DeserializerFactory
class Base64DeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.Base64Serializer
class Base64Serializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.Base64SerializerFactory
class Base64SerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.BaseDeserializerFactory
class BaseDeserializerFactory extends BaseFactory implements Serializable -
Class org.apache.axis.encoding.ser.BaseSerializerFactory
class BaseSerializerFactory extends BaseFactory implements Serializable -
Class org.apache.axis.encoding.ser.BeanDeserializer
class BeanDeserializer extends DeserializerImpl implements Serializable-
Serialized Fields
-
cacheStringDSer
SimpleDeserializer cacheStringDSer
-
cacheXMLType
QName cacheXMLType
-
collectionIndex
int collectionIndex
-
constructorTarget
Target constructorTarget
Constructor Target object to use (if constructorToUse != null) -
constructorToUse
Constructor constructorToUse
Constructor if no default constructor -
javaType
Class javaType
-
prevQName
QName prevQName
-
propertyMap
Map propertyMap
-
typeDesc
TypeDesc typeDesc
Type metadata about this class for XML deserialization -
val
CharArrayWriter val
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.BeanDeserializerFactory
class BeanDeserializerFactory extends BaseDeserializerFactory implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
-
Class org.apache.axis.encoding.ser.BeanSerializer
class BeanSerializer extends Object implements Serializable-
Serialized Fields
-
javaType
Class javaType
-
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
-
typeDesc
TypeDesc typeDesc
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.BeanSerializerFactory
class BeanSerializerFactory extends BaseSerializerFactory implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
-
Class org.apache.axis.encoding.ser.CalendarDeserializer
class CalendarDeserializer extends SimpleDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.CalendarDeserializerFactory
class CalendarDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.CalendarSerializer
class CalendarSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.CalendarSerializerFactory
class CalendarSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.DateDeserializer
class DateDeserializer extends SimpleDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.DateDeserializerFactory
class DateDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.DateSerializer
class DateSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.DateSerializerFactory
class DateSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.DocumentDeserializer
class DocumentDeserializer extends DeserializerImpl implements Serializable -
Class org.apache.axis.encoding.ser.DocumentDeserializerFactory
class DocumentDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.DocumentSerializer
class DocumentSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.DocumentSerializerFactory
class DocumentSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.ElementDeserializer
class ElementDeserializer extends DeserializerImpl implements Serializable -
Class org.apache.axis.encoding.ser.ElementDeserializerFactory
class ElementDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.ElementSerializer
class ElementSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.ElementSerializerFactory
class ElementSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.EnumDeserializer
class EnumDeserializer extends SimpleDeserializer implements Serializable-
Serialized Fields
-
fromStringMethod
Method fromStringMethod
-
-
-
Class org.apache.axis.encoding.ser.EnumDeserializerFactory
class EnumDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.EnumSerializer
class EnumSerializer extends SimpleSerializer implements Serializable-
Serialized Fields
-
toStringMethod
Method toStringMethod
-
-
-
Class org.apache.axis.encoding.ser.EnumSerializerFactory
class EnumSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.HexDeserializer
class HexDeserializer extends SimpleDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.HexDeserializerFactory
class HexDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.HexSerializer
class HexSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.HexSerializerFactory
class HexSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.ImageDataHandlerDeserializer
class ImageDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.ImageDataHandlerSerializer
class ImageDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable -
Class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer
class JAFDataHandlerDeserializer extends DeserializerImpl implements Serializable -
Class org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
class JAFDataHandlerDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
class JAFDataHandlerSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory
class JAFDataHandlerSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.MapDeserializer
class MapDeserializer extends DeserializerImpl implements Serializable -
Class org.apache.axis.encoding.ser.MapDeserializerFactory
class MapDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.MapSerializer
class MapSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.MapSerializerFactory
class MapSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.MimeMultipartDataHandlerDeserializer
class MimeMultipartDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer
class MimeMultipartDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable -
Class org.apache.axis.encoding.ser.OctetStreamDataHandlerDeserializer
class OctetStreamDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer
class OctetStreamDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable -
Class org.apache.axis.encoding.ser.PlainTextDataHandlerDeserializer
class PlainTextDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.PlainTextDataHandlerSerializer
class PlainTextDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable -
Class org.apache.axis.encoding.ser.QNameDeserializer
class QNameDeserializer extends SimpleDeserializer implements Serializable-
Serialized Fields
-
context
DeserializationContext context
-
-
-
Class org.apache.axis.encoding.ser.QNameDeserializerFactory
class QNameDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.QNameSerializer
class QNameSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.QNameSerializerFactory
class QNameSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.SimpleDeserializer
class SimpleDeserializer extends DeserializerImpl implements Serializable-
Serialized Fields
-
attributeMap
HashMap attributeMap
-
cacheStringDSer
SimpleDeserializer cacheStringDSer
-
cacheXMLType
QName cacheXMLType
-
constructor
Constructor constructor
-
context
DeserializationContext context
-
javaType
Class javaType
-
propertyMap
Map propertyMap
-
typeDesc
TypeDesc typeDesc
-
val
CharArrayWriter val
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.SimpleDeserializerFactory
class SimpleDeserializerFactory extends BaseDeserializerFactory implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
isBasicType
boolean isBasicType
-
-
-
Class org.apache.axis.encoding.ser.SimpleListDeserializer
class SimpleListDeserializer extends SimpleDeserializer implements Serializable-
Serialized Fields
-
attributeMap
HashMap attributeMap
-
cacheStringDSer
SimpleListDeserializer cacheStringDSer
-
cacheXMLType
QName cacheXMLType
-
constructor
Constructor constructor
-
context
DeserializationContext context
-
javaType
Class javaType
-
propertyMap
Map propertyMap
-
typeDesc
TypeDesc typeDesc
-
val
StringBuffer val
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.SimpleListDeserializerFactory
class SimpleListDeserializerFactory extends BaseDeserializerFactory implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
clazzType
Class clazzType
-
-
-
Class org.apache.axis.encoding.ser.SimpleListSerializer
class SimpleListSerializer extends Object implements Serializable-
Serialized Fields
-
javaType
Class javaType
-
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
-
typeDesc
TypeDesc typeDesc
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.SimpleListSerializerFactory
class SimpleListSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.SimpleSerializer
class SimpleSerializer extends Object implements Serializable-
Serialized Fields
-
javaType
Class javaType
-
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
-
typeDesc
TypeDesc typeDesc
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.SimpleSerializerFactory
class SimpleSerializerFactory extends BaseSerializerFactory implements Serializable-
Serialized Fields
-
isBasicType
boolean isBasicType
-
-
-
Class org.apache.axis.encoding.ser.SourceDataHandlerDeserializer
class SourceDataHandlerDeserializer extends JAFDataHandlerDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.SourceDataHandlerSerializer
class SourceDataHandlerSerializer extends JAFDataHandlerSerializer implements Serializable -
Class org.apache.axis.encoding.ser.TimeDeserializer
class TimeDeserializer extends SimpleDeserializer implements Serializable -
Class org.apache.axis.encoding.ser.TimeDeserializerFactory
class TimeDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.TimeSerializer
class TimeSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.TimeSerializerFactory
class TimeSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.VectorDeserializer
class VectorDeserializer extends DeserializerImpl implements Serializable-
Serialized Fields
-
curIndex
int curIndex
-
-
-
Class org.apache.axis.encoding.ser.VectorDeserializerFactory
class VectorDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.VectorSerializer
class VectorSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.VectorSerializerFactory
class VectorSerializerFactory extends BaseSerializerFactory implements Serializable
-
-
Package org.apache.axis.encoding.ser.castor
-
Class org.apache.axis.encoding.ser.castor.CastorDeserializer
class CastorDeserializer extends DeserializerImpl implements Serializable -
Class org.apache.axis.encoding.ser.castor.CastorDeserializerFactory
class CastorDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.castor.CastorEnumTypeDeserializer
class CastorEnumTypeDeserializer extends DeserializerImpl implements Serializable -
Class org.apache.axis.encoding.ser.castor.CastorEnumTypeDeserializerFactory
class CastorEnumTypeDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializer
class CastorEnumTypeSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializerFactory
class CastorEnumTypeSerializerFactory extends BaseSerializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.castor.CastorSerializer
class CastorSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.castor.CastorSerializerFactory
class CastorSerializerFactory extends BaseSerializerFactory implements Serializable
-
-
Package org.apache.axis.encoding.ser.xbeans
-
Class org.apache.axis.encoding.ser.xbeans.XmlBeanDeserializer
class XmlBeanDeserializer extends DeserializerImpl implements Serializable-
Serialized Fields
-
mJavaType
Class mJavaType
-
-
-
Class org.apache.axis.encoding.ser.xbeans.XmlBeanDeserializerFactory
class XmlBeanDeserializerFactory extends BaseDeserializerFactory implements Serializable -
Class org.apache.axis.encoding.ser.xbeans.XmlBeanSerializer
class XmlBeanSerializer extends Object implements Serializable -
Class org.apache.axis.encoding.ser.xbeans.XmlBeanSerializerFactory
class XmlBeanSerializerFactory extends BaseSerializerFactory implements Serializable
-
-
Package org.apache.axis.handlers
-
Class org.apache.axis.handlers.BasicHandler
class BasicHandler extends Object implements Serializable -
Class org.apache.axis.handlers.DebugHandler
class DebugHandler extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.EchoHandler
class EchoHandler extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.ErrorHandler
class ErrorHandler extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.HandlerChainImpl
class HandlerChainImpl extends ArrayList implements Serializable -
Class org.apache.axis.handlers.HandlerInfoChainFactory
class HandlerInfoChainFactory extends Object implements Serializable -
Class org.apache.axis.handlers.JAXRPCHandler
class JAXRPCHandler extends BasicHandler implements Serializable-
Serialized Fields
-
impl
HandlerChainImpl impl
-
-
-
Class org.apache.axis.handlers.JWSHandler
class JWSHandler extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.LogHandler
class LogHandler extends BasicHandler implements Serializable-
Serialized Fields
-
filename
String filename
-
start
long start
-
writeToConsole
boolean writeToConsole
-
-
-
Class org.apache.axis.handlers.LogMessage
class LogMessage extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.MD5AttachHandler
class MD5AttachHandler extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.SimpleAuthenticationHandler
class SimpleAuthenticationHandler extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.SimpleAuthorizationHandler
class SimpleAuthorizationHandler extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.SimpleSessionHandler
class SimpleSessionHandler extends BasicHandler implements Serializable-
Serialized Fields
-
activeSessions
Hashtable activeSessions
-
defaultSessionTimeout
int defaultSessionTimeout
-
lastReapTime
long lastReapTime
-
reapPeriodicity
long reapPeriodicity
-
-
-
Class org.apache.axis.handlers.SOAPMonitorHandler
class SOAPMonitorHandler extends BasicHandler implements Serializable
-
-
Package org.apache.axis.handlers.http
-
Class org.apache.axis.handlers.http.HTTPActionHandler
class HTTPActionHandler extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.http.HTTPAuthHandler
class HTTPAuthHandler extends BasicHandler implements Serializable -
Class org.apache.axis.handlers.http.URLMapper
class URLMapper extends BasicHandler implements Serializable
-
-
Package org.apache.axis.handlers.soap
-
Class org.apache.axis.handlers.soap.MustUnderstandChecker
class MustUnderstandChecker extends BasicHandler implements Serializable-
Serialized Fields
-
service
SOAPService service
-
-
-
Class org.apache.axis.handlers.soap.SOAPService
class SOAPService extends SimpleTargetedChain implements Serializable-
Serialized Fields
-
actors
ArrayList actors
Actor list - these are just the service-specific ones -
engine
AxisEngine engine
-
highFidelityRecording
boolean highFidelityRecording
Does this service require a high-fidelity SAX recording of messages? (default is true) -
isRunning
boolean isRunning
-
nextObjectID
int nextObjectID
-
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. -
serviceObjects
Map serviceObjects
A list of our active service objects (these can have lifetimes and be reaped) -
validTransports
Vector validTransports
Valid transports for this service (server side only!) !!! For now, if this is null, we assume all transports are valid.
-
-
-
-
Package org.apache.axis.message
-
Class org.apache.axis.message.CDATAImpl
class CDATAImpl extends Text implements Serializable -
Class org.apache.axis.message.CommentImpl
class CommentImpl extends Text implements Serializable -
Class org.apache.axis.message.Detail
class Detail extends SOAPFaultElement implements Serializable -
Class org.apache.axis.message.DetailEntry
class DetailEntry extends MessageElement implements Serializable -
Class org.apache.axis.message.InputStreamBody
class InputStreamBody extends SOAPBodyElement implements Serializable-
Serialized Fields
-
inputStream
InputStream inputStream
-
-
-
Class org.apache.axis.message.MessageElement
class MessageElement extends NodeImpl implements Serializable-
Serialized Fields
-
_isRoot
boolean _isRoot
-
encodingStyle
String encodingStyle
Our encoding style, if any -
endEventIndex
int endEventIndex
-
fixupDeserializer
Deserializer fixupDeserializer
!!! TODO : Make sure this handles multiple targets -
href
String href
-
id
String id
-
message
SOAPEnvelope message
-
namespaces
ArrayList namespaces
-
objectValue
Object objectValue
Object value, possibly supplied by subclass -
qNameAttrs
Vector qNameAttrs
-
startContentsIndex
int startContentsIndex
-
startEventIndex
int startEventIndex
-
-
-
Class org.apache.axis.message.MimeHeaders
class MimeHeaders extends MimeHeaders implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.apache.axis.message.NodeImpl
class NodeImpl extends Object implements Serializable -
Class org.apache.axis.message.RPCElement
class RPCElement extends SOAPBodyElement implements Serializable-
Serialized Fields
-
needDeser
boolean needDeser
-
operations
OperationDesc[] operations
-
-
-
Class org.apache.axis.message.RPCHeaderParam
class RPCHeaderParam extends SOAPHeaderElement implements Serializable -
Class org.apache.axis.message.RPCParam
class RPCParam extends MessageElement implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
countSetCalls
int countSetCalls
-
paramDesc
ParameterDesc paramDesc
-
value
Object value
-
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
class SOAPBody extends MessageElement implements Serializable-
Serialized Fields
-
disableFormatting
boolean disableFormatting
-
doSAAJEncodingCompliance
boolean doSAAJEncodingCompliance
-
soapConstants
SOAPConstants soapConstants
-
-
-
Class org.apache.axis.message.SOAPBodyElement
class SOAPBodyElement extends MessageElement implements Serializable -
Class org.apache.axis.message.SOAPDocumentImpl
class SOAPDocumentImpl extends Object implements Serializable -
Class org.apache.axis.message.SOAPEnvelope
class SOAPEnvelope extends MessageElement implements Serializable-
Serialized Fields
-
body
SOAPBody body
-
header
SOAPHeader header
-
messageType
String messageType
-
recorded
boolean recorded
-
schemaVersion
SchemaVersion schemaVersion
-
soapConstants
SOAPConstants soapConstants
-
trailers
Vector trailers
-
-
-
Class org.apache.axis.message.SOAPFault
class SOAPFault extends SOAPBodyElement implements Serializable -
Class org.apache.axis.message.SOAPFaultElement
class SOAPFaultElement extends MessageElement implements Serializable -
Class org.apache.axis.message.SOAPHeader
class SOAPHeader extends MessageElement implements Serializable-
Serialized Fields
-
soapConstants
SOAPConstants soapConstants
-
-
-
Class org.apache.axis.message.SOAPHeaderElement
class SOAPHeaderElement extends MessageElement implements Serializable-
Serialized Fields
-
actor
String actor
-
alreadySerialized
boolean alreadySerialized
-
mustUnderstand
boolean mustUnderstand
-
processed
boolean processed
-
relay
boolean relay
-
-
-
Class org.apache.axis.message.Text
class Text extends NodeImpl implements Serializable
-
-
Package org.apache.axis.monitor
-
Class org.apache.axis.monitor.SOAPMonitorService
class SOAPMonitorService extends javax.servlet.http.HttpServlet implements Serializable
-
-
Package org.apache.axis.providers
-
Class org.apache.axis.providers.BasicProvider
class BasicProvider extends BasicHandler implements Serializable -
Class org.apache.axis.providers.BSFProvider
class BSFProvider extends BasicProvider implements Serializable -
Class org.apache.axis.providers.ComProvider
class ComProvider extends BasicProvider implements Serializable
-
-
Package org.apache.axis.providers.java
-
Class org.apache.axis.providers.java.CORBAProvider
class CORBAProvider extends RPCProvider implements Serializable -
Class org.apache.axis.providers.java.EJBProvider
class EJBProvider extends RPCProvider implements Serializable -
Class org.apache.axis.providers.java.JavaProvider
class JavaProvider extends BasicProvider implements Serializable -
Class org.apache.axis.providers.java.MsgProvider
class MsgProvider extends JavaProvider implements Serializable -
Class org.apache.axis.providers.java.RMIProvider
class RMIProvider extends RPCProvider implements Serializable -
Class org.apache.axis.providers.java.RPCProvider
class RPCProvider extends JavaProvider implements Serializable
-
-
Package org.apache.axis.schema
-
Class org.apache.axis.schema.SchemaVersion1999
class SchemaVersion1999 extends Object implements Serializable -
Class org.apache.axis.schema.SchemaVersion2000
class SchemaVersion2000 extends Object implements Serializable -
Class org.apache.axis.schema.SchemaVersion2001
class SchemaVersion2001 extends Object implements Serializable
-
-
Package org.apache.axis.server
-
Class org.apache.axis.server.AxisServer
class 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
class ParamList extends Vector implements Serializable -
Class org.apache.axis.server.Transport
class Transport extends SimpleTargetedChain implements Serializable
-
-
Package org.apache.axis.soap
-
Class org.apache.axis.soap.SOAP11Constants
class SOAP11Constants extends Object implements Serializable -
Class org.apache.axis.soap.SOAP12Constants
class SOAP12Constants extends Object implements Serializable
-
-
Package org.apache.axis.transport.http
-
Class org.apache.axis.transport.http.AdminServlet
class AdminServlet extends AxisServletBase implements Serializable -
Class org.apache.axis.transport.http.AutoRegisterServlet
class AutoRegisterServlet extends AxisServletBase implements Serializable -
Class org.apache.axis.transport.http.AxisServlet
class AxisServlet extends AxisServletBase implements Serializable-
Serialized Fields
-
disableServicesList
boolean disableServicesList
Should we turn off the list of services when we receive a GET at the servlet root? -
enableList
boolean enableList
Should we enable the "?list" functionality on GETs? (off by default because deployment information is a potential security hole) -
jwsClassDir
String jwsClassDir
Cached path to JWS output directory -
securityProvider
ServletSecurityProvider securityProvider
-
servicesPath
String servicesPath
-
transport
Handler transport
-
transportName
String transportName
-
-
-
Class org.apache.axis.transport.http.AxisServletBase
class AxisServletBase extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
axisServer
AxisServer axisServer
per-instance cache of the axis server -
homeDir
String homeDir
Cached path to our "root" dir -
isDevelopment
boolean isDevelopment
flag set to true for a 'production' server -
webInfPath
String webInfPath
Cached path to our WEB-INF directory
-
-
-
Class org.apache.axis.transport.http.CommonsHTTPSender
class CommonsHTTPSender extends BasicHandler implements Serializable-
Serialized Fields
-
clientProperties
CommonsHTTPClientProperties clientProperties
-
connectionManager
org.apache.commons.httpclient.HttpConnectionManager connectionManager
-
httpChunkStream
boolean httpChunkStream
-
-
-
Class org.apache.axis.transport.http.HTTPSender
class HTTPSender extends BasicHandler implements Serializable-
Serialized Fields
-
targetURL
URL targetURL
the url; used for error reporting
-
-
-
-
Package org.apache.axis.transport.java
-
Class org.apache.axis.transport.java.JavaSender
class JavaSender extends BasicHandler implements Serializable
-
-
Package org.apache.axis.transport.jms
-
Exception Class org.apache.axis.transport.jms.InvokeException
class InvokeException extends RuntimeException implements Serializable -
Exception Class org.apache.axis.transport.jms.InvokeTimeoutException
class InvokeTimeoutException extends InvokeException implements Serializable -
Class org.apache.axis.transport.jms.JMSSender
class JMSSender extends BasicHandler implements Serializable
-
-
Package org.apache.axis.transport.local
-
Class org.apache.axis.transport.local.LocalResponder
class LocalResponder extends BasicHandler implements Serializable -
Class org.apache.axis.transport.local.LocalSender
class LocalSender extends BasicHandler implements Serializable-
Serialized Fields
-
server
AxisServer server
-
-
-
-
Package org.apache.axis.transport.mail
-
Class org.apache.axis.transport.mail.MailSender
class MailSender extends BasicHandler implements Serializable-
Serialized Fields
-
prop
Properties prop
-
session
javax.mail.Session session
-
uuidGen
UUIDGen uuidGen
-
-
-
-
Package org.apache.axis.types
-
Class org.apache.axis.types.Day
class Day extends Object implements Serializable-
Serialized Fields
-
day
int day
-
timezone
String timezone
-
-
-
Class org.apache.axis.types.Duration
class Duration extends Object implements Serializable-
Serialized Fields
-
days
int days
-
hours
int hours
-
isNegative
boolean isNegative
-
minutes
int minutes
-
months
int months
-
seconds
double seconds
-
years
int years
-
-
-
Class org.apache.axis.types.Entities
class Entities extends NCName implements Serializable-
Serialized Fields
-
entities
Entity[] entities
-
-
-
Class org.apache.axis.types.Entity
class Entity extends NCName implements Serializable -
Class org.apache.axis.types.HexBinary
class HexBinary extends Object implements Serializable-
Serialized Fields
-
m_value
byte[] m_value
-
-
-
Class org.apache.axis.types.Id
class Id extends NCName implements Serializable -
Class org.apache.axis.types.IDRef
class IDRef extends NCName implements Serializable -
Class org.apache.axis.types.IDRefs
class IDRefs extends NCName implements Serializable-
Serialized Fields
-
idrefs
IDRef[] idrefs
-
-
-
Class org.apache.axis.types.Language
class Language extends Token implements Serializable -
Class org.apache.axis.types.Month
class Month extends Object implements Serializable-
Serialized Fields
-
month
int month
-
timezone
String timezone
-
-
-
Class org.apache.axis.types.MonthDay
class MonthDay extends Object implements Serializable-
Serialized Fields
-
day
int day
-
month
int month
-
timezone
String timezone
-
-
-
Class org.apache.axis.types.Name
class Name extends Token implements Serializable -
Class org.apache.axis.types.NCName
class NCName extends Name implements Serializable -
Class org.apache.axis.types.NegativeInteger
class NegativeInteger extends NonPositiveInteger implements Serializable-
Serialization Methods
-
writeReplace
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
class BigIntegerRep extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
array
byte[] array
-
-
-
Class org.apache.axis.types.NMToken
class NMToken extends Token implements Serializable -
Class org.apache.axis.types.NMTokens
class NMTokens extends NCName implements Serializable-
Serialized Fields
-
tokens
NMToken[] tokens
-
-
-
Class org.apache.axis.types.NonNegativeInteger
class NonNegativeInteger extends BigInteger implements Serializable-
Serialization Methods
-
writeReplace
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
class BigIntegerRep extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
array
byte[] array
-
-
-
Class org.apache.axis.types.NonPositiveInteger
class NonPositiveInteger extends BigInteger implements Serializable-
Serialization Methods
-
writeReplace
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
class BigIntegerRep extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
array
byte[] array
-
-
-
Class org.apache.axis.types.NormalizedString
class NormalizedString extends Object implements Serializable-
Serialized Fields
-
m_value
String m_value
-
-
-
Class org.apache.axis.types.Notation
class Notation extends Object implements Serializable -
Class org.apache.axis.types.PositiveInteger
class PositiveInteger extends NonNegativeInteger implements Serializable-
Serialization Methods
-
writeReplace
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
class BigIntegerRep extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
array
byte[] array
-
-
-
Class org.apache.axis.types.Schema
class Schema extends Object implements Serializable-
Serialized Fields
-
__equalsCalc
Object __equalsCalc
-
__hashCodeCalc
boolean __hashCodeCalc
-
_any
MessageElement[] _any
-
id
Id id
-
targetNamespace
URI targetNamespace
-
version
NormalizedString version
-
-
-
Class org.apache.axis.types.Time
class Time extends Object implements Serializable-
Serialized Fields
-
_value
Calendar _value
-
-
-
Class org.apache.axis.types.Token
class Token extends NormalizedString implements Serializable -
Class org.apache.axis.types.UnsignedByte
class UnsignedByte extends UnsignedShort implements Serializable -
Class org.apache.axis.types.UnsignedInt
class UnsignedInt extends Number implements Serializable -
Class org.apache.axis.types.UnsignedLong
class UnsignedLong extends Number implements Serializable-
Serialized Fields
-
__equalsCalc
Object __equalsCalc
-
lValue
BigInteger lValue
-
-
-
Class org.apache.axis.types.UnsignedShort
class UnsignedShort extends UnsignedInt implements Serializable -
Class org.apache.axis.types.URI
class URI extends Object implements Serializable- serialVersionUID:
- 1601921774685357214L
-
Serialized Fields
-
m_fragment
String m_fragment
If specified, stores the fragment for this URI; otherwise null -
m_host
String m_host
If specified, stores the host for this URI; otherwise null -
m_path
String m_path
If specified, stores the path for this URI; otherwise null -
m_port
int m_port
If specified, stores the port for this URI; otherwise -1 -
m_queryString
String m_queryString
If specified, stores the query string for this URI; otherwise null. -
m_regAuthority
String m_regAuthority
If specified, stores the registry based authority for this URI; otherwise -1 -
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
-
-
Exception Class org.apache.axis.types.URI.MalformedURIException
class MalformedURIException extends IOException implements Serializable- serialVersionUID:
- -6695054834342951930L
-
Class org.apache.axis.types.Year
class Year extends Object implements Serializable-
Serialized Fields
-
timezone
String timezone
-
year
int year
-
-
-
Class org.apache.axis.types.YearMonth
class YearMonth extends Object implements Serializable-
Serialized Fields
-
month
int month
-
timezone
String timezone
-
year
int year
-
-
-
-
Package org.apache.axis.utils
-
Class org.apache.axis.utils.IdentityHashMap
class IdentityHashMap extends HashMap implements Serializable -
Exception Class org.apache.axis.utils.JavaUtils.HolderException
class HolderException extends Exception implements Serializable -
Class org.apache.axis.utils.LockableHashtable
class LockableHashtable extends Hashtable implements Serializable -
Class org.apache.axis.utils.Mapping
class Mapping extends Object implements Serializable -
Class org.apache.axis.utils.SOAPMonitor
class SOAPMonitor extends JFrame implements Serializable-
Serialized Fields
-
add_btn
JButton add_btn
Field add_btn -
adminClient
AdminClient adminClient
Field adminClient -
axisHost
String axisHost
Field axisHost -
axisPort
int axisPort
Field axisPort -
axisURL
String axisURL
Field axisURL -
del_btn
JButton del_btn
Field del_btn -
list1
JList list1
Field list1 -
list2
JList list2
Field list2 -
login_btn
JButton login_btn
Field login_btn -
main_panel
JPanel main_panel
Private data -
model1
DefaultListModel model1
Field model1 -
model2
DefaultListModel model2
Field model2 -
originalDoc
Document originalDoc
Field originalDoc -
pages
Vector pages
Field pages -
port
int port
Field port -
save_btn
JButton save_btn
Field save_btn -
serviceMap
HashMap serviceMap
Field serviceMap -
set_panel
JPanel set_panel
Field set_panel -
tabbed_pane
JTabbedPane tabbed_pane
Field tabbed_pane -
titleLabel
JLabel titleLabel
Field titleLabel -
titleStr
String titleStr
Field titleStr -
top_pane
JTabbedPane top_pane
Field top_pane
-
-
-
Class org.apache.axis.utils.tcpmon
class tcpmon extends JFrame implements Serializable-
Serialized Fields
-
notebook
JTabbedPane notebook
-
-
-
Class org.apache.axis.utils.URLHashSet
class URLHashSet extends HashSet implements Serializable
-
-
Package org.apache.axis.utils.cache
-
Class org.apache.axis.utils.cache.JavaClass
class JavaClass extends Object implements Serializable
-
-
Package org.apache.axis.wsdl
-
Class org.apache.axis.wsdl.SkeletonImpl
class SkeletonImpl extends Object implements Serializable
-
-
Package org.apache.axis.wsdl.fromJava
-
Class org.apache.axis.wsdl.fromJava.Namespaces
class Namespaces extends HashMap implements Serializable-
Serialized Fields
-
namespacePrefixMap
HashMap namespacePrefixMap
Field namespacePrefixMap -
prefixCount
int prefixCount
Field prefixCount
-
-
-
-
Package org.apache.axis.wsdl.symbolTable
-
Class org.apache.axis.wsdl.symbolTable.BackslashUtil
class BackslashUtil extends Object implements Serializable -
Class org.apache.axis.wsdl.symbolTable.BaseType
class BaseType extends Type implements Serializable -
Class org.apache.axis.wsdl.symbolTable.CollectionElement
class CollectionElement extends DefinedElement implements Serializable -
Class org.apache.axis.wsdl.symbolTable.CollectionType
class CollectionType extends DefinedType implements Serializable-
Serialized Fields
-
wrapped
boolean wrapped
Field wrapped
-
-
-
Class org.apache.axis.wsdl.symbolTable.DefinedElement
class DefinedElement extends Element implements Serializable -
Class org.apache.axis.wsdl.symbolTable.DefinedType
class DefinedType extends Type implements Serializable-
Serialized Fields
-
extensionBase
TypeEntry extensionBase
Field extensionBase -
searchedForExtensionBase
boolean searchedForExtensionBase
Field searchedForExtensionBase
-
-
-
Class org.apache.axis.wsdl.symbolTable.Element
class Element extends TypeEntry implements Serializable -
Class org.apache.axis.wsdl.symbolTable.Type
class Type extends TypeEntry implements Serializable-
Serialized Fields
-
generated
boolean generated
-
-
-
Class org.apache.axis.wsdl.symbolTable.TypeEntry
class TypeEntry extends SymTabEntry implements Serializable-
Serialized Fields
-
componentType
QName componentType
-
containedAttributes
Vector containedAttributes
contained attributes in the schema's type definition -
containedElements
Vector containedElements
contained elements in the schema's type definition -
dims
String dims
Field dims -
isBaseType
boolean isBaseType
Field isBaseType -
isSimpleType
boolean isSimpleType
Field isSimpleType -
itemQName
QName itemQName
If this TypeEntry represents an array with elements inside a "wrapper" this field can optionally change the inner QName (default is- ).
-
node
Node node
Field node -
onlyLiteralReference
boolean onlyLiteralReference
Field onlyLiteralReference -
refType
TypeEntry refType
Field refType -
types
HashSet types
Field types -
undefined
boolean undefined
Field undefined -
underlTypeNillable
boolean underlTypeNillable
-
-
-
Class org.apache.axis.wsdl.symbolTable.UndefinedElement
class UndefinedElement extends Element implements Serializable-
Serialized Fields
-
delegate
UndefinedDelegate delegate
Field delegate
-
-
-
Class org.apache.axis.wsdl.symbolTable.UndefinedType
class UndefinedType extends Type implements Serializable-
Serialized Fields
-
delegate
UndefinedDelegate delegate
Field delegate
-
-
-
-
Package org.apache.axis.wsdl.toJava
-
Exception Class org.apache.axis.wsdl.toJava.DuplicateFileException
class DuplicateFileException extends IOException implements Serializable-
Serialized Fields
-
filename
String filename
Field filename
-
-
-
Class org.apache.axis.wsdl.toJava.Namespaces
class Namespaces extends HashMap implements Serializable
-