Serialized Form


Package javax.xml.namespace

Class javax.xml.namespace.QName extends java.lang.Object implements Serializable

serialVersionUID: -6756054858541526837L

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 stream
java.lang.ClassNotFoundException - if the class of any sub-objects could not be found
Serialized Fields

namespaceURI

java.lang.String namespaceURI

localPart

java.lang.String localPart

prefix

java.lang.String prefix

Package javax.xml.soap

Class javax.xml.soap.SOAPException extends java.lang.Exception implements Serializable

serialVersionUID: 5083961510786058130L

Serialized Fields

cause

java.lang.Throwable cause

Package javax.xml.ws

Class javax.xml.ws.ProtocolException extends WebServiceException implements Serializable

Class javax.xml.ws.WebServiceException extends java.lang.RuntimeException implements Serializable

Class javax.xml.ws.WebServicePermission extends java.security.BasicPermission implements Serializable


Package javax.xml.ws.http

Class javax.xml.ws.http.HTTPException extends ProtocolException implements Serializable

Serialized Fields

statusCode

int statusCode

Package javax.xml.ws.soap

Class javax.xml.ws.soap.SOAPFaultException extends ProtocolException implements Serializable

Serialized Fields

fault

SOAPFault fault

Package org.apache.axis2

Class org.apache.axis2.AxisFault extends java.rmi.RemoteException implements Serializable

serialVersionUID: -374933082062124907L

Serialized Fields

headers

java.util.List<E> headers
assume headers are not used very often


message

java.lang.String message

faultReasonList

java.util.List<E> faultReasonList

faultCode

QName faultCode

faultSubCodes

java.util.List<E> faultSubCodes

faultNode

java.lang.String faultNode

faultRole

java.lang.String faultRole

detail

org.apache.axiom.om.OMElement detail

soapFaultCode

org.apache.axiom.soap.SOAPFaultCode soapFaultCode

soapFaultReason

org.apache.axiom.soap.SOAPFaultReason soapFaultReason

soapFaultNode

org.apache.axiom.soap.SOAPFaultNode soapFaultNode

soapFaultRole

org.apache.axiom.soap.SOAPFaultRole soapFaultRole

soapFaultDetail

org.apache.axiom.soap.SOAPFaultDetail soapFaultDetail

faultMessageContext

MessageContext faultMessageContext
If not null, this MessageContext represents the fault as it should be returned. This is used by higher-level layers that want to generate the message themselves so that processing may take place before they return control (e.g. JAX-WS.)


nodeURI

java.lang.String nodeURI
SOAP1.2: URI of faulting node. Null for unknown.

The value of the Node element information item is the URI that identifies the SOAP node that generated the fault. SOAP nodes that do not act as the ultimate SOAP receiver MUST include this element information item. An ultimate SOAP receiver MAY include this element information item to indicate explicitly that it generated the fault.


faultAction

java.lang.String faultAction

Package org.apache.axis2.addressing

Class org.apache.axis2.addressing.EndpointReference extends java.lang.Object implements Serializable

serialVersionUID: 5278892171162372439L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read the EPR to the specified InputStream.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write the EPR to the specified OutputStream. Because of potential OMElements/Attributes, we need to actually serialize the OM structures (at least in some cases.)

Throws:
java.io.IOException
Serialized Fields

logCorrelationIDString

java.lang.String logCorrelationIDString
An ID which can be used to correlate operations on an instance of this object in the log files


name

java.lang.String name

address

java.lang.String address

addressAttributes

java.util.ArrayList<E> addressAttributes

metaData

java.util.ArrayList<E> metaData

metaDataAttributes

java.util.ArrayList<E> metaDataAttributes

referenceParameters

java.util.Map<K,V> referenceParameters

extensibleElements

java.util.ArrayList<E> extensibleElements

attributes

java.util.ArrayList<E> attributes

Class org.apache.axis2.addressing.RelatesTo extends java.lang.Object implements Serializable

serialVersionUID: -1120384315333414960L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the object that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved.

Throws:
java.io.IOException

Package org.apache.axis2.client

Class org.apache.axis2.client.Options extends java.lang.Object implements Serializable

serialVersionUID: -8318751890845181507L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the MessageContext that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved.

Throws:
java.io.IOException

Package org.apache.axis2.clustering

Class org.apache.axis2.clustering.ClusteringCommand extends java.lang.Object implements Serializable

Class org.apache.axis2.clustering.ClusteringFault extends AxisFault implements Serializable


Package org.apache.axis2.clustering.configuration

