Serialized Form


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

javax.xml.namespace.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

faultType

int faultType
this field is used to identify the axis2 fault type


Package org.apache.axis2.addressing

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

serialVersionUID: 5278892171162372439L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inObject)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Read the EPR to the specified InputStream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput o)
                   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

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

serialVersionUID: -1120384315333414960L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inObject)
                  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 o)
                   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 inObject)
                  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 o)
                   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

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.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.clustering.control.wka

Class org.apache.axis2.clustering.control.wka.JoinGroupCommand extends ControlCommand implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

Class org.apache.axis2.clustering.control.wka.MemberJoinedCommand extends ControlCommand implements Serializable

Serialized Fields

member

org.apache.catalina.tribes.Member member

membershipManager

MembershipManager membershipManager

Class org.apache.axis2.clustering.control.wka.MemberListCommand extends ControlCommand implements Serializable

Serialized Fields

members

org.apache.catalina.tribes.Member[] members

membershipManager

MembershipManager membershipManager

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 inObject)
                  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 o)
                   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 inObject)
                  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 o)
                   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 inObject)
                  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 o)
                   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 inObject)
                  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 o)
                   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 inObject)
                  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 o)
                   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.context.externalize

Package org.apache.axis2.corba.exceptions

Class org.apache.axis2.corba.exceptions.CorbaException extends java.lang.Exception implements Serializable

Class org.apache.axis2.corba.exceptions.CorbaInvocationException extends CorbaException implements Serializable

Class org.apache.axis2.corba.exceptions.IDLProcessorException extends CorbaException implements Serializable

Class org.apache.axis2.corba.exceptions.InvalidIDLException extends CorbaException implements Serializable

Class org.apache.axis2.corba.exceptions.PreProcessorException extends CorbaException implements Serializable

Class org.apache.axis2.corba.exceptions.SchemaGeneratorException extends CorbaException implements Serializable


Package org.apache.axis2.corba.idl.values

Class org.apache.axis2.corba.idl.values.ObjectByValue extends AbstractValue implements Serializable


Package org.apache.axis2.databinding

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

Class org.apache.axis2.databinding.ADBSOAPModelBuilder.Body extends java.lang.Object implements Serializable

Serialized Fields

child

ADBSOAPModelBuilder.Child child

Class org.apache.axis2.databinding.ADBSOAPModelBuilder.Child extends java.lang.Object implements Serializable

Serialized Fields

parser

XMLStreamReader parser

Class org.apache.axis2.databinding.ADBSOAPModelBuilder.Envelope extends java.lang.Object implements Serializable

Serialized Fields

body

ADBSOAPModelBuilder.Body body

Class org.apache.axis2.databinding.ADBSOAPModelBuilder.Header extends java.lang.Object implements Serializable

Class org.apache.axis2.databinding.DataBindException extends 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.Union extends java.lang.Object implements Serializable

Serialized Fields

localObject

java.lang.Object localObject

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

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

Serialized Fields

local_boolean

boolean local_boolean
field for _boolean

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

Serialized Fields

local_byte

byte local_byte
field for _byte

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

Serialized Fields

local_double

double local_double
field for _double

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

Serialized Fields

local_float

float local_float
field for _float

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

Serialized Fields

local_int

int local_int
field for _int

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

Serialized Fields

local_long

long local_long
field for _long

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

Serialized Fields

local_short

short local_short
field for _short

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

Serialized Fields

localAnyType

org.apache.axiom.om.OMElement localAnyType
field for AnyType

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

Serialized Fields

localAnyURI

URI localAnyURI
field for AnyURI

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

Serialized Fields

objectList

java.util.List<E> objectList

arrayTypeQName

javax.xml.namespace.QName arrayTypeQName

localArrayType

java.lang.String localArrayType
field for ArrayType This was an Attribute!


localOffset

java.lang.String localOffset
field for Offset This was an Attribute!


localId

Id localId
field for Id This was an Attribute!


localHref

URI localHref
field for Href This was an Attribute!

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

Serialized Fields

localArrayCoordinate

java.lang.String localArrayCoordinate
field for ArrayCoordinate

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

Serialized Fields

localArray

Array localArray
field for Array

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

