Serialized Form
Package javax.xml.namespace |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Ensure that deserialization properly interns the results.
namespaceURI
java.lang.String namespaceURI
- Field namespaceURI
localPart
java.lang.String localPart
- Field localPart
cause
java.lang.Throwable cause
- Field cause
cause
java.lang.Throwable cause
- Field cause
Package javax.xml.rpc.handler |
handlerClass
java.lang.Class handlerClass
- Handler Class
config
java.util.Map config
- Configuration Map
headers
QName[] headers
- headers
Package javax.xml.rpc.soap |
faultcode
QName faultcode
- Qualified name of the faultcode.
faultstring
java.lang.String faultstring
- The faultstring element of the SOAP fault
faultactor
java.lang.String faultactor
- faultactor element of the SOAP fault
detail
Detail detail
- detail element of the SOAP fault
cause
java.lang.Throwable cause
config
EngineConfiguration config
- Our go-to guy for configuration...
_hasSafePassword
boolean _hasSafePassword
- Has the user changed the password yet?
shouldSaveConfig
boolean shouldSaveConfig
- Should we save the engine config each time we modify it?
classCache
ClassCache classCache
- Java class cache
session
Session session
- This engine's Session. This Session supports "application scope"
in the Apache SOAP sense... if you have a service with "application
scope", have it store things in this Session.
actorURIs
java.util.ArrayList actorURIs
- What actor URIs hold for the entire engine?
faultCode
QName faultCode
faultString
java.lang.String faultString
faultActor
java.lang.String faultActor
faultDetails
java.util.Vector faultDetails
workHandler
Handler workHandler
messageType
java.lang.String messageType
- The messageType indicates whether this is request or response.
mSOAPPart
SOAPPart mSOAPPart
- This Message's SOAPPart. Will always be here.
mAttachments
Attachments mAttachments
- This Message's Attachments object, which manages the attachments
contained in this Message.
headers
MimeHeaders headers
saveRequired
boolean saveRequired
msgContext
MessageContext msgContext
handlers
java.util.Vector handlers
invoked
boolean invoked
requestHandler
Handler requestHandler
pivotHandler
Handler pivotHandler
responseHandler
Handler responseHandler
currentForm
int currentForm
mimeHeaders
MimeHeaders mimeHeaders
contentId
java.lang.String contentId
contentLocation
java.lang.String contentLocation
currentMessage
java.lang.Object currentMessage
- The current representation of the SOAP contents of this part.
May be a String, byte[], InputStream, or SOAPEnvelope, depending
on whatever was last asked for. (ack)
currentForm must have the corresponding value.
As someone once said: "Just a placeholder until we figure out what the actual Message
object is."
currentMessageAsString
java.lang.String currentMessageAsString
currentMessageAsBytes
byte[] currentMessageAsBytes
msgObject
Message msgObject
- Message object this part is tied to. Used for serialization settings.
contentSource
Source contentSource
- Field contentSource
Package org.apache.axis.attachments |
datahandler
javax.activation.DataHandler datahandler
- Field datahandler
mimeHeaders
MimeHeaders mimeHeaders
- Field mimeHeaders
contentId
java.lang.String contentId
- Field contentId
contentLocation
java.lang.String contentLocation
- Field contentLocation
contentObject
java.lang.Object contentObject
- Field contentObject
attachments
java.util.HashMap attachments
- Field attachments
orderedAttachments
java.util.LinkedList orderedAttachments
- Field orderedAttachments
soapPart
SOAPPart soapPart
- Field soapPart
mpartStream
MultiPartInputStream mpartStream
- The actual stream to manage the multi-related input stream.
sendtype
int sendtype
- The form of the attachments, whether MIME or DIME.
contentLocation
java.lang.String contentLocation
- This is the content location as specified in SOAP with Attachments.
This maybe null if the message had no Content-Location specifed.
multipart
javax.mail.internet.MimeMultipart multipart
- multipart , cached entries for the stream of attachment that are going to be sent.
dimemultipart
DimeMultiPart dimemultipart
Package org.apache.axis.client |
serviceName
QName serviceName
wsdlLocation
java.net.URL wsdlLocation
wsdlDefinition
javax.wsdl.Definition wsdlDefinition
wsdlService
javax.wsdl.Service wsdlService
maintainSession
boolean maintainSession
registry
Service.HandlerRegistryImpl registry
transportImpls
java.util.Hashtable transportImpls
- A Hashtable mapping addresses (URLs) to Transports (objects)
map
java.util.Map map
Package org.apache.axis.components.image |
Package org.apache.axis.deployment.wsdd |
handlers
java.util.Vector handlers
parameters
LockableHashtable parameters
- Our parameters
qname
QName qname
- Our name
type
QName type
- Our type
scope
int scope
- Scope for this item (default is singleton)
singletonInstance
Handler singletonInstance
- Placeholder for hanging on to singleton object
handlers
java.util.HashMap handlers
services
java.util.HashMap services
transports
java.util.HashMap transports
typeMappings
java.util.Vector typeMappings
globalConfig
WSDDGlobalConfiguration globalConfig
namespaceToServices
java.util.HashMap namespaceToServices
- Mapping of namespaces -> services
engine
AxisEngine engine
tmr
TypeMappingRegistry tmr
tmrDeployed
boolean tmrDeployed
value
java.lang.String value
documentation
WSDDDocumentation documentation
- If we have documentation, it goes here
name
java.lang.String name
requestFlow
WSDDRequestFlow requestFlow
responseFlow
WSDDResponseFlow responseFlow
_classname
java.lang.String _classname
_map
java.util.Map _map
_headers
QName[] _headers
_hiList
java.util.ArrayList _hiList
_hiChainFactory
HandlerInfoChainFactory _hiChainFactory
_roles
java.lang.String[] _roles
desc
OperationDesc desc
- Holds all our actual data
parent
OperationDesc parent
parameter
ParameterDesc parameter
tmr
TypeMappingRegistry tmr
faultFlows
java.util.Vector faultFlows
typeMappings
java.util.Vector typeMappings
operations
java.util.Vector operations
namespaces
java.util.Vector namespaces
- Which namespaces should auto-dispatch to this service?
descriptionURL
java.lang.String descriptionURL
style
Style style
- Style - document or RPC (the default)
cachedService
SOAPService cachedService
providerQName
QName providerQName
- Our provider - used to figure out which Handler we use as a service
pivot (see getInstance() below)
_wsddHIchain
WSDDJAXRPCHandlerInfoChain _wsddHIchain
desc
ServiceDesc desc
streaming
boolean streaming
- Is streaming (i.e. NO high-fidelity recording, deserialize on the fly)
on for this service?
sendType
int sendType
- What attachment format should be used?
requestFlow
WSDDRequestFlow requestFlow
responseFlow
WSDDResponseFlow responseFlow
pivotQName
QName pivotQName
qname
QName qname
serializer
java.lang.String serializer
deserializer
java.lang.String deserializer
typeQName
QName typeQName
ref
java.lang.String ref
encodingStyle
java.lang.String encodingStyle
handlers
java.util.Vector handlers
chains
java.util.Vector chains
services
java.util.Vector services
transports
java.util.Vector transports
typeMappings
java.util.Vector typeMappings
Package org.apache.axis.description |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
typeEntry
TypeEntry typeEntry
- A TypeEntry corresponding to this parameter
mode
byte mode
- The Parameter mode (in, out, inout)
typeQName
QName typeQName
- The XML type of this parameter
javaType
java.lang.Class javaType
- The Java type of this parameter
order
int order
- The order of this parameter (-1 indicates unordered)
isReturn
boolean isReturn
- Indicates if this ParameterDesc represents a return or normal parameter
mimeType
java.lang.String mimeType
- MIME type for this parameter, if there is one
Package org.apache.axis.encoding |
value
java.lang.Object value
isEnded
boolean isEnded
targets
java.util.Vector targets
defaultType
QName defaultType
componentsReady
boolean componentsReady
isHref
boolean isHref
isNil
boolean isNil
id
java.lang.String id
mapTM
java.util.HashMap mapTM
defaultDelTM
TypeMapping defaultDelTM
Package org.apache.axis.encoding.ser |
arrayType
QName arrayType
curIndex
int curIndex
defaultItemType
QName defaultItemType
length
int length
arrayClass
java.lang.Class arrayClass
mDimLength
java.util.ArrayList mDimLength
mDimFactor
java.util.ArrayList mDimFactor
waiting
java.util.HashSet waiting
this$0
ArrayDeserializer this$0
table
java.util.HashMap table
arrayClass
java.lang.Class arrayClass
xmlType
QName xmlType
javaType
java.lang.Class javaType
buf
java.lang.StringBuffer buf
xmlType
QName xmlType
javaType
java.lang.Class javaType
deserClass
java.lang.Class deserClass
xmlType
QName xmlType
javaType
java.lang.Class javaType
deserClassConstructor
java.lang.reflect.Constructor deserClassConstructor
getDeserializer
java.lang.reflect.Method getDeserializer
firstCall
boolean firstCall
serClass
java.lang.Class serClass
share
boolean share
ser
Serializer ser
xmlType
QName xmlType
javaType
java.lang.Class javaType
serClassConstructor
java.lang.reflect.Constructor serClassConstructor
getSerializer
java.lang.reflect.Method getSerializer
firstCall
boolean firstCall
xmlType
QName xmlType
javaType
java.lang.Class javaType
propertyMap
java.util.Map propertyMap
prevQName
QName prevQName
typeDesc
TypeDesc typeDesc
- Type metadata about this class for XML deserialization
collectionIndex
int collectionIndex
cacheStringDSer
SimpleDeserializer cacheStringDSer
cacheXMLType
QName cacheXMLType
typeDesc
TypeDesc typeDesc
- Type metadata about this class for XML deserialization
propertyMap
java.util.Map propertyMap
xmlType
QName xmlType
javaType
java.lang.Class javaType
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
typeDesc
TypeDesc typeDesc
typeDesc
TypeDesc typeDesc
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
fromStringMethod
java.lang.reflect.Method fromStringMethod
toStringMethod
java.lang.reflect.Method toStringMethod
xmlType
QName xmlType
javaType
java.lang.Class javaType
buf
java.lang.StringBuffer buf
xmlType
QName xmlType
javaType
java.lang.Class javaType
context
DeserializationContext context
val
java.lang.StringBuffer val
constructor
java.lang.reflect.Constructor constructor
propertyMap
java.util.Map propertyMap
attributeMap
java.util.HashMap attributeMap
xmlType
QName xmlType
javaType
java.lang.Class javaType
typeDesc
TypeDesc typeDesc
cacheStringDSer
SimpleDeserializer cacheStringDSer
cacheXMLType
QName cacheXMLType
constructor
java.lang.reflect.Constructor constructor
xmlType
QName xmlType
javaType
java.lang.Class javaType
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
typeDesc
TypeDesc typeDesc
curIndex
int curIndex
Package org.apache.axis.enum |
type
Enum.Type type
value
int value
name
java.lang.String name
name
java.lang.String name
enums
Enum[] enums
dephault
Enum dephault
provider
QName provider
encoding
java.lang.String encoding
Package org.apache.axis.handlers |
options
java.util.Hashtable options
name
java.lang.String name
wsdlStart
java.lang.String wsdlStart
wsdlEnd
java.lang.String wsdlEnd
_roles
java.lang.String[] _roles
handlerInfos
java.util.List handlerInfos
roles
java.lang.String[] roles
impl
HandlerChainImpl impl
OPTION_JWS_FILE_EXTENSION
java.lang.String OPTION_JWS_FILE_EXTENSION
DEFAULT_JWS_FILE_EXTENSION
java.lang.String DEFAULT_JWS_FILE_EXTENSION
start
long start
activeSessions
java.util.Hashtable activeSessions
reapPeriodicity
long reapPeriodicity
lastReapTime
long lastReapTime
defaultSessionTimeout
int defaultSessionTimeout
Package org.apache.axis.handlers.http |
Package org.apache.axis.handlers.soap |
validTransports
java.util.Vector validTransports
- Valid transports for this service
(server side only!)
!!! For now, if this is null, we assume all
transports are valid.
highFidelityRecording
boolean highFidelityRecording
- Does this service require a high-fidelity SAX recording of messages?
(default is true)
sendType
int sendType
- How does this service wish data which would normally be sent as
an attachment to be sent? Default for requests is
org.apache.axis.attachments.Attachments.SEND_TYPE_DEFAULT,
and the default for responses is to match the request.
serviceDescription
ServiceDesc serviceDescription
- Our ServiceDescription. Holds pretty much all the interesting
metadata about this service.
engine
AxisEngine engine
actors
java.util.ArrayList actors
- Actor list - these are just the service-specific ones
Package org.apache.axis.message |
inputStream
java.io.InputStream inputStream
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
name
java.lang.String name
prefix
java.lang.String prefix
namespaceURI
java.lang.String namespaceURI
id
java.lang.String id
href
java.lang.String href
_isRoot
boolean _isRoot
message
SOAPEnvelope message
_isDirty
boolean _isDirty
qNameAttrs
java.util.Vector qNameAttrs
startEventIndex
int startEventIndex
startContentsIndex
int startContentsIndex
endEventIndex
int endEventIndex
elementRep
org.w3c.dom.Element elementRep
textRep
org.w3c.dom.Text textRep
parent
MessageElement parent
namespaces
java.util.ArrayList namespaces
encodingStyle
java.lang.String encodingStyle
- Our encoding style, if any
objectValue
java.lang.Object objectValue
- Object value, possibly supplied by subclass
fixupDeserializer
Deserializer fixupDeserializer
- !!! TODO : Make sure this handles multiple targets
children
java.util.ArrayList children
params
java.util.Vector params
needDeser
boolean needDeser
elementIsFirstParam
boolean elementIsFirstParam
operations
OperationDesc[] operations
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
myCall
RPCElement myCall
value
java.lang.Object value
countSetCalls
int countSetCalls
paramDesc
ParameterDesc paramDesc
wantXSIType
java.lang.Boolean wantXSIType
- Do we definitely want (or don't want) to send xsi:types? If null
(the default), just do whatever our SerializationContext is configured
to do. If TRUE or FALSE, the SerializationContext will do what we
want.
bodyElements
java.util.Vector bodyElements
soapConstants
SOAPConstants soapConstants
header
SOAPHeader header
body
SOAPBody body
trailers
java.util.Vector trailers
soapConstants
SOAPConstants soapConstants
messageType
java.lang.String messageType
fault
AxisFault fault
headers
java.util.Vector headers
soapConstants
SOAPConstants soapConstants
processed
boolean processed
actor
java.lang.String actor
mustUnderstand
boolean mustUnderstand
Package org.apache.axis.providers |
Package org.apache.axis.providers.java |
Package org.apache.axis.server |
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.
Package org.apache.axis.soap |
Package org.apache.axis.transport.http |
transportName
java.lang.String transportName
securityProvider
ServletSecurityProvider securityProvider
enableList
boolean enableList
- Should we enable the "?list" functionality on GETs? (off by
default because deployment information is a potential security
hole)
jwsClassDir
java.lang.String jwsClassDir
- Cached path to JWS output directory
axisServer
AxisServer axisServer
- per-instance cache of the axis server
webInfPath
java.lang.String webInfPath
- Cached path to our WEB-INF directory
homeDir
java.lang.String homeDir
- Cached path to our "root" dir
isProduction
boolean isProduction
- flag set to true for a 'production' server
Package org.apache.axis.transport.java |
Package org.apache.axis.transport.local |
server
AxisServer server
Package org.apache.axis.types |
zero
java.math.BigInteger zero
- validate the value against the xsd definition
lValue
java.lang.Long lValue
__equalsCalc
java.lang.Object __equalsCalc
lValue
java.lang.Double lValue
__equalsCalc
java.lang.Object __equalsCalc
m_scheme
java.lang.String m_scheme
- Stores the scheme (usually the protocol) for this URI.
m_userinfo
java.lang.String m_userinfo
- If specified, stores the userinfo for this URI; otherwise null
m_host
java.lang.String m_host
- If specified, stores the host for this URI; otherwise null
m_port
int m_port
- If specified, stores the port for this URI; otherwise -1
m_path
java.lang.String m_path
- If specified, stores the path for this URI; otherwise null
m_queryString
java.lang.String m_queryString
- If specified, stores the query string for this URI; otherwise
null.
m_fragment
java.lang.String m_fragment
- If specified, stores the fragment for this URI; otherwise null
Package org.apache.axis.utils |
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.
namespaceURI
java.lang.String namespaceURI
namespaceHash
int namespaceHash
prefix
java.lang.String prefix
prefixHash
int prefixHash
notebook
javax.swing.JTabbedPane notebook
Package org.apache.axis.wsdl.fromJava |
prefixCount
int prefixCount
namespacePrefixMap
java.util.HashMap namespacePrefixMap
Package org.apache.axis.wsdl.symbolTable |
node
org.w3c.dom.Node node
refType
TypeEntry refType
dims
java.lang.String dims
undefined
boolean undefined
isBaseType
boolean isBaseType
isSimpleType
boolean isSimpleType
onlyLiteralReference
boolean onlyLiteralReference
delegate
UndefinedDelegate delegate
delegate
UndefinedDelegate delegate
Package org.apache.axis.wsdl.toJava |
root
java.lang.String root
defaultPackage
java.lang.String defaultPackage
Copyright © 2002 Apache XML Project. All Rights Reserved.