Serialized Form
-
Package javax.xml.namespace
-
Class javax.xml.namespace.QName extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Ensure that deserialization properly interns the results.- Throws:
java.io.IOException
- if there was a failure in the object input streamjava.lang.ClassNotFoundException
- if the class of any sub-objects could not be found
-
-
Serialized Fields
-
localPart
java.lang.String localPart
-
namespaceURI
java.lang.String namespaceURI
-
prefix
java.lang.String prefix
-
-
-
-
Package javax.xml.rpc
-
Class javax.xml.rpc.JAXRPCException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
The cause of this error.
-
-
-
Class javax.xml.rpc.ServiceException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
The cause of this exception.
-
-
-
-
Package javax.xml.rpc.encoding
-
Package javax.xml.rpc.handler
-
Class javax.xml.rpc.handler.HandlerInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
java.util.Map config
Configuration Map. -
handlerClass
java.lang.Class handlerClass
Handler Class. -
headers
QName[] headers
Headers.
-
-
-
-
Package javax.xml.rpc.soap
-
Class javax.xml.rpc.soap.SOAPFaultException extends java.lang.RuntimeException implements Serializable
-
-
Package javax.xml.soap
-
Class javax.xml.soap.SOAPException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-
-
Package org.apache.axis
-
Class org.apache.axis.AxisEngine extends BasicHandler implements Serializable
-
Serialized Fields
-
_hasSafePassword
boolean _hasSafePassword
Has the user changed the password yet? True if they have. -
actorURIs
java.util.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.
-
-
-
Class org.apache.axis.AxisFault extends java.rmi.RemoteException implements Serializable
-
Serialized Fields
-
faultActor
java.lang.String faultActor
-
faultCode
QName faultCode
-
faultDetails
java.util.Vector faultDetails
-
faultHeaders
java.util.ArrayList faultHeaders
SOAP headers which should be serialized with the Fault. -
faultNode
java.lang.String faultNode
-
faultString
java.lang.String faultString
-
faultSubCode
java.util.Vector faultSubCode
SOAP1.2 addition: subcodes of faults; a Vector of QNames
-
-
-
Class org.apache.axis.ConfigurationException extends java.io.IOException implements Serializable
-
Serialized Fields
-
containedException
java.lang.Exception containedException
The contained exception if present. -
stackTrace
java.lang.String stackTrace
-
-
-
Class org.apache.axis.FaultableHandler extends BasicHandler implements Serializable
-
Serialized Fields
-
workHandler
Handler workHandler
TheHandler
that will do the actual work of handeling the fault.
-
-
-
Class org.apache.axis.InternalException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.axis.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
java.lang.String messageType
The messageType indicates whether this is request or response. -
mProps
java.util.Hashtable mProps
-
msgContext
MessageContext msgContext
-
mSOAPPart
SOAPPart mSOAPPart
This Message's SOAPPart. Will always be here. -
saveRequired
boolean saveRequired
-
-
-
Class org.apache.axis.NoEndPointException extends AxisFault implements Serializable
-
Class org.apache.axis.SimpleChain extends BasicHandler implements Serializable
-
Serialized Fields
-
CAUGHTFAULT_PROPERTY
java.lang.String CAUGHTFAULT_PROPERTY
-
handlers
java.util.Vector handlers
-
invoked
boolean invoked
-
-
-
Class org.apache.axis.SimpleTargetedChain extends SimpleChain implements Serializable
-
Class org.apache.axis.SOAPPart extends SOAPPart implements Serializable
-
Serialized Fields
-
contentSource
javax.xml.transform.Source contentSource
Field contentSource. -
currentEncoding
java.lang.String currentEncoding
default message encoding charset -
currentForm
int currentForm
-
currentMessage
java.lang.Object currentMessage
The current representation of the SOAP contents of this part. May be a String, byte[], InputStream, or SOAPEnvelope, depending on whatever was last asked for. (ack)currentForm must have the corresponding value.
As someone once said: "Just a placeholder until we figure out what the actual Message object is."
-
currentMessageAsBytes
byte[] currentMessageAsBytes
-
currentMessageAsEnvelope
SOAPEnvelope currentMessageAsEnvelope
-
currentMessageAsString
java.lang.String currentMessageAsString
-
document
org.w3c.dom.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
org.w3c.dom.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 extends AttachmentPart implements Serializable
-
Serialized Fields
-
attachmentFile
java.lang.String attachmentFile
The name of a file used to store the data. -
contentObject
java.lang.Object contentObject
-
datahandler
javax.activation.DataHandler datahandler
The data handler.TODO: make private?
-
mimeHeaders
MimeHeaders mimeHeaders
Field mimeHeaders.
-
-
-
Class org.apache.axis.attachments.AttachmentsImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_askedForAttachments
boolean _askedForAttachments
-
_askedForStreams
boolean _askedForStreams
-
_streams
IncomingAttachmentStreams _streams
Used to distribute attachment streams without caching them. -
attachments
java.util.HashMap attachments
Field attachments. -
contentLocation
java.lang.String contentLocation
This is the content location as specified in SOAP with Attachments. This maybe null if the message had no Content-Location specifed. -
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
java.util.LinkedList orderedAttachments
Field orderedAttachments. -
sendtype
int sendtype
The form of the attachments, whether MIME or DIME. -
soapPart
SOAPPart soapPart
Field soapPart. -
stackDataHandler
java.util.HashMap stackDataHandler
The HashMap for DataHandler Managements.
-
-
-
-
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 java.lang.Object implements Serializable
-
Serialized Fields
-
_call
Call _call
-
maintainSession
boolean maintainSession
-
registry
Service.HandlerRegistryImpl registry
-
serviceName
QName serviceName
-
transportImpls
java.util.Hashtable transportImpls
A Hashtable mapping addresses (URLs) to Transports (objects) -
wsdlLocation
java.lang.String wsdlLocation
-
wsdlParser
Parser wsdlParser
-
wsdlService
javax.wsdl.Service wsdlService
-
-
-
Class org.apache.axis.client.Service.HandlerRegistryImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
map
java.util.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(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
- if the stream raises itjava.lang.ClassNotFoundException
- if the stream raises it
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
- if the stream raises it
-
-
Class org.apache.axis.collections.SequencedHashMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 3380552487888102930L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Deserializes this map from the given stream.- Throws:
java.io.IOException
- if the stream raises itjava.lang.ClassNotFoundException
- if the stream raises it
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Serializes this map to the given stream.- Throws:
java.io.IOException
- if the stream raises it
-
-
-
Package org.apache.axis.components.image
-
Class org.apache.axis.components.image.JDK13IO extends java.awt.Component implements Serializable
-
Class org.apache.axis.components.image.MerlinIO extends java.awt.Component implements Serializable
-
-
Package org.apache.axis.constants
-
Class org.apache.axis.constants.Enum extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
type
Enum.Type type
-
value
int value
-
-
-
Class org.apache.axis.constants.Enum.Type extends java.lang.Object implements Serializable
-
Class org.apache.axis.constants.Scope extends Enum implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.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 java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.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 java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
encoding
java.lang.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
java.util.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 -
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 extends WSDDElement implements Serializable
-
Serialized Fields
-
engine
AxisEngine engine
-
globalConfig
WSDDGlobalConfiguration globalConfig
-
handlers
java.util.HashMap handlers
-
namespaceToServices
java.util.HashMap namespaceToServices
Mapping of namespaces -> services -
services
java.util.HashMap services
-
tmr
TypeMappingRegistry tmr
-
tmrDeployed
boolean tmrDeployed
-
transports
java.util.HashMap transports
-
typeMappings
java.util.HashMap typeMappings
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDDocumentation extends WSDDElement implements Serializable
-
Serialized Fields
-
value
java.lang.String value
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDElement extends WSDDConstants implements Serializable
-
Serialized Fields
-
name
java.lang.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
java.util.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
java.lang.String _classname
-
_headers
QName[] _headers
-
_map
java.util.Map _map
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain extends WSDDHandler implements Serializable
-
Serialized Fields
-
_hiChainFactory
HandlerInfoChainFactory _hiChainFactory
-
_hiList
java.util.ArrayList _hiList
-
_roles
java.lang.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
-
parameter
ParameterDesc parameter
-
parent
OperationDesc parent
-
-
-
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
-
_wsddHIchain
WSDDJAXRPCHandlerInfoChain _wsddHIchain
-
desc
JavaServiceDesc desc
-
descriptionURL
java.lang.String descriptionURL
-
faultFlows
java.util.Vector faultFlows
-
namespaces
java.util.Vector namespaces
Which namespaces should auto-dispatch to this service? -
operations
java.util.Vector operations
-
providerQName
QName providerQName
Our provider - used to figure out which Handler we use as a service pivot (see getInstance() below) -
roles
java.util.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
java.util.Vector typeMappings
-
use
Use use
Use - encoded (the default) or literal
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDTargetedChain extends WSDDDeployableItem implements Serializable
-
Serialized Fields
-
pivotQName
QName pivotQName
-
requestFlow
WSDDRequestFlow requestFlow
-
responseFlow
WSDDResponseFlow responseFlow
-
-
-
Class org.apache.axis.deployment.wsdd.WSDDTransport extends WSDDTargetedChain implements Serializable
-
Class org.apache.axis.deployment.wsdd.WSDDTypeMapping extends WSDDElement implements Serializable
-
Class org.apache.axis.deployment.wsdd.WSDDUndeployment extends WSDDElement implements Serializable
-
Serialized Fields
-
chains
java.util.Vector chains
-
handlers
java.util.Vector handlers
-
services
java.util.Vector services
-
transports
java.util.Vector transports
-
typeMappings
java.util.Vector typeMappings
-
-
-
-
Package org.apache.axis.description
-
Class org.apache.axis.description.AttributeDesc extends FieldDesc implements Serializable
-
Class org.apache.axis.description.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 extends java.lang.Object implements Serializable
-
Class org.apache.axis.description.FieldDesc extends java.lang.Object implements Serializable
-
Serialized Fields
-
_isElement
boolean _isElement
An indication of whether this should be an element or an attribute -
fieldName
java.lang.String fieldName
The name of the Java field in question -
javaType
java.lang.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowedMethods
java.util.List allowedMethods
null allows everything, an empty ArrayList allows nothing -
completedNames
java.util.ArrayList completedNames
Method names for which we have completed any introspection necessary -
disallowedMethods
java.util.List disallowedMethods
List if disallowed methods -
documentation
java.lang.String documentation
The documentation of this service -
endpointURL
java.lang.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
java.lang.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
java.lang.String name
The name of this service -
name2OperationsMap
java.util.HashMap name2OperationsMap
Lookup caches -
namespaceMappings
java.util.List namespaceMappings
A collection of namespaces which will map to this service -
operations
java.util.ArrayList operations
Our operations - a list of OperationDescs -
properties
java.util.HashMap properties
Place to store user-extensible service-related properties -
qname2OperationsMap
java.util.HashMap qname2OperationsMap
-
stopClasses
java.util.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 Java<->XML type issues -
tmr
TypeMappingRegistry tmr
-
use
Use use
-
useSet
boolean useSet
-
wsdlFileName
java.lang.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 extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
documentation
java.lang.String documentation
The documentation for the operation -
elementQName
QName elementQName
An XML QName which should dispatch to this method -
faults
java.util.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
java.lang.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
java.util.ArrayList parameters
Parameter list -
parent
ServiceDesc parent
The service we're a part of -
returnDesc
ParameterDesc returnDesc
-
soapAction
java.lang.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 extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
documentation
java.lang.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
java.lang.Class javaType
The Java type of this parameter -
mimeType
java.lang.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 extends java.lang.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
java.util.HashMap fieldElementMap
A cache of FieldDescs by Element QName -
fieldNameMap
java.util.HashMap fieldNameMap
A cache of FieldDescs by name -
fields
FieldDesc[] fields
The various fields in here -
hasSearchedParents
boolean hasSearchedParents
-
javaClassRef
java.lang.ref.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
java.util.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 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
-
activeDeserializers
java.util.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
java.lang.String id
-
isEnded
boolean isEnded
-
isHref
boolean isHref
-
isNil
boolean isNil
-
targets
java.util.Vector targets
-
value
java.lang.Object value
-
-
-
Class org.apache.axis.encoding.TypeMappingDelegate extends java.lang.Object implements Serializable
-
Serialized Fields
-
delegate
TypeMappingImpl delegate
-
next
TypeMappingDelegate next
-
-
-
Class org.apache.axis.encoding.TypeMappingImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
class2Pair
java.util.HashMap class2Pair
-
doAutoTypes
java.lang.Boolean doAutoTypes
-
namespaces
java.util.ArrayList namespaces
-
pair2DF
java.util.HashMap pair2DF
-
pair2SF
java.util.HashMap pair2SF
-
qName2Pair
java.util.HashMap qName2Pair
-
-
-
Class org.apache.axis.encoding.TypeMappingImpl.Pair extends java.lang.Object implements Serializable
-
Serialized Fields
-
javaType
java.lang.Class javaType
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.TypeMappingRegistryImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultDelTM
TypeMappingDelegate defaultDelTM
-
isDelegated
boolean isDelegated
-
mapTM
java.util.HashMap mapTM
-
-
-
-
Package org.apache.axis.encoding.ser
-
Class org.apache.axis.encoding.ser.ArrayDeserializer extends DeserializerImpl implements Serializable
-
Serialized Fields
-
arrayClass
java.lang.Class arrayClass
-
arrayType
QName arrayType
-
curIndex
int curIndex
-
defaultItemType
QName defaultItemType
-
length
int length
-
mDimFactor
java.util.ArrayList mDimFactor
-
mDimLength
java.util.ArrayList mDimLength
-
soapConstants
SOAPConstants soapConstants
-
-
-
Class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension extends java.util.ArrayList implements Serializable
-
Serialized Fields
-
arrayClass
java.lang.Class arrayClass
-
table
java.util.HashMap table
-
-
-
Class org.apache.axis.encoding.ser.ArrayDeserializerFactory extends BaseDeserializerFactory implements Serializable
-
Serialized Fields
-
componentXmlType
QName componentXmlType
-
-
-
Class org.apache.axis.encoding.ser.ArraySerializer extends java.lang.Object implements Serializable
-
Class org.apache.axis.encoding.ser.ArraySerializerFactory extends BaseSerializerFactory implements Serializable
-
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 java.lang.Object implements Serializable
-
Serialized Fields
-
javaType
java.lang.Class javaType
-
xmlType
QName xmlType
-
-
-
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
java.lang.Class deserClass
-
javaType
java.lang.Class javaType
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.BaseSerializerFactory extends BaseFactory implements Serializable
-
Serialized Fields
-
javaType
java.lang.Class javaType
-
serClass
java.lang.Class serClass
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.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
java.lang.reflect.Constructor constructorToUse
Constructor if no default constructor -
javaType
java.lang.Class javaType
-
prevQName
QName prevQName
-
propertyMap
java.util.Map propertyMap
-
typeDesc
TypeDesc typeDesc
Type metadata about this class for XML deserialization -
val
java.io.CharArrayWriter val
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.BeanDeserializerFactory extends BaseDeserializerFactory implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
-
Class org.apache.axis.encoding.ser.BeanSerializer extends java.lang.Object implements Serializable
-
Serialized Fields
-
javaType
java.lang.Class javaType
-
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
-
typeDesc
TypeDesc typeDesc
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.BeanSerializerFactory extends BaseSerializerFactory implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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
java.lang.reflect.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
java.lang.reflect.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 java.lang.Object implements Serializable
-
Serialized Fields
-
javaType
java.lang.Class javaType
-
xmlType
QName xmlType
-
-
-
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 java.lang.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 java.lang.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 java.lang.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
-
attributeMap
java.util.HashMap attributeMap
-
cacheStringDSer
SimpleDeserializer cacheStringDSer
-
cacheXMLType
QName cacheXMLType
-
constructor
java.lang.reflect.Constructor constructor
-
context
DeserializationContext context
-
javaType
java.lang.Class javaType
-
propertyMap
java.util.Map propertyMap
-
typeDesc
TypeDesc typeDesc
-
val
java.io.CharArrayWriter val
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.SimpleDeserializerFactory extends BaseDeserializerFactory implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
isBasicType
boolean isBasicType
-
-
-
Class org.apache.axis.encoding.ser.SimpleListDeserializer extends SimpleDeserializer implements Serializable
-
Serialized Fields
-
attributeMap
java.util.HashMap attributeMap
-
cacheStringDSer
SimpleListDeserializer cacheStringDSer
-
cacheXMLType
QName cacheXMLType
-
constructor
java.lang.reflect.Constructor constructor
-
context
DeserializationContext context
-
javaType
java.lang.Class javaType
-
propertyMap
java.util.Map propertyMap
-
typeDesc
TypeDesc typeDesc
-
val
java.lang.StringBuffer val
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.SimpleListDeserializerFactory extends BaseDeserializerFactory implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
clazzType
java.lang.Class clazzType
-
-
-
Class org.apache.axis.encoding.ser.SimpleListSerializer extends java.lang.Object implements Serializable
-
Serialized Fields
-
javaType
java.lang.Class javaType
-
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
-
typeDesc
TypeDesc typeDesc
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.SimpleListSerializerFactory extends BaseSerializerFactory implements Serializable
-
Class org.apache.axis.encoding.ser.SimpleSerializer extends java.lang.Object implements Serializable
-
Serialized Fields
-
javaType
java.lang.Class javaType
-
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
-
typeDesc
TypeDesc typeDesc
-
xmlType
QName xmlType
-
-
-
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 java.lang.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 java.lang.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
-
javaType
java.lang.Class javaType
-
xmlType
QName xmlType
-
-
-
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
-
javaType
java.lang.Class javaType
-
xmlType
QName xmlType
-
-
-
Class org.apache.axis.encoding.ser.castor.CastorEnumTypeDeserializerFactory extends BaseDeserializerFactory implements Serializable
-
Class org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializer extends java.lang.Object implements Serializable
-
Class org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializerFactory extends BaseSerializerFactory implements Serializable
-
Class org.apache.axis.encoding.ser.castor.CastorSerializer extends java.lang.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
java.lang.Class mJavaType
-
-
-
Class org.apache.axis.encoding.ser.xbeans.XmlBeanDeserializerFactory extends BaseDeserializerFactory implements Serializable
-
Class org.apache.axis.encoding.ser.xbeans.XmlBeanSerializer extends java.lang.Object implements Serializable
-
Class org.apache.axis.encoding.ser.xbeans.XmlBeanSerializerFactory extends BaseSerializerFactory implements Serializable
-
-
Package org.apache.axis.handlers
-
Class org.apache.axis.handlers.BasicHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
makeLockable
boolean makeLockable
-
name
java.lang.String name
-
options
java.util.Hashtable options
-
-
-
Class org.apache.axis.handlers.DebugHandler extends BasicHandler implements Serializable
-
Class org.apache.axis.handlers.EchoHandler extends BasicHandler implements Serializable
-
Serialized Fields
-
wsdlEnd
java.lang.String wsdlEnd
-
wsdlStart
java.lang.String wsdlStart
-
wsdlStart1
java.lang.String wsdlStart1
-
-
-
Class org.apache.axis.handlers.ErrorHandler extends BasicHandler implements Serializable
-
Class org.apache.axis.handlers.HandlerChainImpl extends java.util.ArrayList implements Serializable
-
Serialized Fields
-
_roles
java.lang.String[] _roles
-
falseIndex
int falseIndex
-
handlerInfos
java.util.List handlerInfos
-
-
-
Class org.apache.axis.handlers.HandlerInfoChainFactory extends java.lang.Object implements Serializable
-
Serialized Fields
-
_roles
java.lang.String[] _roles
-
handlerInfos
java.util.List handlerInfos
-
-
-
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
-
DEFAULT_JWS_FILE_EXTENSION
java.lang.String DEFAULT_JWS_FILE_EXTENSION
-
OPTION_JWS_FILE_EXTENSION
java.lang.String OPTION_JWS_FILE_EXTENSION
-
-
-
Class org.apache.axis.handlers.LogHandler extends BasicHandler implements Serializable
-
Serialized Fields
-
filename
java.lang.String filename
-
start
long start
-
writeToConsole
boolean writeToConsole
-
-
-
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
java.util.Hashtable activeSessions
-
defaultSessionTimeout
int defaultSessionTimeout
-
lastReapTime
long lastReapTime
-
reapPeriodicity
long reapPeriodicity
-
-
-
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
-
actors
java.util.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
java.util.Map serviceObjects
A list of our active service objects (these can have lifetimes and be reaped) -
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.
-
-
-
-
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
java.io.InputStream inputStream
-
-
-
Class org.apache.axis.message.MessageElement extends NodeImpl implements Serializable
-
Serialized Fields
-
_isRoot
boolean _isRoot
-
encodingStyle
java.lang.String encodingStyle
Our encoding style, if any -
endEventIndex
int endEventIndex
-
fixupDeserializer
Deserializer fixupDeserializer
!!! TODO : Make sure this handles multiple targets -
href
java.lang.String href
-
id
java.lang.String id
-
message
SOAPEnvelope message
-
namespaces
java.util.ArrayList namespaces
-
objectValue
java.lang.Object objectValue
Object value, possibly supplied by subclass -
qNameAttrs
java.util.Vector qNameAttrs
-
startContentsIndex
int startContentsIndex
-
startEventIndex
int startEventIndex
-
-
-
Class org.apache.axis.message.MimeHeaders extends MimeHeaders implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.axis.message.NodeImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_isDirty
boolean _isDirty
-
children
java.util.ArrayList children
-
document
org.w3c.dom.Document document
-
name
java.lang.String name
-
namespaceURI
java.lang.String namespaceURI
-
parent
NodeImpl parent
-
prefix
java.lang.String prefix
-
textRep
org.w3c.dom.CharacterData textRep
-
-
-
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(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
countSetCalls
int countSetCalls
-
paramDesc
ParameterDesc paramDesc
-
value
java.lang.Object value
-
wantXSIType
java.lang.Boolean wantXSIType
Do we definitely want (or don't want) to send xsi:types? If null (the default), just do whatever our SerializationContext is configured to do. If TRUE or FALSE, the SerializationContext will do what we want.
-
-
-
Class org.apache.axis.message.SOAPBody extends MessageElement implements Serializable
-
Serialized Fields
-
disableFormatting
boolean disableFormatting
-
doSAAJEncodingCompliance
boolean doSAAJEncodingCompliance
-
soapConstants
SOAPConstants soapConstants
-
-
-
Class org.apache.axis.message.SOAPBodyElement extends MessageElement implements Serializable
-
Class org.apache.axis.message.SOAPDocumentImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
delegate
org.w3c.dom.Document delegate
-
features
java.lang.String[] features
-
soapPart
SOAPPart soapPart
-
version
java.lang.String version
-
-
-
Class org.apache.axis.message.SOAPEnvelope extends MessageElement implements Serializable
-
Serialized Fields
-
body
SOAPBody body
-
header
SOAPHeader header
-
messageType
java.lang.String messageType
-
recorded
boolean recorded
-
schemaVersion
SchemaVersion schemaVersion
-
soapConstants
SOAPConstants soapConstants
-
trailers
java.util.Vector trailers
-
-
-
Class org.apache.axis.message.SOAPFault extends SOAPBodyElement implements Serializable
-
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
-
actor
java.lang.String actor
-
alreadySerialized
boolean alreadySerialized
-
mustUnderstand
boolean mustUnderstand
-
processed
boolean processed
-
relay
boolean relay
-
-
-
Class org.apache.axis.message.Text extends NodeImpl implements Serializable
-
-
Package org.apache.axis.monitor
-
Class org.apache.axis.monitor.SOAPMonitorService extends javax.servlet.http.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 java.lang.Object implements Serializable
-
Class org.apache.axis.schema.SchemaVersion2000 extends java.lang.Object implements Serializable
-
Class org.apache.axis.schema.SchemaVersion2001 extends java.lang.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 java.util.Vector implements Serializable
-
Class org.apache.axis.server.Transport extends SimpleTargetedChain implements Serializable
-
-
Package org.apache.axis.soap
-
Class org.apache.axis.soap.SOAP11Constants extends java.lang.Object implements Serializable
-
Class org.apache.axis.soap.SOAP12Constants extends java.lang.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
-
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
java.lang.String jwsClassDir
Cached path to JWS output directory -
securityProvider
ServletSecurityProvider securityProvider
-
servicesPath
java.lang.String servicesPath
-
transport
Handler transport
-
transportName
java.lang.String transportName
-
-
-
Class org.apache.axis.transport.http.AxisServletBase extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
axisServer
AxisServer axisServer
per-instance cache of the axis server -
homeDir
java.lang.String homeDir
Cached path to our "root" dir -
isDevelopment
boolean isDevelopment
flag set to true for a 'production' server -
webInfPath
java.lang.String webInfPath
Cached path to our WEB-INF directory
-
-
-
Class org.apache.axis.transport.http.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 extends BasicHandler implements Serializable
-
Serialized Fields
-
targetURL
java.net.URL targetURL
the url; used for error reporting
-
-
-
-
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 java.lang.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
-
prop
java.util.Properties prop
-
session
javax.mail.Session session
-
uuidGen
UUIDGen uuidGen
-
-
-
-
Package org.apache.axis.types
-
Class org.apache.axis.types.Day extends java.lang.Object implements Serializable
-
Serialized Fields
-
day
int day
-
timezone
java.lang.String timezone
-
-
-
Class org.apache.axis.types.Duration extends java.lang.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 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 java.lang.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 java.lang.Object implements Serializable
-
Serialized Fields
-
month
int month
-
timezone
java.lang.String timezone
-
-
-
Class org.apache.axis.types.MonthDay extends java.lang.Object implements Serializable
-
Serialized Fields
-
day
int day
-
month
int month
-
timezone
java.lang.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 java.lang.Object writeReplace() throws java.io.ObjectStreamException
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
zero
java.math.BigInteger zero
validate the value against the xsd definition
-
-
-
Class org.apache.axis.types.NegativeInteger.BigIntegerRep extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.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 java.math.BigInteger implements Serializable
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
zero
java.math.BigInteger zero
validate the value against the xsd definition
-
-
-
Class org.apache.axis.types.NonNegativeInteger.BigIntegerRep extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
array
byte[] array
-
-
-
Class org.apache.axis.types.NonPositiveInteger extends java.math.BigInteger implements Serializable
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
zero
java.math.BigInteger zero
validate the value against the xsd definition
-
-
-
Class org.apache.axis.types.NonPositiveInteger.BigIntegerRep extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
array
byte[] array
-
-
-
Class org.apache.axis.types.NormalizedString extends java.lang.Object implements Serializable
-
Serialized Fields
-
m_value
java.lang.String m_value
-
-
-
Class org.apache.axis.types.Notation extends java.lang.Object implements Serializable
-
Class org.apache.axis.types.PositiveInteger extends NonNegativeInteger implements Serializable
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
iMinInclusive
java.math.BigInteger iMinInclusive
validate the value against the xsd definition
-
-
-
Class org.apache.axis.types.PositiveInteger.BigIntegerRep extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
array
byte[] array
-
-
-
Class org.apache.axis.types.Schema extends java.lang.Object implements Serializable
-
Serialized Fields
-
__equalsCalc
java.lang.Object __equalsCalc
-
__hashCodeCalc
boolean __hashCodeCalc
-
_any
MessageElement[] _any
-
id
Id id
-
targetNamespace
URI targetNamespace
-
version
NormalizedString version
-
-
-
Class org.apache.axis.types.Time extends java.lang.Object implements Serializable
-
Serialized Fields
-
_value
java.util.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 java.lang.Number implements Serializable
-
Serialized Fields
-
__equalsCalc
java.lang.Object __equalsCalc
-
lValue
java.lang.Long lValue
-
-
-
Class org.apache.axis.types.UnsignedLong extends java.lang.Number implements Serializable
-
Serialized Fields
-
__equalsCalc
java.lang.Object __equalsCalc
-
lValue
java.math.BigInteger lValue
-
-
-
Class org.apache.axis.types.UnsignedShort extends UnsignedInt implements Serializable
-
Class org.apache.axis.types.URI extends java.lang.Object implements Serializable
- serialVersionUID:
- 1601921774685357214L
-
Serialized Fields
-
m_fragment
java.lang.String m_fragment
If specified, stores the fragment for this URI; otherwise null -
m_host
java.lang.String m_host
If specified, stores the host for this URI; otherwise null -
m_path
java.lang.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
java.lang.String m_queryString
If specified, stores the query string for this URI; otherwise null. -
m_regAuthority
java.lang.String m_regAuthority
If specified, stores the registry based authority for this URI; otherwise -1 -
m_scheme
java.lang.String m_scheme
Stores the scheme (usually the protocol) for this URI. -
m_userinfo
java.lang.String m_userinfo
If specified, stores the userinfo for this URI; otherwise null
-
-
Class org.apache.axis.types.URI.MalformedURIException extends java.io.IOException implements Serializable
- serialVersionUID:
- -6695054834342951930L
-
Class org.apache.axis.types.Year extends java.lang.Object implements Serializable
-
Serialized Fields
-
timezone
java.lang.String timezone
-
year
int year
-
-
-
Class org.apache.axis.types.YearMonth extends java.lang.Object implements Serializable
-
Serialized Fields
-
month
int month
-
timezone
java.lang.String timezone
-
year
int year
-
-
-
-
Package org.apache.axis.utils
-
Class org.apache.axis.utils.IdentityHashMap extends java.util.HashMap implements Serializable
-
Class org.apache.axis.utils.JavaUtils.HolderException extends java.lang.Exception implements Serializable
-
Class org.apache.axis.utils.LockableHashtable extends java.util.Hashtable implements Serializable
-
Serialized Fields
-
lockedEntries
java.util.Vector lockedEntries
Stores the keys of the locked entries -
parent
java.util.Hashtable parent
Place to look for properties which we don't find locally.
-
-
-
Class org.apache.axis.utils.Mapping extends java.lang.Object implements Serializable
-
Serialized Fields
-
namespaceURI
java.lang.String namespaceURI
-
prefix
java.lang.String prefix
-
-
-
Class org.apache.axis.utils.SOAPMonitor extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
add_btn
javax.swing.JButton add_btn
Field add_btn -
adminClient
AdminClient adminClient
Field adminClient -
axisHost
java.lang.String axisHost
Field axisHost -
axisPort
int axisPort
Field axisPort -
axisURL
java.lang.String axisURL
Field axisURL -
del_btn
javax.swing.JButton del_btn
Field del_btn -
list1
javax.swing.JList list1
Field list1 -
list2
javax.swing.JList list2
Field list2 -
login_btn
javax.swing.JButton login_btn
Field login_btn -
main_panel
javax.swing.JPanel main_panel
Private data -
model1
javax.swing.DefaultListModel model1
Field model1 -
model2
javax.swing.DefaultListModel model2
Field model2 -
originalDoc
org.w3c.dom.Document originalDoc
Field originalDoc -
pages
java.util.Vector pages
Field pages -
port
int port
Field port -
save_btn
javax.swing.JButton save_btn
Field save_btn -
serviceMap
java.util.HashMap serviceMap
Field serviceMap -
set_panel
javax.swing.JPanel set_panel
Field set_panel -
tabbed_pane
javax.swing.JTabbedPane tabbed_pane
Field tabbed_pane -
titleLabel
javax.swing.JLabel titleLabel
Field titleLabel -
titleStr
java.lang.String titleStr
Field titleStr -
top_pane
javax.swing.JTabbedPane top_pane
Field top_pane
-
-
-
Class org.apache.axis.utils.tcpmon extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
notebook
javax.swing.JTabbedPane notebook
-
-
-
Class org.apache.axis.utils.URLHashSet extends java.util.HashSet implements Serializable
-
-
Package org.apache.axis.utils.cache
-
Class org.apache.axis.utils.cache.JavaClass extends java.lang.Object implements Serializable
-
Serialized Fields
-
jc
java.lang.Class jc
-
methods
java.util.Hashtable methods
-
-
-
-
Package org.apache.axis.wsdl
-
Class org.apache.axis.wsdl.SkeletonImpl extends java.lang.Object implements Serializable
-
-
Package org.apache.axis.wsdl.fromJava
-
Class org.apache.axis.wsdl.fromJava.Namespaces extends java.util.HashMap implements Serializable
-
Serialized Fields
-
namespacePrefixMap
java.util.HashMap namespacePrefixMap
Field namespacePrefixMap -
prefixCount
int prefixCount
Field prefixCount
-
-
-
-
Package org.apache.axis.wsdl.symbolTable
-
Class org.apache.axis.wsdl.symbolTable.BackslashUtil extends java.lang.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
-
componentType
QName componentType
-
containedAttributes
java.util.Vector containedAttributes
contained attributes in the schema's type definition -
containedElements
java.util.Vector containedElements
contained elements in the schema's type definition -
dims
java.lang.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
org.w3c.dom.Node node
Field node -
onlyLiteralReference
boolean onlyLiteralReference
Field onlyLiteralReference -
refType
TypeEntry refType
Field refType -
types
java.util.HashSet types
Field types -
undefined
boolean undefined
Field undefined -
underlTypeNillable
boolean underlTypeNillable
-
-
-
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 java.io.IOException implements Serializable
-
Serialized Fields
-
filename
java.lang.String filename
Field filename
-
-
-
Class org.apache.axis.wsdl.toJava.Namespaces extends java.util.HashMap implements Serializable
-
Serialized Fields
-
defaultPackage
java.lang.String defaultPackage
Field defaultPackage -
pkg2NamespacesMap
java.util.Map pkg2NamespacesMap
Field pkg2Namespaces : reverse mapping of Namespaces -
root
java.lang.String root
Field root
-
-
-