Serialized Fields

localBase64

DataHandler localBase64
field for Base64

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

Serialized Fields

localBase64Binary

DataHandler localBase64Binary
field for Base64Binary

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

Serialized Fields

localDate

java.util.Date localDate
field for Date

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

Serialized Fields

localDateTime

java.util.Calendar localDateTime
field for DateTime

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

Serialized Fields

localDecimal

java.math.BigDecimal localDecimal
field for Decimal

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

Serialized Fields

localDuration

Duration localDuration
field for Duration

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

Serialized Fields

localENTITIES

Entities localENTITIES
field for ENTITIES

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

Serialized Fields

localENTITY

Entity localENTITY
field for ENTITY

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

Serialized Fields

localGDay

Day localGDay
field for GDay

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

Serialized Fields

localGMonth

Month localGMonth
field for GMonth

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

Serialized Fields

localGMonthDay

MonthDay localGMonthDay
field for GMonthDay

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

Serialized Fields

localGYear

Year localGYear
field for GYear

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

Serialized Fields

localGYearMonth

YearMonth localGYearMonth
field for GYearMonth

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

Serialized Fields

localHexBinary

HexBinary localHexBinary
field for HexBinary

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

Serialized Fields

localID

Id localID
field for ID

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

Serialized Fields

localIDREF

IDRef localIDREF
field for IDREF

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

Serialized Fields

localIDREFS

IDRefs localIDREFS
field for IDREFS

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

Serialized Fields

localInteger

java.math.BigInteger localInteger
field for Integer

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

Serialized Fields

localLanguage

Language localLanguage
field for Language

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

Serialized Fields

localName

Name localName
field for Name

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

Serialized Fields

localNCName

NCName localNCName
field for NCName

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

Serialized Fields

localNegativeInteger

NegativeInteger localNegativeInteger
field for NegativeInteger

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

Serialized Fields

localNMTOKEN

NMToken localNMTOKEN
field for NMTOKEN

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

Serialized Fields

localNMTOKENS

NMTokens localNMTOKENS
field for NMTOKENS

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

Serialized Fields

localNonNegativeInteger

NonNegativeInteger localNonNegativeInteger
field for NonNegativeInteger

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

Serialized Fields

localNonPositiveInteger

NonPositiveInteger localNonPositiveInteger
field for NonPositiveInteger

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

Serialized Fields

localNormalizedString

NormalizedString localNormalizedString
field for NormalizedString

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

Serialized Fields

localQName

javax.xml.namespace.QName localQName
field for QName

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

Serialized Fields

localPositiveInteger

PositiveInteger localPositiveInteger
field for PositiveInteger

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

Serialized Fields

localQName

javax.xml.namespace.QName localQName
field for QName

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

Serialized Fields

localString

java.lang.String localString
field for String

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

Serialized Fields

localExtraElement

org.apache.axiom.om.OMElement[] localExtraElement
field for ExtraElement This was an Array!


localExtraElementTracker

boolean localExtraElementTracker

localId

Id localId
field for Id This was an Attribute!


localHref

URI localHref
field for Href This was an Attribute!

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

Serialized Fields

localTime

Time localTime
field for Time

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

Serialized Fields

localToken

Token localToken
field for Token

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

Serialized Fields

localUnsignedByte

UnsignedByte localUnsignedByte
field for UnsignedByte

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

Serialized Fields

localUnsignedInt

UnsignedInt localUnsignedInt
field for UnsignedInt

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

Serialized Fields

localUnsignedLong

UnsignedLong localUnsignedLong
field for UnsignedLong

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

Serialized Fields

localUnsignedShort

UnsignedShort localUnsignedShort
field for UnsignedShort


Package org.apache.axis2.databinding.types.xsd

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

Serialized Fields

local_boolean

boolean local_boolean
field for _boolean

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

Serialized Fields

local_byte

byte local_byte
field for _byte

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

Serialized Fields

local_double

double local_double
field for _double

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

Serialized Fields

local_float

float local_float
field for _float

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

Serialized Fields

local_int

int local_int
field for _int

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

Serialized Fields

local_long

long local_long
field for _long

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

Serialized Fields

local_short

