Serialized Form


Package org.apache.axis2

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

serialVersionUID: -374933082062124907L

Serialized Fields

headers

List<E> headers
assume headers are not used very often


message

String message

faultReasonList

List<E> faultReasonList

faultCode

QName faultCode

faultSubCodes

List<E> faultSubCodes

faultNode

String faultNode

faultRole

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

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

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 Object implements Serializable

serialVersionUID: 5278892171162372439L

Serialization Methods

readExternal

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

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws 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:
IOException

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

serialVersionUID: -1120384315333414960L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved.

Throws:
IOException

Package org.apache.axis2.client

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

serialVersionUID: -8318751890845181507L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved.

Throws:
IOException

Package org.apache.axis2.clustering

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

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

Class org.apache.axis2.clustering.ClusteringMessage extends ClusteringCommand implements Serializable


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

String[] serviceGroupNames

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

Serialized Fields

serviceGroups

String[] serviceGroups

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

Serialized Fields

commands

StateClusteringCommand[] commands

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

Serialized Fields

commands

StateClusteringCommand[] 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

serialVersionUID: -6596472883950279349L

Serialized Fields

member

org.apache.catalina.tribes.Member member

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

serialVersionUID: 5687720124889269491L

Serialized Fields

members

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

Package org.apache.axis2.clustering.management

Class org.apache.axis2.clustering.management.GroupManagementCommand extends ClusteringCommand implements Serializable

Class org.apache.axis2.clustering.management.NodeManagementCommand extends ClusteringCommand implements Serializable


Package org.apache.axis2.clustering.management.commands

Class org.apache.axis2.clustering.management.commands.ShutdownMemberCommand extends GroupManagementCommand implements Serializable


Package org.apache.axis2.clustering.state

Class org.apache.axis2.clustering.state.PropertyUpdater extends Object implements Serializable

Serialized Fields

properties

Map<K,V> properties

Class org.apache.axis2.clustering.state.StateClusteringCommand extends ClusteringCommand implements Serializable


Package org.apache.axis2.clustering.state.commands

Class org.apache.axis2.clustering.state.commands.DeleteServiceGroupStateCommand extends StateClusteringCommand implements Serializable

Serialized Fields

serviceGroupContextId

String serviceGroupContextId

Class org.apache.axis2.clustering.state.commands.DeleteServiceStateCommand extends StateClusteringCommand implements Serializable

Serialized Fields

serviceGroupName

String serviceGroupName

serviceGroupContextId

String serviceGroupContextId

serviceName

String serviceName

Class org.apache.axis2.clustering.state.commands.StateClusteringCommandCollection extends StateClusteringCommand implements Serializable

Serialized Fields

commands

List<E> commands

Class org.apache.axis2.clustering.state.commands.UpdateConfigurationStateCommand extends UpdateStateCommand implements Serializable

Class org.apache.axis2.clustering.state.commands.UpdateServiceGroupStateCommand extends UpdateStateCommand implements Serializable

Serialized Fields

serviceGroupName

String serviceGroupName

serviceGroupContextId

String serviceGroupContextId

Class org.apache.axis2.clustering.state.commands.UpdateServiceStateCommand extends UpdateStateCommand implements Serializable

Serialized Fields

serviceGroupName

String serviceGroupName

serviceGroupContextId

String serviceGroupContextId

serviceName

String serviceName

Class org.apache.axis2.clustering.state.commands.UpdateStateCommand extends StateClusteringCommand implements Serializable

Serialized Fields

propertyUpdater

PropertyUpdater propertyUpdater

Package org.apache.axis2.context

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

serialVersionUID: -7753637088257391858L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws 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:
IOException

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

serialVersionUID: -7264782778333554350L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws 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:
IOException

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

Serialized Fields

key

String key

value

Object value

isRemoved

boolean isRemoved

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

serialVersionUID: 8265625275015738957L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws 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:
IOException

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