Class org.apache.axis2.clustering.configuration.ConfigurationClusteringCommand extends ClusteringCommand implements Serializable


Package org.apache.axis2.clustering.configuration.commands

Class org.apache.axis2.clustering.configuration.commands.ApplyServicePolicyCommand extends ConfigurationClusteringCommand implements Serializable

Serialized Fields

policy

java.lang.String policy

serviceName

java.lang.String serviceName

Class org.apache.axis2.clustering.configuration.commands.CommitCommand extends ConfigurationClusteringCommand implements Serializable

Class org.apache.axis2.clustering.configuration.commands.ExceptionCommand extends ConfigurationClusteringCommand implements Serializable

Serialized Fields

exception

java.lang.Throwable exception

Class org.apache.axis2.clustering.configuration.commands.LoadServiceGroupsCommand extends ConfigurationClusteringCommand implements Serializable

Serialized Fields

serviceGroupNames

java.lang.String[] serviceGroupNames

Class org.apache.axis2.clustering.configuration.commands.PrepareCommand extends ConfigurationClusteringCommand implements Serializable

Class org.apache.axis2.clustering.configuration.commands.ReloadConfigurationCommand extends ConfigurationClusteringCommand implements Serializable

Class org.apache.axis2.clustering.configuration.commands.RollbackCommand extends ConfigurationClusteringCommand implements Serializable

Class org.apache.axis2.clustering.configuration.commands.UnloadServiceGroupsCommand extends ConfigurationClusteringCommand implements Serializable

Serialized Fields

serviceGroupNames

java.lang.String[] serviceGroupNames

Package org.apache.axis2.clustering.context

Class org.apache.axis2.clustering.context.ContextClusteringCommand extends ClusteringCommand implements Serializable

Serialized Fields

uniqueId

java.lang.String uniqueId

Class org.apache.axis2.clustering.context.PropertyUpdater extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.Map<K,V> properties

Package org.apache.axis2.clustering.context.commands

Class org.apache.axis2.clustering.context.commands.ContextClusteringCommandCollection extends ContextClusteringCommand implements Serializable

Serialized Fields

commands

java.util.ArrayList<E> commands

Class org.apache.axis2.clustering.context.commands.DeleteServiceContextCommand extends ContextClusteringCommand implements Serializable

Serialized Fields

serviceGroupName

java.lang.String serviceGroupName

serviceGroupContextId

java.lang.String serviceGroupContextId

serviceName

java.lang.String serviceName

Class org.apache.axis2.clustering.context.commands.DeleteServiceGroupContextCommand extends ContextClusteringCommand implements Serializable

Serialized Fields

serviceGroupContextId

java.lang.String serviceGroupContextId

Class org.apache.axis2.clustering.context.commands.UpdateConfigurationContextCommand extends UpdateContextCommand implements Serializable

Class org.apache.axis2.clustering.context.commands.UpdateContextCommand extends ContextClusteringCommand implements Serializable

Serialized Fields

propertyUpdater

PropertyUpdater propertyUpdater

Class org.apache.axis2.clustering.context.commands.UpdateServiceContextCommand extends UpdateContextCommand implements Serializable

Serialized Fields

serviceGroupName

java.lang.String serviceGroupName

serviceGroupContextId

java.lang.String serviceGroupContextId

serviceName

java.lang.String serviceName

Class org.apache.axis2.clustering.context.commands.UpdateServiceGroupContextCommand extends UpdateContextCommand implements Serializable

Serialized Fields

serviceGroupName

java.lang.String serviceGroupName

serviceGroupContextId

java.lang.String serviceGroupContextId

Package org.apache.axis2.clustering.control

Class org.apache.axis2.clustering.control.AckCommand extends ControlCommand implements Serializable

Serialized Fields

uniqueId

java.lang.String uniqueId

memberId

java.lang.String memberId

Class org.apache.axis2.clustering.control.ControlCommand extends ClusteringCommand implements Serializable

Class org.apache.axis2.clustering.control.GetConfigurationCommand extends ControlCommand implements Serializable

Serialized Fields

serviceGroupNames

java.lang.String[] serviceGroupNames

Class org.apache.axis2.clustering.control.GetConfigurationResponseCommand extends ControlCommand implements Serializable

Serialized Fields

serviceGroups

java.lang.String[] serviceGroups

Class org.apache.axis2.clustering.control.GetStateCommand extends ControlCommand implements Serializable

Serialized Fields

commands

ContextClusteringCommand[] commands