short local_short
field for _short

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

Serialized Fields

localAnyURI

URI localAnyURI
field for AnyURI

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

Serialized Fields

localBase64

DataHandler localBase64
field for Base64

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

Serialized Fields

localBase64Binary

DataHandler localBase64Binary
field for Base64Binary

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

Serialized Fields

localDate

java.util.Date localDate
field for Date

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

Serialized Fields

localDateTime

java.util.Calendar localDateTime
field for DateTime

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

Serialized Fields

localDecimal

java.math.BigDecimal localDecimal
field for Decimal

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

Serialized Fields

localDuration

Duration localDuration
field for Duration

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

Serialized Fields

localENTITIES

Entities localENTITIES
field for ENTITIES

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

Serialized Fields

localENTITY

Entity localENTITY
field for ENTITY

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

Serialized Fields

localGDay

Day localGDay
field for GDay

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

Serialized Fields

localGMonth

Month localGMonth
field for GMonth

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

Serialized Fields

localGMonthDay

MonthDay localGMonthDay
field for GMonthDay

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

Serialized Fields

localGYear

Year localGYear
field for GYear

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

Serialized Fields

localGYearMonth

YearMonth localGYearMonth
field for GYearMonth

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

Serialized Fields

localHexBinary

HexBinary localHexBinary
field for HexBinary

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

Serialized Fields

localID

Id localID
field for ID

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

Serialized Fields

localIDREF

IDRef localIDREF
field for IDREF

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

Serialized Fields

localIDREFS

IDRefs localIDREFS
field for IDREFS

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

Serialized Fields

localInteger

java.math.BigInteger localInteger
field for Integer

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

Serialized Fields

localLanguage

Language localLanguage
field for Language

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

Serialized Fields

localName

Name localName
field for Name

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

Serialized Fields

localNCName

NCName localNCName
field for NCName

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

Serialized Fields

localNegativeInteger

NegativeInteger localNegativeInteger
field for NegativeInteger

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

Serialized Fields

localNMTOKEN

NMToken localNMTOKEN
field for NMTOKEN

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

Serialized Fields

localNMTOKENS

NMTokens localNMTOKENS
field for NMTOKENS

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

Serialized Fields

localNonNegativeInteger

NonNegativeInteger localNonNegativeInteger
field for NonNegativeInteger

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

Serialized Fields

localNonPositiveInteger

NonPositiveInteger localNonPositiveInteger
field for NonPositiveInteger

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

Serialized Fields

localNormalizedString

NormalizedString localNormalizedString
field for NormalizedString

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

Serialized Fields

localQName

javax.xml.namespace.QName localQName
field for QName

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

Serialized Fields

localPositiveInteger

PositiveInteger localPositiveInteger
field for PositiveInteger

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

Serialized Fields

localQName

javax.xml.namespace.QName localQName
field for QName

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

Serialized Fields

localString

java.lang.String localString
field for String

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

Serialized Fields

localTime

Time localTime
field for Time

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

Serialized Fields

localToken

Token localToken
field for Token

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

Serialized Fields

localUnsignedByte

UnsignedByte localUnsignedByte
field for UnsignedByte

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

Serialized Fields

localUnsignedInt

UnsignedInt localUnsignedInt
field for UnsignedInt

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

Serialized Fields

localUnsignedLong

UnsignedLong localUnsignedLong
field for UnsignedLong

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

Serialized Fields

localUnsignedShort

UnsignedShort localUnsignedShort
field for UnsignedShort


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 inObject)
                  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 o)
                   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 inObject)
                  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 o)
                   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.Version extends java.lang.Object implements Serializable

Serialized Fields

components

int[] components

qualifier

java.lang.String qualifier

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

Class org.apache.axis2.fastinfoset.SimpleAddServiceStub.AddFloats extends java.lang.Object implements Serializable

Serialized Fields

localVal1

float localVal1

localVal1Tracker

boolean localVal1Tracker

localVal2

float localVal2

localVal2Tracker

boolean localVal2Tracker

Class org.apache.axis2.fastinfoset.SimpleAddServiceStub.AddFloatsResponse extends java.lang.Object implements Serializable

Serialized Fields

local_return