serialVersionUID: 9014471144479928885L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws 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:
IOException

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

serialVersionUID: -1100610673067568556L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws IOException
Save the contents of this object.

NOTE: Transient fields and static fields are not saved.

Throws:
IOException

Package org.apache.axis2.context.externalize

Package org.apache.axis2.corba.exceptions

Class org.apache.axis2.corba.exceptions.CorbaException extends 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.DataBindException extends XMLStreamException implements Serializable


Package org.apache.axis2.databinding.types

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

serialVersionUID: -9024662553918598132L

Serialized Fields

day

int day

timezone

String timezone

Class org.apache.axis2.databinding.types.Duration extends 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 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 Object implements Serializable

serialVersionUID: -7469265802807262347L

Serialized Fields

month

int month

timezone

String timezone

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

serialVersionUID: -345189609825249318L

Serialized Fields

month

int month

day

int day

timezone

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 Object writeReplace()
                    throws ObjectStreamException
Deprecated. As per https://issues.apache.org/jira/browse/AXIS2-3848

Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html

Throws:
ObjectStreamException
Serialized Fields

zero

BigInteger zero
validate the value against the xsd definition

Class org.apache.axis2.databinding.types.NegativeInteger.BigIntegerRep extends Object implements Serializable

serialVersionUID: 1209618487031404110L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Deprecated. 
Throws:
ObjectStreamException
Serialized Fields

array

byte[] array
Deprecated. 

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 BigInteger implements Serializable

serialVersionUID: -484577860351406054L

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Deprecated. As per https://issues.apache.org/jira/browse/AXIS2-3848

Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html

Throws:
ObjectStreamException
Serialized Fields

zero

BigInteger zero
validate the value against the xsd definition

Class org.apache.axis2.databinding.types.NonNegativeInteger.BigIntegerRep extends Object implements Serializable

serialVersionUID: -6135065605514678689L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Deprecated. 
Throws:
ObjectStreamException
Serialized Fields

array

byte[] array
Deprecated. 

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

serialVersionUID: -8609051961838117600L

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Deprecated. As per https://issues.apache.org/jira/browse/AXIS2-3848

Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html

Throws:
ObjectStreamException
Serialized Fields

zero

BigInteger zero
validate the value against the xsd definition

Class org.apache.axis2.databinding.types.NonPositiveInteger.BigIntegerRep extends Object implements Serializable

serialVersionUID: -3601357690365698517L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Deprecated. 
Throws:
ObjectStreamException
Serialized Fields

array

byte[] array
Deprecated. 

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

serialVersionUID: -290878151870399401L

Serialized Fields

m_value

String m_value

Class org.apache.axis2.databinding.types.Notation extends 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 Object writeReplace()
                    throws ObjectStreamException
Deprecated. As per https://issues.apache.org/jira/browse/AXIS2-3848

Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html

Throws:
ObjectStreamException
Serialized Fields

iMinInclusive

BigInteger iMinInclusive
validate the value against the xsd definition

Class org.apache.axis2.databinding.types.PositiveInteger.BigIntegerRep extends Object implements Serializable

serialVersionUID: 1251664160936150499L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Deprecated. 
Throws:
ObjectStreamException
Serialized Fields

array

byte[] array
Deprecated. 

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

serialVersionUID: -9022201555535589908L

Serialized Fields

_value

Calendar _value

isFromString

boolean isFromString

originalString

String originalString

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

serialVersionUID: -7370524740514465467L

Class org.apache.axis2.databinding.types.Union extends Object implements Serializable

Serialized Fields

localObject

Object localObject

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

serialVersionUID: 4631754787145526759L

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

serialVersionUID: -8915204168154746305L

Serialized Fields

lValue

Long lValue

__equalsCalc

Object __equalsCalc

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

serialVersionUID: -5919942584284897583L

Serialized Fields

lValue

BigInteger lValue

__equalsCalc

Object __equalsCalc

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

serialVersionUID: 6822598447692816380L

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