Class org.apache.axis2.clustering.control.GetStateResponseCommand extends ControlCommand implements Serializable

Serialized Fields

commands

ContextClusteringCommand[] commands

Package org.apache.axis2.context

Class org.apache.axis2.context.MessageContext extends AbstractContext implements Serializable

serialVersionUID: -7753637088257391858L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the MessageContext that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this MessageContext instance.

NOTE: Transient fields and static fields are not saved. Also, objects that represent "static" data are not saved, except for enough information to be able to find matching objects when the message context is re-constituted.

Throws:
java.io.IOException

Class org.apache.axis2.context.OperationContext extends AbstractContext implements Serializable

serialVersionUID: -7264782778333554350L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the object that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved. Also, objects that represent "static" data are not saved, except for enough information to be able to find matching objects when the message context is re-constituted.

Throws:
java.io.IOException

Class org.apache.axis2.context.PropertyDifference extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.String key

value

java.lang.Object value

isRemoved

boolean isRemoved

Class org.apache.axis2.context.ServiceContext extends AbstractContext implements Serializable

serialVersionUID: 8265625275015738957L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the object that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved. Also, objects that represent "static" data are not saved, except for enough information to be able to find matching objects when the message context is re-constituted.

Throws:
java.io.IOException

Class org.apache.axis2.context.ServiceGroupContext extends AbstractContext implements Serializable

serialVersionUID: 9014471144479928885L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the object that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved. Also, objects that represent "static" data are not saved, except for enough information to be able to find matching objects when the message context is re-constituted.

Throws:
java.io.IOException

Class org.apache.axis2.context.SessionContext extends AbstractContext implements Serializable

serialVersionUID: -1100610673067568556L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the MessageContext that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved.

Throws:
java.io.IOException

Package org.apache.axis2.databinding

Class org.apache.axis2.databinding.ADBException extends DataBindException implements Serializable

Class org.apache.axis2.databinding.DataBindException extends javax.xml.stream.XMLStreamException implements Serializable


Package org.apache.axis2.databinding.types

Class org.apache.axis2.databinding.types.Day extends java.lang.Object implements Serializable

serialVersionUID: -9024662553918598132L

Serialized Fields

day

int day

timezone

java.lang.String timezone

Class org.apache.axis2.databinding.types.Duration extends java.lang.Object implements Serializable

serialVersionUID: -3736760992541369098L

Serialized Fields

isNegative

boolean isNegative

years

int years

months

int months

days

int days

hours

int hours

minutes

int minutes

seconds

double seconds

Class org.apache.axis2.databinding.types.Entities extends NCName implements Serializable

serialVersionUID: -4511368195143560809L

Serialized Fields

entities

Entity[] entities

Class org.apache.axis2.databinding.types.Entity extends NCName implements Serializable

serialVersionUID: -4868410883856961942L

Class org.apache.axis2.databinding.types.HexBinary extends java.lang.Object implements Serializable

serialVersionUID: -5082403899986720767L

Serialized Fields

m_value

byte[] m_value

Class org.apache.axis2.databinding.types.Id extends NCName implements Serializable

serialVersionUID: -8442438083214211437L

Class org.apache.axis2.databinding.types.IDRef extends NCName implements Serializable

serialVersionUID: 6821835065939868576L

Class org.apache.axis2.databinding.types.IDRefs extends NCName implements Serializable

serialVersionUID: 5394097798361075902L

Serialized Fields

idrefs

IDRef[] idrefs

Class org.apache.axis2.databinding.types.Language extends Token implements Serializable

serialVersionUID: -4105320293090087959L

Class org.apache.axis2.databinding.types.Month extends java.lang.Object implements Serializable

serialVersionUID: -7469265802807262347L

Serialized Fields

month

int month

timezone

java.lang.String timezone

Class org.apache.axis2.databinding.types.MonthDay extends java.lang.Object implements Serializable

serialVersionUID: -345189609825249318L

Serialized Fields

month

int month

day

int day

timezone

java.lang.String timezone

Class org.apache.axis2.databinding.types.Name extends Token implements Serializable

serialVersionUID: -8354594301737358441L

Class org.apache.axis2.databinding.types.NCName extends Name implements Serializable

serialVersionUID: 8573451628276898297L

Class org.apache.axis2.databinding.types.NegativeInteger extends NonPositiveInteger implements Serializable

serialVersionUID: -2295928715693639427L

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.axis2.databinding.types.NegativeInteger.BigIntegerRep extends java.lang.Object implements Serializable

serialVersionUID: 1209618487031404110L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

