Serialized Form

Class org.apache.axis2.transport.http.AxisAdminServlet extends AxisServlet implements Serializable


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

serialVersionUID: 6291062136407995920l


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

serialVersionUID: -374933082062124907l

Serialized Fields

headers

java.util.List headers
assume headers are not used very often


message

java.lang.String message

faultReasonList

java.util.List faultReasonList

faultCode

javax.xml.namespace.QName faultCode

faultSubCodes

java.util.List 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, the 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


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


Class org.apache.axis2.transport.http.AxisServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

contextRoot

java.lang.String contextRoot

disableREST

boolean disableREST

closeReader

boolean closeReader


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


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


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

serialVersionUID: -206215612208580684l


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.


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.)

Serialized Fields

name

java.lang.String name
xs:anyURI
xs:any* xs:any*


address

java.lang.String address

addressAttributes

java.util.ArrayList addressAttributes

metaData

java.util.ArrayList metaData

metaDataAttributes

java.util.ArrayList metaDataAttributes

referenceParameters

java.util.Map referenceParameters

extensibleElements

java.util.ArrayList extensibleElements

attributes

java.util.ArrayList attributes


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

serialVersionUID: 3033256355495000819l

Serialized Fields

mailAddy

java.lang.String mailAddy


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.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.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.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


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.phaseresolver.PhaseException extends AxisFault implements Serializable

serialVersionUID: 5690503396724929322l


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.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


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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


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


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



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.