serialVersionUID: 2172306044361227627L

Serialized Fields

m_scheme

String m_scheme
Stores the scheme (usually the protocol) for this URI.


m_userinfo

String m_userinfo
If specified, stores the userinfo for this URI; otherwise null


m_host

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

String m_regAuthority
If specified, stores the registry based authority for this URI; otherwise -1


m_path

String m_path
If specified, stores the path for this URI; otherwise null


m_queryString

String m_queryString
If specified, stores the query string for this URI; otherwise null.


m_fragment

String m_fragment
If specified, stores the fragment for this URI; otherwise null

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

serialVersionUID: -8488692760975768757L

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

serialVersionUID: 7498876120334857019L

Serialized Fields

year

int year

timezone

String timezone

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

serialVersionUID: -5510739842661690551L

Serialized Fields

year

int year

month

int month

timezone

String timezone

Package org.apache.axis2.databinding.types.soapencoding

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

Serialized Fields

local_boolean

boolean local_boolean
field for _boolean

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

Serialized Fields

local_byte

byte local_byte
field for _byte

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

Serialized Fields

local_double

double local_double
field for _double

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

Serialized Fields

local_float

float local_float
field for _float

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

Serialized Fields

local_int

int local_int
field for _int

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

Serialized Fields

local_long

long local_long
field for _long

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

Serialized Fields

local_short

short local_short
field for _short

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

Serialized Fields

localAnyType

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

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

Serialized Fields

localAnyURI

URI localAnyURI
field for AnyURI

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

Serialized Fields

objectList

List<E> objectList

arrayTypeQName

QName arrayTypeQName

localArrayType

String localArrayType
field for ArrayType This was an Attribute!


localOffset

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 Object implements Serializable

Serialized Fields

localArrayCoordinate

String localArrayCoordinate
field for ArrayCoordinate

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

Serialized Fields

localArray

Array localArray
field for Array

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

Serialized Fields

localBase64

DataHandler localBase64
field for Base64

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

Serialized Fields

localBase64Binary

DataHandler localBase64Binary
field for Base64Binary

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

Serialized Fields

localDate

Date localDate
field for Date

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

Serialized Fields

localDateTime

Calendar localDateTime
field for DateTime

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

Serialized Fields

localDecimal

BigDecimal localDecimal
field for Decimal

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

Serialized Fields

localDuration

Duration localDuration
field for Duration

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

Serialized Fields

localENTITIES

Entities localENTITIES
field for ENTITIES

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

Serialized Fields

localENTITY

Entity localENTITY
field for ENTITY

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

Serialized Fields

localGDay

Day localGDay
field for GDay

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

Serialized Fields

localGMonth

Month localGMonth
field for GMonth

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

Serialized Fields

localGMonthDay

MonthDay localGMonthDay
field for GMonthDay

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

Serialized Fields

localGYear

Year localGYear
field for GYear

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

Serialized Fields

localGYearMonth

YearMonth localGYearMonth
field for GYearMonth

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

Serialized Fields

localHexBinary

HexBinary localHexBinary
field for HexBinary

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

Serialized Fields

localID

Id localID
field for ID

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

Serialized Fields

localIDREF

IDRef localIDREF
field for IDREF

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

Serialized Fields

localIDREFS

IDRefs localIDREFS
field for IDREFS

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

Serialized Fields

localInteger

BigInteger localInteger
field for Integer

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

Serialized Fields

localLanguage

Language localLanguage
field for Language

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

Serialized Fields

localName

Name localName
field for Name

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

Serialized Fields

localNCName

NCName localNCName
field for NCName

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

Serialized Fields

localNegativeInteger

NegativeInteger localNegativeInteger
field for NegativeInteger

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

Serialized Fields

localNMTOKEN

NMToken localNMTOKEN
field for NMTOKEN

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

Serialized Fields

localNMTOKENS

NMTokens localNMTOKENS
field for NMTOKENS

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