array

byte[] array

Class org.apache.axis2.databinding.types.NMToken extends Token implements Serializable

serialVersionUID: -1319741002733174329L

Class org.apache.axis2.databinding.types.NMTokens extends NCName implements Serializable

serialVersionUID: -2435854824216181165L

Serialized Fields

tokens

NMToken[] tokens

Class org.apache.axis2.databinding.types.NonNegativeInteger extends java.math.BigInteger implements Serializable

serialVersionUID: -484577860351406054L

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.axis2.databinding.types.NonNegativeInteger.BigIntegerRep extends java.lang.Object implements Serializable

serialVersionUID: -6135065605514678689L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

array

byte[] array

Class org.apache.axis2.databinding.types.NonPositiveInteger extends java.math.BigInteger implements Serializable

serialVersionUID: -8609051961838117600L

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.axis2.databinding.types.NonPositiveInteger.BigIntegerRep extends java.lang.Object implements Serializable

serialVersionUID: -3601357690365698517L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

array

byte[] array

Class org.apache.axis2.databinding.types.NormalizedString extends java.lang.Object implements Serializable

serialVersionUID: -290878151870399401L

Serialized Fields

m_value

java.lang.String m_value

Class org.apache.axis2.databinding.types.Notation extends java.lang.Object implements Serializable

serialVersionUID: 2393074651972192536L

Serialized Fields

name

NCName name

publicURI

URI publicURI

systemURI

URI systemURI

Class org.apache.axis2.databinding.types.PositiveInteger extends NonNegativeInteger implements Serializable

serialVersionUID: -4562301423231920813L

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.axis2.databinding.types.PositiveInteger.BigIntegerRep extends java.lang.Object implements Serializable

serialVersionUID: 1251664160936150499L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

array

byte[] array

Class org.apache.axis2.databinding.types.Time extends java.lang.Object implements Serializable

serialVersionUID: -9022201555535589908L

Serialized Fields

_value

java.util.Calendar _value

isFromString

boolean isFromString

originalString

java.lang.String originalString

Class org.apache.axis2.databinding.types.Token extends NormalizedString implements Serializable

serialVersionUID: -7370524740514465467L

Class org.apache.axis2.databinding.types.UnsignedByte extends UnsignedShort implements Serializable

serialVersionUID: 4631754787145526759L

Class org.apache.axis2.databinding.types.UnsignedInt extends java.lang.Number implements Serializable

serialVersionUID: -8915204168154746305L

Serialized Fields

lValue

java.lang.Long lValue

__equalsCalc

java.lang.Object __equalsCalc

Class org.apache.axis2.databinding.types.UnsignedLong extends java.lang.Number implements Serializable

serialVersionUID: -5919942584284897583L

Serialized Fields

lValue

java.math.BigInteger lValue

__equalsCalc

java.lang.Object __equalsCalc

Class org.apache.axis2.databinding.types.UnsignedShort extends UnsignedInt implements Serializable

serialVersionUID: 6822598447692816380L

Class org.apache.axis2.databinding.types.URI extends java.lang.Object implements Serializable

serialVersionUID: 2172306044361227627L

Serialized Fields

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

Class org.apache.axis2.databinding.types.URI.MalformedURIException extends java.io.IOException implements Serializable

serialVersionUID: -8488692760975768757L

Class org.apache.axis2.databinding.types.Year extends java.lang.Object implements Serializable

serialVersionUID: 7498876120334857019L

Serialized Fields

year

int year

timezone

java.lang.String timezone

Class org.apache.axis2.databinding.types.YearMonth extends java.lang.Object implements Serializable

serialVersionUID: -5510739842661690551L

Serialized Fields

year

int year

month

int month

timezone

java.lang.String timezone

Package org.apache.axis2.databinding.utils

Class org.apache.axis2.databinding.utils.ConverterUtil.ObjectConversionException extends java.lang.RuntimeException implements Serializable


Package org.apache.axis2.dataretrieval

Class org.apache.axis2.dataretrieval.DataRetrievalException extends AxisFault implements Serializable

serialVersionUID: -374933082062124908L

Class org.apache.axis2.dataretrieval.DataRetrievalRequest extends java.util.HashMap implements Serializable

serialVersionUID: -374933082062124908L


Package org.apache.axis2.deployment

Class org.apache.axis2.deployment.DeploymentException extends AxisFault implements Serializable

serialVersionUID: -206215612208580684L


Package org.apache.axis2.description

Class org.apache.axis2.description.Parameter extends java.lang.Object implements Serializable