float local_return

local_returnTracker

boolean local_returnTracker

Class org.apache.axis2.fastinfoset.SimpleAddServiceStub.AddInts extends java.lang.Object implements Serializable

Serialized Fields

localVal1

int localVal1

localVal1Tracker

boolean localVal1Tracker

localVal2

int localVal2

localVal2Tracker

boolean localVal2Tracker

Class org.apache.axis2.fastinfoset.SimpleAddServiceStub.AddIntsResponse extends java.lang.Object implements Serializable

Serialized Fields

local_return

int local_return

local_returnTracker

boolean local_returnTracker

Class org.apache.axis2.fastinfoset.SimpleAddServiceStub.AddStrings extends java.lang.Object implements Serializable

Serialized Fields

localVal1

java.lang.String localVal1

localVal1Tracker

boolean localVal1Tracker

localVal2

java.lang.String localVal2

localVal2Tracker

boolean localVal2Tracker

Class org.apache.axis2.fastinfoset.SimpleAddServiceStub.AddStringsResponse extends java.lang.Object implements Serializable

Serialized Fields

local_return

java.lang.String local_return

local_returnTracker

boolean local_returnTracker

Package org.apache.axis2.jaxws.addressing.util

Class org.apache.axis2.jaxws.addressing.util.EndpointContextMap extends java.util.concurrent.ConcurrentHashMap<EndpointKey,java.lang.Object> implements Serializable

serialVersionUID: 694539734825500599L


Package org.apache.axis2.jaxws.client

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


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

Class org.apache.axis2.osgi.OSGiAxisServlet extends AxisServlet implements Serializable

Serialized Fields

context

org.osgi.framework.BundleContext context

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 inObject)
                  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 o)
                   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.soapmonitor.applet

Class org.apache.axis2.soapmonitor.applet.SOAPMonitorApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

main_panel

javax.swing.JPanel main_panel
Private data


tabbed_pane

javax.swing.JTabbedPane tabbed_pane

port

int port

pages

java.util.Vector<E> pages

Package org.apache.axis2.soapmonitor.servlet

Class org.apache.axis2.soapmonitor.servlet.SOAPMonitorService extends HttpServlet implements Serializable


Package org.apache.axis2.testutils

Class org.apache.axis2.testutils.RuntimeIgnoreException extends java.lang.Error implements Serializable

serialVersionUID: -2378820905593825587L


Package org.apache.axis2.tool.service.control

Class org.apache.axis2.tool.service.control.ProcessException extends java.lang.Exception implements Serializable


Package org.apache.axis2.tool.service.swing.ui

Class org.apache.axis2.tool.service.swing.ui.MainWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

wizardPaneContainer

javax.swing.JPanel wizardPaneContainer

nextButton

javax.swing.JButton nextButton

previousButton

javax.swing.JButton previousButton

cancelButton

javax.swing.JButton cancelButton

finishButton

javax.swing.JButton finishButton

currentPage

int currentPage

currentWizardPane

WizardPane currentWizardPane

wizardBean

WizardBean wizardBean

Class org.apache.axis2.tool.service.swing.ui.WizardPane extends javax.swing.JPanel implements Serializable

Serialized Fields

descriptionLabel

javax.swing.JTextArea descriptionLabel

ownerFrame

javax.swing.JFrame ownerFrame

descWidth

int descWidth

descHeight

int descHeight

width

int width

height

int height

hgap

int hgap

vgap

int vgap

Class org.apache.axis2.tool.service.swing.ui.WizardPane1 extends WizardPane implements Serializable

Serialized Fields

myBean

ClassFileSelectionBean myBean

classFileLocationLabel

javax.swing.JLabel classFileLocationLabel

classFileLocationTextBox

javax.swing.JTextField classFileLocationTextBox

browseButton

javax.swing.JButton browseButton

Class org.apache.axis2.tool.service.swing.ui.WizardPane2 extends WizardPane implements Serializable

Serialized Fields

parentBean

WizardBean parentBean

myBean

Page2Bean myBean

selectManualFileRadioButton

javax.swing.JRadioButton selectManualFileRadioButton

createAutomaticFileRadioButton