Serialized Fields

localNonNegativeInteger

NonNegativeInteger localNonNegativeInteger
field for NonNegativeInteger

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

Serialized Fields

localNonPositiveInteger

NonPositiveInteger localNonPositiveInteger
field for NonPositiveInteger

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

Serialized Fields

localNormalizedString

NormalizedString localNormalizedString
field for NormalizedString

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

Serialized Fields

localQName

QName localQName
field for QName

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

Serialized Fields

localPositiveInteger

PositiveInteger localPositiveInteger
field for PositiveInteger

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

Serialized Fields

localQName

QName localQName
field for QName

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

Serialized Fields

localString

String localString
field for String

Class org.apache.axis2.databinding.types.soapencoding.Struct extends 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 Object implements Serializable

Serialized Fields

localTime

Time localTime
field for Time

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

Serialized Fields

localToken

Token localToken
field for Token

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

Serialized Fields

localUnsignedByte

UnsignedByte localUnsignedByte
field for UnsignedByte

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

Serialized Fields

localUnsignedInt

UnsignedInt localUnsignedInt
field for UnsignedInt

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

Serialized Fields

localUnsignedLong

UnsignedLong localUnsignedLong
field for UnsignedLong

Class org.apache.axis2.databinding.types.soapencoding.UnsignedShort extends 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 Object implements Serializable

Serialized Fields

local_boolean

boolean local_boolean
field for _boolean

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

Serialized Fields

local_byte

byte local_byte
field for _byte

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

Serialized Fields

local_double

double local_double
field for _double

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

Serialized Fields

local_float

float local_float
field for _float

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

Serialized Fields

local_int

int local_int
field for _int

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

Serialized Fields

local_long

long local_long
field for _long

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

Serialized Fields

local_short

short local_short
field for _short

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

Serialized Fields

localAnyURI

URI localAnyURI
field for AnyURI

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

Serialized Fields

localBase64

DataHandler localBase64
field for Base64

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

Serialized Fields

localBase64Binary

DataHandler localBase64Binary
field for Base64Binary

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

Serialized Fields

localDate

Date localDate
field for Date

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

Serialized Fields

localDateTime

Calendar localDateTime
field for DateTime

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

Serialized Fields

localDecimal

BigDecimal localDecimal
field for Decimal

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

Serialized Fields

localDuration

Duration localDuration
field for Duration

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

Serialized Fields

localENTITIES

Entities localENTITIES
field for ENTITIES

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

Serialized Fields

localENTITY

Entity localENTITY
field for ENTITY

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

Serialized Fields

localGDay

Day localGDay
field for GDay

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

Serialized Fields

localGMonth

Month localGMonth
field for GMonth

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

Serialized Fields

localGMonthDay

MonthDay localGMonthDay
field for GMonthDay

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

Serialized Fields

localGYear

Year localGYear
field for GYear

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

Serialized Fields

localGYearMonth

YearMonth localGYearMonth
field for GYearMonth

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

Serialized Fields

localHexBinary

HexBinary localHexBinary
field for HexBinary

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

Serialized Fields

localID

Id localID
field for ID

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

Serialized Fields

localIDREF

IDRef localIDREF
field for IDREF

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

Serialized Fields

localIDREFS

IDRefs localIDREFS
field for IDREFS

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

Serialized Fields

localInteger

BigInteger localInteger
field for Integer

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

Serialized Fields

localLanguage

Language localLanguage
field for Language

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

Serialized Fields

localName

Name localName
field for Name

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

Serialized Fields

localNCName

NCName localNCName
field for NCName

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

Serialized Fields

localNegativeInteger

NegativeInteger localNegativeInteger
field for NegativeInteger

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

Serialized Fields

localNMTOKEN

NMToken localNMTOKEN
field for NMTOKEN

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

Serialized Fields

localNMTOKENS

NMTokens localNMTOKENS
field for NMTOKENS

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

Serialized Fields