serialVersionUID: -6601664200673063531L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the object that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved. Also, objects that represent "static" data are not saved, except for enough information to be able to find matching objects when the message context is re-constituted.

Throws:
java.io.IOException

Class org.apache.axis2.description.ParameterIncludeImpl extends java.lang.Object implements Serializable

serialVersionUID: 8153736719090126891L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the object that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved. Also, objects that represent "static" data are not saved, except for enough information to be able to find matching objects when the message context is re-constituted.

Throws:
java.io.IOException

Class org.apache.axis2.description.PhaseRule extends java.lang.Object implements Serializable

Serialized Fields

after

java.lang.String after
Field after


before

java.lang.String before
Field before


phaseFirst

boolean phaseFirst
Field phaseFirst


phaseLast

boolean phaseLast
Field phaseLast


phaseName

java.lang.String phaseName
Field phaseName

Class org.apache.axis2.description.WSDL11ToAxisServiceBuilder.WSDLProcessingException extends java.lang.RuntimeException implements Serializable


Package org.apache.axis2.engine

Class org.apache.axis2.engine.AxisError extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6291062136407995920L


Package org.apache.axis2.jaxws.injection

Class org.apache.axis2.jaxws.injection.ResourceInjectionException extends java.lang.Exception implements Serializable


Package org.apache.axis2.jaxws.lifecycle

Class org.apache.axis2.jaxws.lifecycle.LifecycleException extends java.lang.Exception implements Serializable


Package org.apache.axis2.jaxws.server.endpoint.lifecycle

Class org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleException extends LifecycleException implements Serializable


Package org.apache.axis2.jaxws.wrapper.impl

Class org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperException extends java.lang.Exception implements Serializable


Package org.apache.axis2.jaxws.wsdl

Class org.apache.axis2.jaxws.wsdl.SchemaReaderException extends java.lang.Exception implements Serializable


Package org.apache.axis2.mex

Class org.apache.axis2.mex.MexDisabledException extends MexException implements Serializable

serialVersionUID: 890952871867880606L

Class org.apache.axis2.mex.MexException extends AxisFault implements Serializable

serialVersionUID: 3398692344266837690L


Package org.apache.axis2.mex.om

Class org.apache.axis2.mex.om.MexOMException extends MexException implements Serializable

serialVersionUID: 1L


Package org.apache.axis2.phaseresolver

Class org.apache.axis2.phaseresolver.PhaseException extends AxisFault implements Serializable

serialVersionUID: 5690503396724929322L


Package org.apache.axis2.schema

Class org.apache.axis2.schema.SchemaCompilationException extends java.lang.Exception implements Serializable

serialVersionUID: 2520939560060608157L


Package org.apache.axis2.scripting

Class org.apache.axis2.scripting.ScriptMessageContext extends MessageContext implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the MessageContext that was previously saved.

NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this MessageContext instance.

NOTE: Transient fields and static fields are not saved. Also, objects that represent "static" data are not saved, except for enough information to be able to find matching objects when the message context is re-constituted.

Throws:
java.io.IOException

Package org.apache.axis2.transport.jms

Class org.apache.axis2.transport.jms.AxisJMSException extends java.lang.RuntimeException implements Serializable


Package org.apache.axis2.transport.mail.server

Class org.apache.axis2.transport.mail.server.MailAddress extends javax.mail.Address implements Serializable

serialVersionUID: 3033256355495000819L

Serialized Fields

mailAddy

java.lang.String mailAddy

Package org.apache.axis2.util

Class org.apache.axis2.util.ArrayStack extends java.util.ArrayList implements Serializable

serialVersionUID: 2130079159931574599L

Class org.apache.axis2.util.MetaDataEntry extends java.lang.Object implements Serializable

serialVersionUID: 8978361069526299875L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restore the contents of the object that was previously saved.

NOTE: The field data must read back in the same order and type as it was written.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Save the contents of this object

Throws:
java.io.IOException

Class org.apache.axis2.util.SelfManagedDataHolder extends java.lang.Object 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

Package org.apache.axis2.wsdl.codegen

Class org.apache.axis2.wsdl.codegen.CodeGenerationException extends java.lang.Exception implements Serializable

serialVersionUID: 7763140075166886795L


Package org.apache.axis2.wsdl.databinding

Class org.apache.axis2.wsdl.databinding.UnmatchedTypeException extends java.lang.RuntimeException implements Serializable



Copyright © 2007 Apache Web Services Project. All Rights Reserved.