javax.swing.JRadioButton createAutomaticFileRadioButton

selectionPanel

javax.swing.JPanel selectionPanel

Class org.apache.axis2.tool.service.swing.ui.WizardPane3 extends WizardPane implements Serializable

Serialized Fields

myBean

Page3Bean myBean

outputFileLocationLabel

javax.swing.JLabel outputFileLocationLabel

outputFileLocationTextBox

javax.swing.JTextField outputFileLocationTextBox

browseButton

javax.swing.JButton browseButton

outputFileNameLabel

javax.swing.JLabel outputFileNameLabel

outputFileNameTextBox

javax.swing.JTextField outputFileNameTextBox

Package org.apache.axis2.tools.component

Class org.apache.axis2.tools.component.WizardPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

wizardComponents

WizardComponents wizardComponents

panelTopTitle

java.lang.String panelTopTitle

panelImage

javax.swing.ImageIcon panelImage

panelBottomTitle

java.lang.String panelBottomTitle

error

java.lang.String error

frametitle

java.lang.String frametitle

flag

boolean flag

progressFlag

boolean progressFlag

isPageComplete

boolean isPageComplete

Package org.apache.axis2.tools.idea

Class org.apache.axis2.tools.idea.ChooserPanel extends WizardPanel implements Serializable

Serialized Fields

btnHint

javax.swing.JButton btnHint
varialbales


lblHint

javax.swing.JLabel lblHint

flag

boolean flag

optionJ2WRadioButton

javax.swing.JRadioButton optionJ2WRadioButton

optionW2JRadioButton

javax.swing.JRadioButton optionW2JRadioButton

optionServiceArchiverRadioButton

javax.swing.JRadioButton optionServiceArchiverRadioButton

bg

javax.swing.ButtonGroup bg

selectedOption

char selectedOption

hint

java.lang.String hint

Class org.apache.axis2.tools.idea.FirstPanel extends WizardPanel implements Serializable

Serialized Fields

lblWSDL

javax.swing.JLabel lblWSDL

txtWSDL

javax.swing.JTextField txtWSDL

btnBrowse

javax.swing.JButton btnBrowse

btnHint

javax.swing.JButton btnHint

lblHint

javax.swing.JLabel lblHint

flag

boolean flag

hint

java.lang.String hint

FileChooser

javax.swing.JFileChooser FileChooser

codegenBean

CodegenBean codegenBean

Class org.apache.axis2.tools.idea.PackageNameTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tableData

java.lang.Object[][] tableData

columnNames

java.lang.String[] columnNames

Class org.apache.axis2.tools.idea.ProgressBarPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

stop

boolean stop

val

java.lang.String val

progressDescription

javax.swing.JLabel progressDescription

progressSent

javax.swing.JProgressBar progressSent

Class org.apache.axis2.tools.idea.SecondPanel extends WizardPanel implements Serializable

Serialized Fields

cmbCodeGenOption

javax.swing.JComboBox cmbCodeGenOption

cmbLan

javax.swing.JComboBox cmbLan

cmbServiceName

javax.swing.JComboBox cmbServiceName

cmbPortName

javax.swing.JComboBox cmbPortName

txtPacakgeName

javax.swing.JTextField txtPacakgeName

cmbdbtype

javax.swing.JComboBox cmbdbtype

chkTestCase

javax.swing.JCheckBox chkTestCase

clientSide

javax.swing.JRadioButton clientSide

rdBoth

javax.swing.JRadioButton rdBoth

rdsyn

javax.swing.JRadioButton rdsyn

rdasync

javax.swing.JRadioButton rdasync

serverSide

javax.swing.JRadioButton serverSide

serviceXML

javax.swing.JCheckBox serviceXML

serverSideInterface

javax.swing.JCheckBox serverSideInterface

all

javax.swing.JRadioButton all

table

javax.swing.JTable table

spTable

javax.swing.JScrollPane spTable

serviceNameList

java.util.List<E> serviceNameList

model

PackageNameTableModel model

codegenBean

CodegenBean codegenBean

Class org.apache.axis2.tools.idea.WSDL2JavaOutputPanel extends WizardPanel implements Serializable

Serialized Fields

txtoutput