localNonNegativeInteger

NonNegativeInteger localNonNegativeInteger
field for NonNegativeInteger

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

Serialized Fields

localNonPositiveInteger

NonPositiveInteger localNonPositiveInteger
field for NonPositiveInteger

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

Serialized Fields

localNormalizedString

NormalizedString localNormalizedString
field for NormalizedString

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

Serialized Fields

localQName

QName localQName
field for QName

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

Serialized Fields

localPositiveInteger

PositiveInteger localPositiveInteger
field for PositiveInteger

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

Serialized Fields

localQName

QName localQName
field for QName

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

Serialized Fields

localString

String localString
field for String

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

Serialized Fields

localTime

Time localTime
field for Time

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

Serialized Fields

localToken

Token localToken
field for Token

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

Serialized Fields

localUnsignedByte

UnsignedByte localUnsignedByte
field for UnsignedByte

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

Serialized Fields

localUnsignedInt

UnsignedInt localUnsignedInt
field for UnsignedInt

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

Serialized Fields

localUnsignedLong

UnsignedLong localUnsignedLong
field for UnsignedLong

Class org.apache.axis2.databinding.types.xsd.UnsignedShort extends 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 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 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 Object implements Serializable

serialVersionUID: -6601664200673063531L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws 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:
IOException

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

serialVersionUID: 8153736719090126891L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws 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:
IOException

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

Serialized Fields

after

String after
Field after


before

String before
Field before


phaseFirst

boolean phaseFirst
Field phaseFirst


phaseLast

boolean phaseLast
Field phaseLast


phaseName

String phaseName
Field phaseName

Class org.apache.axis2.description.Version extends Object implements Serializable

Serialized Fields

components

int[] components

qualifier

String qualifier

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


Package org.apache.axis2.engine

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

serialVersionUID: 6291062136407995920L


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

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

serialVersionUID: 694539734825500599L


Package org.apache.axis2.jaxws.client

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


Package org.apache.axis2.jaxws.injection

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


Package org.apache.axis2.jaxws.lifecycle

Class org.apache.axis2.jaxws.lifecycle.LifecycleException extends 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 Exception implements Serializable


Package org.apache.axis2.jaxws.wsdl

