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.
- Throws:
java.io.IOException
- if there was a failure in the object input stream
java.lang.ClassNotFoundException
- if the class of any sub-objects could
not be found
namespaceURI
java.lang.String namespaceURI
localPart
java.lang.String localPart
prefix
java.lang.String prefix
cause
java.lang.Throwable cause
- The cause of this error.
cause
java.lang.Throwable cause
- The cause of this exception.
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? True if they have.
shouldSaveConfig
boolean shouldSaveConfig
- Should we save the engine config each time we modify it? True if we
should.
session
Session session
- This engine's Session. This Session supports "application scope"
in the Apache SOAP sense... if you have a service with "application
scope", have it store things in this Session.
actorURIs
java.util.ArrayList actorURIs
- What actor URIs hold for the entire engine? Find them here.
faultCode
QName faultCode
faultSubCode
java.util.Vector faultSubCode
- SOAP1.2 addition: subcodes of faults; a Vector of QNames
faultString
java.lang.String faultString
faultActor
java.lang.String faultActor
faultDetails
java.util.Vector faultDetails
faultNode
java.lang.String faultNode
faultHeaders
java.util.ArrayList faultHeaders
- SOAP headers which should be serialized with the Fault.
containedException
java.lang.Exception containedException
- The contained exception if present.
stackTrace
java.lang.String stackTrace
workHandler
Handler workHandler
- The
Handler
that will do the actual work of handeling the
fault.
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
mProps
java.util.Hashtable mProps
handlers
java.util.Vector handlers
invoked
boolean invoked
CAUGHTFAULT_PROPERTY
java.lang.String CAUGHTFAULT_PROPERTY
requestHandler
Handler requestHandler
pivotHandler
Handler pivotHandler
responseHandler
Handler responseHandler
currentForm
int currentForm
mimeHeaders
MimeHeaders mimeHeaders
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."
currentEncoding
java.lang.String currentEncoding
- default message encoding charset
currentMessageAsString
java.lang.String currentMessageAsString
currentMessageAsBytes
byte[] currentMessageAsBytes
currentMessageAsEnvelope
SOAPEnvelope currentMessageAsEnvelope
msgObject
Message msgObject
- Message object this part is tied to. Used for serialization settings.
contentSource
javax.xml.transform.Source contentSource
- Field contentSource.
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
Package org.apache.axis.attachments |
datahandler
javax.activation.DataHandler datahandler
- The data handler.
TODO: make private?
mimeHeaders
MimeHeaders mimeHeaders
- Field mimeHeaders.
contentObject
java.lang.Object contentObject
attachmentFile
java.lang.String attachmentFile
- The name of a file used to store the data.
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.
stackDataHandler
java.util.HashMap stackDataHandler
- The HashMap for DataHandler Managements.
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 |
checker
MustUnderstandChecker checker
serviceName
QName serviceName
wsdlLocation
java.lang.String wsdlLocation
wsdlService
javax.wsdl.Service wsdlService
maintainSession
boolean maintainSession
registry
Service.HandlerRegistryImpl registry
wsdlParser
Parser wsdlParser
_call
Call _call
transportImpls
java.util.Hashtable transportImpls
- A Hashtable mapping addresses (URLs) to Transports (objects)
map
java.util.Map map
Package org.apache.axis.client.async |
Package org.apache.axis.collections |
serialVersionUID: 2197433140769957051l
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Description copied from class:
SequencedHashMap
- Deserializes this map from the given stream.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Description copied from class:
SequencedHashMap
- Serializes this map to the given stream.
serialVersionUID: 3380552487888102930l
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 it
java.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 |
Package org.apache.axis.constants |
type
Enum.Type type
value
int value
name
java.lang.String name
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
name
java.lang.String name
enums
Enum[] enums
dephault
Enum dephault
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
provider
QName provider
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
encoding
java.lang.String encoding
Package org.apache.axis.deployment.wsdd |
innerType
QName innerType
- array item type
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.HashMap 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
name
java.lang.String name
desc
FaultDesc desc
requestFlow
WSDDRequestFlow requestFlow
responseFlow
WSDDResponseFlow responseFlow
roles
java.util.ArrayList roles
_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?
roles
java.util.List roles
- Which roles does this service support?
descriptionURL
java.lang.String descriptionURL
style
Style style
- Style - document, wrapped, message, or RPC (the default)
use
Use use
- Use - encoded (the default) or literal
providerQName
QName providerQName
- Our provider - used to figure out which Handler we use as a service
pivot (see getInstance() below)
_wsddHIchain
WSDDJAXRPCHandlerInfoChain _wsddHIchain
desc
JavaServiceDesc desc
streaming
boolean streaming
- Is streaming (i.e. NO high-fidelity recording, deserialize on the fly)
on for this service?
sendType
int sendType
- What attachment format should be used?
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 |
minOccurs
int minOccurs
- The minOccurs value from the schema
maxOccurs
int maxOccurs
- The maxOccurs value from the schema
nillable
boolean nillable
- The nillable value from the schema.
By default, element cannot be nillable.
unbounded
boolean unbounded
- maxOccurs="unbounded"
arrayType
QName arrayType
- If this is an array, this holds the array type
itemQName
QName itemQName
- If this is a "wrapped" array, this tells us the inner QName
name
java.lang.String name
qname
QName qname
parameters
java.util.ArrayList parameters
className
java.lang.String className
xmlType
QName xmlType
complex
boolean complex
fieldName
java.lang.String fieldName
- The name of the Java field in question
xmlName
QName xmlName
- The XML QName this field maps to
xmlType
QName xmlType
- The XML Type this field maps to/from
javaType
java.lang.Class javaType
- The Java type of this field
_isElement
boolean _isElement
- An indication of whether this should be an element or an attribute
minOccursIs0
boolean minOccursIs0
- An indication that minoccurs is zero
name
java.lang.String name
- The name of this service
documentation
java.lang.String documentation
- The documentation of this service
style
Style style
- Style/Use
use
Use use
useSet
boolean useSet
operations
java.util.ArrayList operations
- Our operations - a list of OperationDescs
namespaceMappings
java.util.List namespaceMappings
- A collection of namespaces which will map to this service
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....
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.
properties
java.util.HashMap properties
- Place to store user-extensible service-related properties
name2OperationsMap
java.util.HashMap name2OperationsMap
- Lookup caches
qname2OperationsMap
java.util.HashMap qname2OperationsMap
allowedMethods
java.util.List allowedMethods
- null allows everything, an empty ArrayList allows nothing
disallowedMethods
java.util.List disallowedMethods
- List if disallowed methods
implClass
java.lang.Class implClass
- Implementation class
isSkeletonClass
boolean isSkeletonClass
- Is the implementation a Skeleton? If this is true, it will generate
a Fault to provide OperationDescs via WSDD.
stopClasses
java.util.ArrayList stopClasses
- Classes at which we should stop looking up the inheritance chain
when introspecting
messageServiceDefaultOp
OperationDesc messageServiceDefaultOp
completedNames
java.util.ArrayList completedNames
- Method names for which we have completed any introspection necessary
tm
TypeMapping tm
- Our typemapping for resolving Java<->XML type issues
tmr
TypeMappingRegistry tmr
haveAllSkeletonMethods
boolean haveAllSkeletonMethods
introspectionComplete
boolean introspectionComplete
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
parent
ServiceDesc parent
- The service we're a part of
parameters
java.util.ArrayList parameters
- Parameter list
name
java.lang.String name
- The operation name (String, or QName?)
elementQName
QName elementQName
- An XML QName which should dispatch to this method
style
Style style
- This operation's style/use. If null, we default to our parent's
use
Use use
numInParams
int numInParams
- The number of "in" params (i.e. IN or INOUT) for this operation
numOutParams
int numOutParams
- The number of "out" params (i.e. OUT or INOUT) for this operation
soapAction
java.lang.String soapAction
- A unique SOAPAction value for this operation
faults
java.util.ArrayList faults
- Faults for this operation
returnDesc
ParameterDesc returnDesc
messageOperationStyle
int messageOperationStyle
- If we're a message-style operation, what's our signature?
documentation
java.lang.String documentation
- The documentation for the operation
mep
javax.wsdl.OperationType mep
- The MEP for this Operation - uses the WSDL4J OperationType for now
but we might want to have our own extensible enum for WSDL 2.0
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
itemQName
QName itemQName
- If this ParamDesc represents a literal array, this QName will
determine if it gets written as a "bare" or a "wrapped" schema.
itemType
QName itemType
inHeader
boolean inHeader
- Indicates whether input/output values are stored in the header
outHeader
boolean outHeader
documentation
java.lang.String documentation
- The documentation for the parameter
lookedForAny
boolean lookedForAny
- Have we already introspected for the special "any" property desc?
canSearchParents
boolean canSearchParents
- Can this instance search for metadata in parents of the type it describes?
hasSearchedParents
boolean hasSearchedParents
parentDesc
TypeDesc parentDesc
- My superclass TypeDesc
javaClass
java.lang.Class javaClass
- The Java class for this type
xmlType
QName xmlType
- The XML type QName for this type
fields
FieldDesc[] fields
- The various fields in here
fieldNameMap
java.util.HashMap fieldNameMap
- A cache of FieldDescs by name
fieldElementMap
java.util.HashMap fieldElementMap
- A cache of FieldDescs by Element QName
_hasAttributes
boolean _hasAttributes
- Are there any fields which are serialized as attributes?
propertyDescriptors
BeanPropertyDescriptor[] propertyDescriptors
- Introspected property descriptors
propertyMap
java.util.Map propertyMap
- Map with key = property descriptor name, value = descriptor
anyDesc
BeanPropertyDescriptor anyDesc
- Indication if this type has support for xsd:any.
Package org.apache.axis.encoding |
inInitMappings
boolean inInitMappings
value
java.lang.Object value
debugEnabled
boolean debugEnabled
isEnded
boolean isEnded
targets
java.util.Vector targets
defaultType
QName defaultType
componentsReadyFlag
boolean componentsReadyFlag
activeDeserializers
java.util.HashSet activeDeserializers
- A set of sub-deserializers whose values must complete before our
value is complete.
isHref
boolean isHref
isNil
boolean isNil
id
java.lang.String id
delegate
TypeMappingImpl delegate
next
TypeMappingDelegate next
qName2Pair
java.util.HashMap qName2Pair
class2Pair
java.util.HashMap class2Pair
pair2SF
java.util.HashMap pair2SF
pair2DF
java.util.HashMap pair2DF
namespaces
java.util.ArrayList namespaces
doAutoTypes
java.lang.Boolean doAutoTypes
javaType
java.lang.Class javaType
xmlType
QName xmlType
mapTM
java.util.HashMap mapTM
defaultDelTM
TypeMappingDelegate defaultDelTM
isDelegated
boolean isDelegated
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
soapConstants
SOAPConstants soapConstants
table
java.util.HashMap table
arrayClass
java.lang.Class arrayClass
componentXmlType
QName componentXmlType
xmlType
QName xmlType
javaType
java.lang.Class javaType
componentType
QName componentType
componentQName
QName componentQName
componentType
QName componentType
componentQName
QName componentQName
xmlType
QName xmlType
javaType
java.lang.Class javaType
deserClass
java.lang.Class deserClass
xmlType
QName xmlType
javaType
java.lang.Class javaType
serClass
java.lang.Class serClass
xmlType
QName xmlType
javaType
java.lang.Class javaType
val
java.io.CharArrayWriter val
xmlType
QName xmlType
javaType
java.lang.Class javaType
propertyMap
java.util.Map propertyMap
prevQName
QName prevQName
constructorToUse
java.lang.reflect.Constructor constructorToUse
- Constructor if no default constructor
constructorTarget
Target constructorTarget
- Constructor Target object to use (if constructorToUse != null)
typeDesc
TypeDesc typeDesc
- Type metadata about this class for XML deserialization
collectionIndex
int collectionIndex
cacheStringDSer
SimpleDeserializer cacheStringDSer
cacheXMLType
QName cacheXMLType
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
xmlType
QName xmlType
javaType
java.lang.Class javaType
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
typeDesc
TypeDesc typeDesc
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromStringMethod
java.lang.reflect.Method fromStringMethod
toStringMethod
java.lang.reflect.Method toStringMethod
xmlType
QName xmlType
javaType
java.lang.Class javaType
context
DeserializationContext context
val
java.io.CharArrayWriter 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
context
DeserializationContext context
cacheStringDSer
SimpleDeserializer cacheStringDSer
cacheXMLType
QName cacheXMLType
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
isBasicType
boolean isBasicType
val
java.lang.StringBuffer val
constructor
java.lang.reflect.Constructor constructor
propertyMap
java.util.Map propertyMap
attributeMap
java.util.HashMap attributeMap
context
DeserializationContext context
xmlType
QName xmlType
javaType
java.lang.Class javaType
typeDesc
TypeDesc typeDesc
cacheStringDSer
SimpleListDeserializer cacheStringDSer
cacheXMLType
QName cacheXMLType
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
clazzType
java.lang.Class clazzType
xmlType
QName xmlType
javaType
java.lang.Class javaType
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
typeDesc
TypeDesc typeDesc
xmlType
QName xmlType
javaType
java.lang.Class javaType
propertyDescriptor
BeanPropertyDescriptor[] propertyDescriptor
typeDesc
TypeDesc typeDesc
isBasicType
boolean isBasicType
curIndex
int curIndex
Package org.apache.axis.encoding.ser.castor |
xmlType
QName xmlType
javaType
java.lang.Class javaType
xmlType
QName xmlType
javaType
java.lang.Class javaType
Package org.apache.axis.encoding.ser.xbeans |
mJavaType
java.lang.Class mJavaType
mXmlType
QName mXmlType
Package org.apache.axis.enum |
Package org.apache.axis.handlers |
makeLockable
boolean makeLockable
options
java.util.Hashtable options
name
java.lang.String name
wsdlStart1
java.lang.String wsdlStart1
wsdlStart
java.lang.String wsdlStart
wsdlEnd
java.lang.String wsdlEnd
_roles
java.lang.String[] _roles
falseIndex
int falseIndex
handlerInfos
java.util.List handlerInfos
handlerInfos
java.util.List handlerInfos
_roles
java.lang.String[] _roles
impl
HandlerChainImpl impl
OPTION_JWS_FILE_EXTENSION
java.lang.String OPTION_JWS_FILE_EXTENSION
- See Also:
- Constant Field Values
DEFAULT_JWS_FILE_EXTENSION
java.lang.String DEFAULT_JWS_FILE_EXTENSION
- See Also:
- Constant Field Values
start
long start
writeToConsole
boolean writeToConsole
filename
java.lang.String filename
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 |
service
SOAPService service
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
serviceObjects
java.util.Map serviceObjects
- A list of our active service objects (these can have lifetimes and
be reaped)
nextObjectID
int nextObjectID
isRunning
boolean isRunning
actors
java.util.ArrayList actors
- Actor list - these are just the service-specific ones
Package org.apache.axis.message |
inputStream
java.io.InputStream inputStream
id
java.lang.String id
href
java.lang.String href
_isRoot
boolean _isRoot
message
SOAPEnvelope message
qNameAttrs
java.util.Vector qNameAttrs
startEventIndex
int startEventIndex
startContentsIndex
int startContentsIndex
endEventIndex
int endEventIndex
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
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
name
java.lang.String name
prefix
java.lang.String prefix
namespaceURI
java.lang.String namespaceURI
document
org.w3c.dom.Document document
parent
NodeImpl parent
children
java.util.ArrayList children
textRep
org.w3c.dom.CharacterData textRep
_isDirty
boolean _isDirty
needDeser
boolean needDeser
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
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.
soapConstants
SOAPConstants soapConstants
disableFormatting
boolean disableFormatting
doSAAJEncodingCompliance
boolean doSAAJEncodingCompliance
delegate
org.w3c.dom.Document delegate
soapPart
SOAPPart soapPart
features
java.lang.String[] features
version
java.lang.String version
header
SOAPHeader header
body
SOAPBody body
trailers
java.util.Vector trailers
soapConstants
SOAPConstants soapConstants
schemaVersion
SchemaVersion schemaVersion
messageType
java.lang.String messageType
fault
AxisFault fault
prefix
java.lang.String prefix
locale
java.util.Locale locale
detail
Detail detail
soapConstants
SOAPConstants soapConstants
processed
boolean processed
actor
java.lang.String actor
mustUnderstand
boolean mustUnderstand
relay
boolean relay
alreadySerialized
boolean alreadySerialized
Package org.apache.axis.monitor |
Package org.apache.axis.providers |
Package org.apache.axis.providers.java |
Package org.apache.axis.schema |
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
transport
Handler transport
securityProvider
ServletSecurityProvider securityProvider
servicesPath
java.lang.String servicesPath
enableList
boolean enableList
- Should we enable the "?list" functionality on GETs? (off by
default because deployment information is a potential security
hole)
disableServicesList
boolean disableServicesList
- Should we turn off the list of services when we receive a GET
at the servlet root?
jwsClassDir
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
isDevelopment
boolean isDevelopment
- flag set to true for a 'production' server
connectionManager
org.apache.commons.httpclient.HttpConnectionManager connectionManager
clientProperties
CommonsHTTPClientProperties clientProperties
httpChunkStream
boolean httpChunkStream
targetURL
java.net.URL targetURL
- the url; used for error reporting
Package org.apache.axis.transport.java |
Package org.apache.axis.transport.jms |
Package org.apache.axis.transport.local |
server
AxisServer server
Package org.apache.axis.transport.mail |
uuidGen
UUIDGen uuidGen
prop
java.util.Properties prop
session
javax.mail.Session session
Package org.apache.axis.types |
day
int day
timezone
java.lang.String timezone
isNegative
boolean isNegative
years
int years
months
int months
days
int days
hours
int hours
minutes
int minutes
seconds
double seconds
entities
Entity[] entities
m_value
byte[] m_value
idrefs
IDRef[] idrefs
month
int month
timezone
java.lang.String timezone
month
int month
day
int day
timezone
java.lang.String timezone
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
zero
java.math.BigInteger zero
- validate the value against the xsd definition
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
array
byte[] array
tokens
NMToken[] tokens
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
zero
java.math.BigInteger zero
- validate the value against the xsd definition
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
array
byte[] array
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
zero
java.math.BigInteger zero
- validate the value against the xsd definition
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
array
byte[] array
m_value
java.lang.String m_value
name
NCName name
publicURI
URI publicURI
systemURI
URI systemURI
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
iMinInclusive
java.math.BigInteger iMinInclusive
- validate the value against the xsd definition
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
array
byte[] array
_any
MessageElement[] _any
targetNamespace
URI targetNamespace
version
NormalizedString version
id
Id id
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
_value
java.util.Calendar _value
lValue
java.lang.Long lValue
__equalsCalc
java.lang.Object __equalsCalc
lValue
java.math.BigInteger lValue
__equalsCalc
java.lang.Object __equalsCalc
serialVersionUID: 1601921774685357214l
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_regAuthority
java.lang.String m_regAuthority
- If specified, stores the registry based authority 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
serialVersionUID: -6695054834342951930l
year
int year
timezone
java.lang.String timezone
year
int year
month
int month
timezone
java.lang.String timezone
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
prefix
java.lang.String prefix
main_panel
javax.swing.JPanel main_panel
- Private data
tabbed_pane
javax.swing.JTabbedPane tabbed_pane
- Field tabbed_pane
top_pane
javax.swing.JTabbedPane top_pane
- Field top_pane
port
int port
- Field port
axisHost
java.lang.String axisHost
- Field axisHost
axisPort
int axisPort
- Field axisPort
axisURL
java.lang.String axisURL
- Field axisURL
pages
java.util.Vector pages
- Field pages
titleStr
java.lang.String titleStr
- Field titleStr
- See Also:
- Constant Field Values
set_panel
javax.swing.JPanel set_panel
- Field set_panel
titleLabel
javax.swing.JLabel titleLabel
- Field titleLabel
add_btn
javax.swing.JButton add_btn
- Field add_btn
del_btn
javax.swing.JButton del_btn
- Field del_btn
save_btn
javax.swing.JButton save_btn
- Field save_btn
login_btn
javax.swing.JButton login_btn
- Field login_btn
model1
javax.swing.DefaultListModel model1
- Field model1
model2
javax.swing.DefaultListModel model2
- Field model2
list1
javax.swing.JList list1
- Field list1
list2
javax.swing.JList list2
- Field list2
serviceMap
java.util.HashMap serviceMap
- Field serviceMap
originalDoc
org.w3c.dom.Document originalDoc
- Field originalDoc
adminClient
AdminClient adminClient
- Field adminClient
notebook
javax.swing.JTabbedPane notebook
Package org.apache.axis.utils.cache |
methods
java.util.Hashtable methods
jc
java.lang.Class jc
Package org.apache.axis.wsdl |
Package org.apache.axis.wsdl.fromJava |
prefixCount
int prefixCount
- Field prefixCount
namespacePrefixMap
java.util.HashMap namespacePrefixMap
- Field namespacePrefixMap
Package org.apache.axis.wsdl.symbolTable |
extensionBase
TypeEntry extensionBase
- Field extensionBase
searchedForExtensionBase
boolean searchedForExtensionBase
- Field searchedForExtensionBase
generated
boolean generated
node
org.w3c.dom.Node node
- Field node
refType
TypeEntry refType
- Field refType
dims
java.lang.String dims
- Field dims
underlTypeNillable
boolean underlTypeNillable
componentType
QName componentType
itemQName
QName itemQName
- If this TypeEntry represents an array with elements inside a "wrapper"
this field can optionally change the inner QName (default is
- ).
undefined
boolean undefined
- Field undefined
isBaseType
boolean isBaseType
- Field isBaseType
isSimpleType
boolean isSimpleType
- Field isSimpleType
onlyLiteralReference
boolean onlyLiteralReference
- Field onlyLiteralReference
types
java.util.HashSet types
- Field types
containedElements
java.util.Vector containedElements
- contained elements in the schema's type definition
containedAttributes
java.util.Vector containedAttributes
- contained attributes in the schema's type definition
delegate
UndefinedDelegate delegate
- Field delegate
delegate
UndefinedDelegate delegate
- Field delegate
Package org.apache.axis.wsdl.toJava |
filename
java.lang.String filename
- Field filename
root
java.lang.String root
- Field root
defaultPackage
java.lang.String defaultPackage
- Field defaultPackage
pkg2NamespacesMap
java.util.Map pkg2NamespacesMap
- Field pkg2Namespaces : reverse mapping of Namespaces
Copyright © 2005 Apache Web Services Project. All Rights Reserved.