javax.swing.JTextField txtoutput

txtaxisHome

javax.swing.JTextField txtaxisHome

txtjarFileName

javax.swing.JTextField txtjarFileName

btnBrowseOutput

javax.swing.JButton btnBrowseOutput

btnBrowseAxisHome

javax.swing.JButton btnBrowseAxisHome

btnCheckLib

javax.swing.JButton btnCheckLib

radCurrentProject

javax.swing.JRadioButton radCurrentProject

radCustomLocation

javax.swing.JRadioButton radCustomLocation

chbAddAxisCodegenJar

javax.swing.JCheckBox chbAddAxisCodegenJar

chbAddAxisLib

javax.swing.JCheckBox chbAddAxisLib

chbCreateJar

javax.swing.JCheckBox chbCreateJar

lblMessage

javax.swing.JLabel lblMessage

txtaTilte

javax.swing.JTextArea txtaTilte

cmbCurrentProject

javax.swing.JComboBox cmbCurrentProject

cmbModuleSrc

javax.swing.JComboBox cmbModuleSrc

lblAsixHome

javax.swing.JLabel lblAsixHome

lblJarFileName

javax.swing.JLabel lblJarFileName

lbloutput

javax.swing.JLabel lbloutput

lblModule

javax.swing.JLabel lblModule

lblDirectory

javax.swing.JLabel lblDirectory

DirChooser

javax.swing.JFileChooser DirChooser

title

java.lang.String title

hint

java.lang.String hint

codegenBean

CodegenBean codegenBean

flag

boolean flag

project

com.intellij.openapi.project.Project project

btnHint

javax.swing.JButton btnHint

txaHint

javax.swing.JTextArea txaHint

jarFileCopyOption

boolean jarFileCopyOption

axis2LibsLocation

java.lang.String axis2LibsLocation

Package org.apache.axis2.tools.java2wsdl

Class org.apache.axis2.tools.java2wsdl.MiddlePanel extends WizardPanel implements Serializable

Serialized Fields

txtClass

javax.swing.JTextField txtClass
varibale


btnFolder

javax.swing.JButton btnFolder

btnJar

javax.swing.JButton btnJar

btnRemove

javax.swing.JButton btnRemove

btnTest

javax.swing.JButton btnTest

btnHint

javax.swing.JButton btnHint

txaHint

javax.swing.JTextArea txaHint

flag

boolean flag

listPathDisply

javax.swing.JList listPathDisply

listModel

javax.swing.DefaultListModel listModel

lblTest

javax.swing.JLabel lblTest

hint

java.lang.String hint

FileChooser

javax.swing.JFileChooser FileChooser

DirChooser

javax.swing.JFileChooser DirChooser

wsdlgenBean

WsdlgenBean wsdlgenBean

Class org.apache.axis2.tools.java2wsdl.OptionPanel extends WizardPanel implements Serializable

Serialized Fields

txtNsp

javax.swing.JTextField txtNsp
variable


txtNspPrefix

javax.swing.JTextField txtNspPrefix

txtSchemaTargetNsp

javax.swing.JTextField txtSchemaTargetNsp

txtSchemaTargetNspPrefix

javax.swing.JTextField txtSchemaTargetNspPrefix

txtService

javax.swing.JTextField txtService

wsdlgenBean

WsdlgenBean wsdlgenBean

Class org.apache.axis2.tools.java2wsdl.OutputPanel extends WizardPanel implements Serializable

Serialized Fields

rbtnAdd

javax.swing.JRadioButton rbtnAdd

rbtnSave

javax.swing.JRadioButton rbtnSave

cmbCurrentProject

javax.swing.JComboBox cmbCurrentProject

cmbModuleSrc

javax.swing.JComboBox cmbModuleSrc

txtLocation

javax.swing.JTextField txtLocation

txtFileName

javax.swing.JTextField txtFileName

lblModule

javax.swing.JLabel lblModule

lblDirect

javax.swing.JLabel lblDirect

lblOutput

javax.swing.JLabel lblOutput

btnBrowes

javax.swing.JButton btnBrowes

DirChooser

javax.swing.JFileChooser DirChooser

project

com.intellij.openapi.project.Project project