Class org.apache.axis2.jaxws.wsdl.SchemaReaderException extends 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 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(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws 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:
IOException

Package org.apache.axis2.soapmonitor.applet

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

Serialized Fields

main_panel

JPanel main_panel
Private data


tabbed_pane

JTabbedPane tabbed_pane

port

int port

pages

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 Error implements Serializable

serialVersionUID: -2378820905593825587L


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

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


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

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

Serialized Fields

wizardPaneContainer

JPanel wizardPaneContainer

nextButton

JButton nextButton

previousButton

JButton previousButton

cancelButton

JButton cancelButton

finishButton

JButton finishButton

currentPage

int currentPage

currentWizardPane

WizardPane currentWizardPane

wizardBean

WizardBean wizardBean

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

Serialized Fields

descriptionLabel

JTextArea descriptionLabel

ownerFrame

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

JLabel classFileLocationLabel

classFileLocationTextBox

JTextField classFileLocationTextBox

browseButton

JButton browseButton

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

Serialized Fields

parentBean

WizardBean parentBean

myBean

Page2Bean myBean

selectManualFileRadioButton

JRadioButton selectManualFileRadioButton

createAutomaticFileRadioButton

JRadioButton createAutomaticFileRadioButton

selectionPanel

JPanel selectionPanel

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

Serialized Fields

myBean

Page3Bean myBean

outputFileLocationLabel

JLabel outputFileLocationLabel

outputFileLocationTextBox

JTextField outputFileLocationTextBox

browseButton

JButton browseButton

outputFileNameLabel

JLabel outputFileNameLabel

outputFileNameTextBox

JTextField outputFileNameTextBox

Package org.apache.axis2.tools.component

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

Serialized Fields

wizardComponents

WizardComponents wizardComponents

panelTopTitle

String panelTopTitle

panelImage

ImageIcon panelImage

panelBottomTitle

String panelBottomTitle

error

String error

frametitle

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

JButton btnHint
varialbales


lblHint

JLabel lblHint

flag

boolean flag

optionJ2WRadioButton

JRadioButton optionJ2WRadioButton

optionW2JRadioButton

JRadioButton optionW2JRadioButton

optionServiceArchiverRadioButton

JRadioButton optionServiceArchiverRadioButton

bg

ButtonGroup bg

selectedOption

char selectedOption

hint

String hint

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

Serialized Fields

lblWSDL

JLabel lblWSDL

txtWSDL

JTextField txtWSDL

btnBrowse

JButton btnBrowse

btnHint

JButton btnHint

lblHint

JLabel lblHint

flag

boolean flag

hint

String hint

FileChooser

JFileChooser FileChooser

codegenBean

CodegenBean codegenBean

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

Serialized Fields

tableData

Object[][] tableData

columnNames

String[] columnNames

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

Serialized Fields

stop

boolean stop

val

String val

progressDescription

JLabel progressDescription

progressSent

JProgressBar progressSent

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

Serialized Fields

cmbCodeGenOption

JComboBox cmbCodeGenOption

cmbLan

JComboBox cmbLan

cmbServiceName

JComboBox cmbServiceName

cmbPortName

JComboBox cmbPortName

txtPacakgeName

JTextField txtPacakgeName

cmbdbtype

JComboBox cmbdbtype

chkTestCase

JCheckBox chkTestCase

clientSide

JRadioButton clientSide

rdBoth

JRadioButton rdBoth

rdsyn

JRadioButton rdsyn

rdasync

JRadioButton rdasync

serverSide

JRadioButton serverSide

serviceXML

JCheckBox serviceXML

serverSideInterface

JCheckBox serverSideInterface

all

JRadioButton all

table

JTable table

spTable

JScrollPane spTable

serviceNameList

List<E> serviceNameList

model

PackageNameTableModel model

codegenBean

CodegenBean codegenBean

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

Serialized Fields

txtoutput

JTextField txtoutput

txtaxisHome

JTextField txtaxisHome

txtjarFileName

JTextField txtjarFileName

btnBrowseOutput

JButton btnBrowseOutput

btnBrowseAxisHome

JButton btnBrowseAxisHome

btnCheckLib

JButton btnCheckLib

radCurrentProject

JRadioButton radCurrentProject

radCustomLocation

JRadioButton radCustomLocation

chbAddAxisCodegenJar

JCheckBox chbAddAxisCodegenJar

chbAddAxisLib

JCheckBox chbAddAxisLib

chbCreateJar

JCheckBox chbCreateJar

lblMessage

JLabel lblMessage

txtaTilte

JTextArea txtaTilte

cmbCurrentProject

JComboBox cmbCurrentProject

cmbModuleSrc

JComboBox cmbModuleSrc

lblAsixHome

JLabel lblAsixHome

lblJarFileName

JLabel lblJarFileName

lbloutput

JLabel lbloutput

lblModule

JLabel lblModule

lblDirectory

JLabel lblDirectory

DirChooser

JFileChooser DirChooser

title

String title

hint

String hint

codegenBean

CodegenBean codegenBean

flag

boolean flag

project

com.intellij.openapi.project.Project project

btnHint

JButton btnHint

txaHint

JTextArea txaHint

jarFileCopyOption

boolean jarFileCopyOption

axis2LibsLocation

String axis2LibsLocation

Package org.apache.axis2.tools.java2wsdl

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

Serialized Fields

txtClass

JTextField txtClass
varibale


btnFolder

JButton btnFolder

btnJar

JButton btnJar

btnRemove

JButton btnRemove

btnTest

JButton btnTest

btnHint

JButton btnHint

txaHint

JTextArea txaHint

flag

boolean flag

listPathDisply

JList listPathDisply

listModel

DefaultListModel listModel

lblTest

JLabel lblTest

hint

String hint

FileChooser

JFileChooser FileChooser

DirChooser

JFileChooser DirChooser

wsdlgenBean

WsdlgenBean wsdlgenBean

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

Serialized Fields

txtNsp

JTextField txtNsp
variable


txtNspPrefix

JTextField txtNspPrefix

txtSchemaTargetNsp

JTextField txtSchemaTargetNsp

txtSchemaTargetNspPrefix

JTextField txtSchemaTargetNspPrefix

txtService

JTextField txtService

wsdlgenBean

WsdlgenBean wsdlgenBean

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

Serialized Fields

rbtnAdd

JRadioButton rbtnAdd

rbtnSave

JRadioButton rbtnSave

cmbCurrentProject

JComboBox cmbCurrentProject

cmbModuleSrc

JComboBox cmbModuleSrc

txtLocation

JTextField txtLocation

txtFileName

JTextField txtFileName

lblModule

JLabel lblModule

lblDirect

JLabel lblDirect

lblOutput

JLabel lblOutput

btnBrowes

JButton btnBrowes

DirChooser

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 JFrame implements Serializable

Serialized Fields

panelImageLabel

JLabel panelImageLabel
variable


panelTopTitleLabel

JLabel panelTopTitleLabel

panelBottomTitleLabel

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.AxisAdminServlet extends AxisAdminServlet implements Serializable

serialVersionUID: 3038257566847798292L

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

serialVersionUID: 3105135058353738906L

Serialized Fields

disableREST

boolean disableREST

closeReader

boolean closeReader

initCalled

boolean initCalled

Package org.apache.axis2.util

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

serialVersionUID: 2130079159931574599L

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

serialVersionUID: 8978361069526299875L

Serialization Methods

readExternal

public void readExternal(ObjectInput inObject)
                  throws IOException,
                         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:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput o)
                   throws IOException