wsdlgenBean

WsdlgenBean wsdlgenBean

flag

boolean flag

Package org.apache.axis2.tools.wizardframe

Class org.apache.axis2.tools.wizardframe.CodegenFrame extends WizardFrame implements Serializable

Class org.apache.axis2.tools.wizardframe.WizardFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

panelImageLabel

javax.swing.JLabel panelImageLabel
variable


panelTopTitleLabel

javax.swing.JLabel panelTopTitleLabel

panelBottomTitleLabel

javax.swing.JLabel panelBottomTitleLabel

wizardComponents

WizardComponents wizardComponents

wsdlgenBean

WsdlgenBean wsdlgenBean

codegenBean

CodegenBean codegenBean

archiveBean

ArchiveBean archiveBean

project

com.intellij.openapi.project.Project project

progress

ProgressBarPanel progress

Package org.apache.axis2.transport.http

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

Serialized Fields

disableREST

boolean disableREST

closeReader

boolean closeReader

initCalled

boolean initCalled

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 inObject)
                  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 o)
                   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.webapp

Class org.apache.axis2.webapp.AxisAdminServlet extends AxisServlet implements Serializable


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.codegen.schema.exception

Class org.apache.axis2.wsdl.codegen.schema.exception.DummySchemaGenerationException extends java.lang.Exception implements Serializable


Package org.apache.axis2.wsdl.databinding

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


Package org.apache.axis2.wsdl.util

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

serialVersionUID: -2788807375814097409L

Serialized Fields

reduceWSDLMemoryCache

boolean reduceWSDLMemoryCache

reduceWSDLMemoryType

int reduceWSDLMemoryType

wrapperImpl

WSDLWrapperImpl wrapperImpl

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

serialVersionUID: -2788807375814097409L

Serialized Fields

wsdlDefinition

javax.wsdl.Definition wsdlDefinition

wsdlURL

java.net.URL wsdlURL

wsdlExplicitURI

java.lang.String wsdlExplicitURI

wsdlDocumentBaseURI

java.lang.String wsdlDocumentBaseURI

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

serialVersionUID: -2788807375814097409L

Serialized Fields

wsdlDefinition

javax.wsdl.Definition wsdlDefinition

wsdlURL

java.net.URL wsdlURL

wsdlExplicitURI

java.lang.String wsdlExplicitURI

wsdlDocumentBaseURI

java.lang.String wsdlDocumentBaseURI

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

serialVersionUID: -2788807375814097409L

Serialized Fields

wsdlDefinition

javax.wsdl.Definition wsdlDefinition

wsdlURL

java.net.URL wsdlURL

wsdlExplicitURI

java.lang.String wsdlExplicitURI

wsdlDocumentBaseURI

java.lang.String wsdlDocumentBaseURI

accessCount

Counter accessCount

safeToSerialize

boolean safeToSerialize

hasBeenSaved

boolean hasBeenSaved

hasBeenUpdatedSinceSaving

boolean hasBeenUpdatedSinceSaving

savedDefinitionFile

java.io.File savedDefinitionFile

savedFilename

java.lang.String savedFilename

Package org.apache.ideaplugin.frames

Class org.apache.ideaplugin.frames.ClassFileLocationPage extends WizardPanel implements Serializable

Serialized Fields

txtClassDir

javax.swing.JTextField txtClassDir
varialbales


butSelect

javax.swing.JButton butSelect

chkBoxIncludeClass

javax.swing.JCheckBox chkBoxIncludeClass

chkBoxArchiveType

javax.swing.JCheckBox chkBoxArchiveType

btnHint

javax.swing.JButton btnHint

txaHint

javax.swing.JTextArea txaHint

flag

boolean flag

hint

java.lang.String hint

archiveBean

ArchiveBean archiveBean

fileChooser

javax.swing.JFileChooser fileChooser

file

java.io.File file

Class org.apache.ideaplugin.frames.LibraryAddingPage extends WizardPanel implements Serializable

Serialized Fields

txtJarLocation

javax.swing.JTextField txtJarLocation

butSelect

javax.swing.JButton butSelect

butAdd

javax.swing.JButton butAdd

butRemove

javax.swing.JButton butRemove