Save the contents of this object

Throws:
IOException

Class org.apache.axis2.util.SelfManagedDataHolder extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.apache.axis2.webapp

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

serialVersionUID: -6740625806509755370L


Package org.apache.axis2.wsdl.codegen

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

serialVersionUID: 7763140075166886795L


Package org.apache.axis2.wsdl.codegen.schema.exception

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


Package org.apache.axis2.wsdl.databinding

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


Package org.apache.axis2.wsdl.util

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

serialVersionUID: -2788807375814097409L

Serialized Fields

reduceWSDLMemoryCache

boolean reduceWSDLMemoryCache

reduceWSDLMemoryType

int reduceWSDLMemoryType

wrapperImpl

WSDLWrapperImpl wrapperImpl

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

serialVersionUID: -2788807375814097409L

Serialized Fields

wsdlDefinition

javax.wsdl.Definition wsdlDefinition

wsdlURL

URL wsdlURL

wsdlExplicitURI

String wsdlExplicitURI

wsdlDocumentBaseURI

String wsdlDocumentBaseURI

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

serialVersionUID: -2788807375814097409L

Serialized Fields

wsdlDefinition

javax.wsdl.Definition wsdlDefinition

wsdlURL

URL wsdlURL

wsdlExplicitURI

String wsdlExplicitURI

wsdlDocumentBaseURI

String wsdlDocumentBaseURI

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

serialVersionUID: -2788807375814097409L

Serialized Fields

wsdlDefinition

javax.wsdl.Definition wsdlDefinition

wsdlURL

URL wsdlURL

wsdlExplicitURI

String wsdlExplicitURI

wsdlDocumentBaseURI

String wsdlDocumentBaseURI

accessCount

Counter accessCount

safeToSerialize

boolean safeToSerialize

hasBeenSaved

boolean hasBeenSaved

hasBeenUpdatedSinceSaving

boolean hasBeenUpdatedSinceSaving

savedDefinitionFile

File savedDefinitionFile

savedFilename

String savedFilename

Package org.apache.ideaplugin.frames

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

Serialized Fields

txtClassDir

JTextField txtClassDir
varialbales


butSelect

JButton butSelect

chkBoxIncludeClass

JCheckBox chkBoxIncludeClass

chkBoxArchiveType

JCheckBox chkBoxArchiveType

btnHint

JButton btnHint

txaHint

JTextArea txaHint

flag

boolean flag

hint

String hint

archiveBean

ArchiveBean archiveBean

fileChooser

JFileChooser fileChooser

file

File file

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

Serialized Fields

txtJarLocation

JTextField txtJarLocation

butSelect

JButton butSelect

butAdd

JButton butAdd

butRemove

JButton butRemove

listPathDisply

JList listPathDisply

listModel

DefaultListModel listModel

btnHint

JButton btnHint

txaHint

JTextArea txaHint

flag

boolean flag

hint

String hint

archiveBean

ArchiveBean archiveBean

fileChooser

JFileChooser fileChooser

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

Serialized Fields

txtName

JTextField txtName

txtValue

JTextField txtValue

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

Serialized Fields

txtLocation

JTextField txtLocation

txtFileName

JTextField txtFileName

btnBrowes

JButton btnBrowes

btnHint

JButton btnHint

txaHint

JTextArea txaHint

flag

boolean flag

DirChooser

JFileChooser DirChooser

archiveBean

ArchiveBean archiveBean

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

Serialized Fields

desArea

JTextArea desArea

addpara

JButton addpara

addModuleRef

JButton addModuleRef

validateXML

JButton validateXML

reGenerate

JButton reGenerate

sp

JScrollPane sp

lblerror

JLabel lblerror

archiveBean

ArchiveBean archiveBean

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

Serialized Fields

lblXmlLocation

JLabel lblXmlLocation
varialbales


txtServiceXml

JTextField txtServiceXml

butSelect

JButton butSelect

chkBoxIncludeXml

JCheckBox chkBoxIncludeXml

btnHint

JButton btnHint

txaHint

JTextArea txaHint

flag

boolean flag

hint

String hint

fileChooser

JFileChooser fileChooser

archiveBean

ArchiveBean archiveBean

value

String value

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

Serialized Fields

txtServiceName

JTextField txtServiceName

txtClassName

JTextField txtClassName

chkBoxSearchMethod

JCheckBox chkBoxSearchMethod

btnLoad

JButton btnLoad

btnBrowse

JButton btnBrowse

table

JTable table

lblTable

JLabel lblTable

scrollPane

JScrollPane scrollPane

operations

HashMap<K,V> operations

fileName

String fileName

count

int count

servicelsit

ArrayList<E> servicelsit

sgXMl

String sgXMl

fileChooser

JFileChooser fileChooser

archiveBean

ArchiveBean archiveBean

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

Serialized Fields

lblWSDL

JLabel lblWSDL

chkBoxSkip

JCheckBox chkBoxSkip

chkBoxSelect

JCheckBox chkBoxSelect

txtWSDL

JTextField txtWSDL

btnBrowse

JButton btnBrowse

btnHint

JButton btnHint

txaHint

JTextArea txaHint

flag

boolean flag

hint

String hint

fileChooser

JFileChooser fileChooser

archiveBean

ArchiveBean archiveBean

Package org.apache.ideaplugin.frames.table

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

Serialized Fields

columnNames

String[] columnNames

datvalue

Object[][] datvalue

datobjs

HashMap<K,V> datobjs

Package server

Class server.EchoString extends Object implements Serializable

Serialized Fields

localInput

String localInput
field for Input


localInputTracker

boolean localInputTracker

Class server.EchoStringResponse extends Object implements Serializable

Serialized Fields

localEchoStringReturn

String localEchoStringReturn
field for EchoStringReturn


localEchoStringReturnTracker

boolean localEchoStringReturnTracker



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