listPathDisply

javax.swing.JList listPathDisply

listModel

javax.swing.DefaultListModel listModel

btnHint

javax.swing.JButton btnHint

txaHint

javax.swing.JTextArea txaHint

flag

boolean flag

hint

java.lang.String hint

archiveBean

ArchiveBean archiveBean

fileChooser

javax.swing.JFileChooser fileChooser

Class org.apache.ideaplugin.frames.ParameterDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

txtName

javax.swing.JTextField txtName

txtValue

javax.swing.JTextField txtValue

Class org.apache.ideaplugin.frames.ServiceArchiveOutputLocationPage extends WizardPanel implements Serializable

Serialized Fields

txtLocation

javax.swing.JTextField txtLocation

txtFileName

javax.swing.JTextField txtFileName

btnBrowes

javax.swing.JButton btnBrowes

btnHint

javax.swing.JButton btnHint

txaHint

javax.swing.JTextArea txaHint

flag

boolean flag

DirChooser

javax.swing.JFileChooser DirChooser

archiveBean

ArchiveBean archiveBean

Class org.apache.ideaplugin.frames.ServiceXMLEditPage extends WizardPanel implements Serializable

Serialized Fields

desArea

javax.swing.JTextArea desArea

addpara

javax.swing.JButton addpara

addModuleRef

javax.swing.JButton addModuleRef

validateXML

javax.swing.JButton validateXML

reGenerate

javax.swing.JButton reGenerate

sp

javax.swing.JScrollPane sp

lblerror

javax.swing.JLabel lblerror

archiveBean

ArchiveBean archiveBean

Class org.apache.ideaplugin.frames.ServiceXMLFileSelectionPage extends WizardPanel implements Serializable

Serialized Fields

lblXmlLocation

javax.swing.JLabel lblXmlLocation
varialbales


txtServiceXml

javax.swing.JTextField txtServiceXml

butSelect

javax.swing.JButton butSelect

chkBoxIncludeXml

javax.swing.JCheckBox chkBoxIncludeXml

btnHint

javax.swing.JButton btnHint

txaHint

javax.swing.JTextArea txaHint

flag

boolean flag

hint

java.lang.String hint

fileChooser

javax.swing.JFileChooser fileChooser

archiveBean

ArchiveBean archiveBean

value

java.lang.String value

Class org.apache.ideaplugin.frames.ServiceXMLGenerationPage extends WizardPanel implements Serializable

Serialized Fields

txtServiceName

javax.swing.JTextField txtServiceName

txtClassName

javax.swing.JTextField txtClassName

chkBoxSearchMethod

javax.swing.JCheckBox chkBoxSearchMethod

btnLoad

javax.swing.JButton btnLoad

btnBrowse

javax.swing.JButton btnBrowse

table

javax.swing.JTable table

lblTable

javax.swing.JLabel lblTable

scrollPane

javax.swing.JScrollPane scrollPane

operations

java.util.HashMap<K,V> operations

fileName

java.lang.String fileName

count

int count

servicelsit

java.util.ArrayList<E> servicelsit

sgXMl

java.lang.String sgXMl

fileChooser

javax.swing.JFileChooser fileChooser

archiveBean

ArchiveBean archiveBean

Class org.apache.ideaplugin.frames.WSDLFileSelectionPage extends WizardPanel implements Serializable

Serialized Fields

lblWSDL

javax.swing.JLabel lblWSDL

chkBoxSkip

javax.swing.JCheckBox chkBoxSkip

chkBoxSelect

javax.swing.JCheckBox chkBoxSelect

txtWSDL

javax.swing.JTextField txtWSDL

btnBrowse

javax.swing.JButton btnBrowse

btnHint

javax.swing.JButton btnHint

txaHint

javax.swing.JTextArea txaHint

flag

boolean flag

hint

java.lang.String hint

fileChooser

javax.swing.JFileChooser fileChooser

archiveBean

ArchiveBean archiveBean

Package org.apache.ideaplugin.frames.table

Class org.apache.ideaplugin.frames.table.ArchiveTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

datvalue

java.lang.Object[][] datvalue

datobjs

java.util.HashMap<K,V> datobjs



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.