Serialized Form
Package javax.xml.namespace |
serialVersionUID: -6756054858541526837L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Ensure that deserialization properly interns the results.
- Throws:
java.io.IOException
- if there was a failure in the object input stream
java.lang.ClassNotFoundException
- if the class of any sub-objects could not be found
namespaceURI
java.lang.String namespaceURI
localPart
java.lang.String localPart
prefix
java.lang.String prefix
serialVersionUID: 5083961510786058130L
cause
java.lang.Throwable cause
Package javax.xml.ws.http |
statusCode
int statusCode
Package javax.xml.ws.soap |
fault
SOAPFault fault
serialVersionUID: -374933082062124907L
headers
java.util.List<E> headers
- assume headers are not used very often
message
java.lang.String message
faultReasonList
java.util.List<E> faultReasonList
faultCode
QName faultCode
faultSubCodes
java.util.List<E> faultSubCodes
faultNode
java.lang.String faultNode
faultRole
java.lang.String faultRole
detail
org.apache.axiom.om.OMElement detail
soapFaultCode
org.apache.axiom.soap.SOAPFaultCode soapFaultCode
soapFaultReason
org.apache.axiom.soap.SOAPFaultReason soapFaultReason
soapFaultNode
org.apache.axiom.soap.SOAPFaultNode soapFaultNode
soapFaultRole
org.apache.axiom.soap.SOAPFaultRole soapFaultRole
soapFaultDetail
org.apache.axiom.soap.SOAPFaultDetail soapFaultDetail
faultMessageContext
MessageContext faultMessageContext
- If not null, this MessageContext represents the fault as it
should be returned. This is used by higher-level layers
that want to generate the message themselves so that
processing may take place before they return control (e.g. JAX-WS.)
nodeURI
java.lang.String nodeURI
- SOAP1.2: URI of faulting node. Null for unknown.
The value of the Node element information item is the URI that
identifies the SOAP node that generated the fault.
SOAP nodes that do not act as the ultimate SOAP receiver MUST include this element
information item.
An ultimate SOAP receiver MAY include this element information item to
indicate explicitly that it generated the fault.
faultAction
java.lang.String faultAction
faultType
int faultType
- this field is used to identify the axis2 fault type
Package org.apache.axis2.addressing |
serialVersionUID: 5278892171162372439L
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
serialVersionUID: -1120384315333414960L
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 |
serialVersionUID: -8318751890845181507L
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 |
Package org.apache.axis2.clustering.configuration |
Package org.apache.axis2.clustering.configuration.commands |
policy
java.lang.String policy
serviceName
java.lang.String serviceName
exception
java.lang.Throwable exception
serviceGroupNames
java.lang.String[] serviceGroupNames
serviceGroupNames
java.lang.String[] serviceGroupNames
Package org.apache.axis2.clustering.context |
properties
java.util.Map<K,V> properties
Package org.apache.axis2.clustering.context.commands |
commands
java.util.ArrayList<E> commands
serviceGroupName
java.lang.String serviceGroupName
serviceGroupContextId
java.lang.String serviceGroupContextId
serviceName
java.lang.String serviceName
serviceGroupContextId
java.lang.String serviceGroupContextId
propertyUpdater
PropertyUpdater propertyUpdater
serviceGroupName
java.lang.String serviceGroupName
serviceGroupContextId
java.lang.String serviceGroupContextId
serviceName
java.lang.String serviceName
serviceGroupName
java.lang.String serviceGroupName
serviceGroupContextId
java.lang.String serviceGroupContextId
Package org.apache.axis2.clustering.control |
serviceGroupNames
java.lang.String[] serviceGroupNames
serviceGroups
java.lang.String[] serviceGroups
commands
ContextClusteringCommand[] commands
commands
ContextClusteringCommand[] commands
Package org.apache.axis2.context |
serialVersionUID: -7753637088257391858L
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
serialVersionUID: -7264782778333554350L
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
key
java.lang.String key
value
java.lang.Object value
isRemoved
boolean isRemoved
serialVersionUID: 8265625275015738957L
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
serialVersionUID: 9014471144479928885L
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
serialVersionUID: -1100610673067568556L
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 |
Package org.apache.axis2.corba.idl.values |
Package org.apache.axis2.databinding |
child
ADBSOAPModelBuilder.Child child
parser
javax.xml.stream.XMLStreamReader parser
body
ADBSOAPModelBuilder.Body body
Package org.apache.axis2.databinding.types |
serialVersionUID: -9024662553918598132L
day
int day
timezone
java.lang.String timezone
serialVersionUID: -3736760992541369098L
isNegative
boolean isNegative
years
int years
months
int months
days
int days
hours
int hours
minutes
int minutes
seconds
double seconds
serialVersionUID: -4511368195143560809L
entities
Entity[] entities
serialVersionUID: -4868410883856961942L
serialVersionUID: -5082403899986720767L
m_value
byte[] m_value
serialVersionUID: -8442438083214211437L
serialVersionUID: 6821835065939868576L
serialVersionUID: 5394097798361075902L
idrefs
IDRef[] idrefs
serialVersionUID: -4105320293090087959L
serialVersionUID: -7469265802807262347L
month
int month
timezone
java.lang.String timezone
serialVersionUID: -345189609825249318L
month
int month
day
int day
timezone
java.lang.String timezone
serialVersionUID: -8354594301737358441L
serialVersionUID: 8573451628276898297L
serialVersionUID: -2295928715693639427L
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
- Throws:
java.io.ObjectStreamException
zero
java.math.BigInteger zero
- validate the value against the xsd definition
serialVersionUID: 1209618487031404110L
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
array
byte[] array
serialVersionUID: -1319741002733174329L
serialVersionUID: -2435854824216181165L
tokens
NMToken[] tokens
serialVersionUID: -484577860351406054L
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
- Throws:
java.io.ObjectStreamException
zero
java.math.BigInteger zero
- validate the value against the xsd definition
serialVersionUID: -6135065605514678689L
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
array
byte[] array
serialVersionUID: -8609051961838117600L
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
- Throws:
java.io.ObjectStreamException
zero
java.math.BigInteger zero
- validate the value against the xsd definition
serialVersionUID: -3601357690365698517L
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
array
byte[] array
serialVersionUID: -290878151870399401L
m_value
java.lang.String m_value
serialVersionUID: 2393074651972192536L
name
NCName name
publicURI
URI publicURI
systemURI
URI systemURI
serialVersionUID: -4562301423231920813L
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
- Throws:
java.io.ObjectStreamException
iMinInclusive
java.math.BigInteger iMinInclusive
- validate the value against the xsd definition
serialVersionUID: 1251664160936150499L
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
array
byte[] array
serialVersionUID: -9022201555535589908L
_value
java.util.Calendar _value
isFromString
boolean isFromString
originalString
java.lang.String originalString
serialVersionUID: -7370524740514465467L
serialVersionUID: 4631754787145526759L
serialVersionUID: -8915204168154746305L
lValue
java.lang.Long lValue
__equalsCalc
java.lang.Object __equalsCalc
serialVersionUID: -5919942584284897583L
lValue
java.math.BigInteger lValue
__equalsCalc
java.lang.Object __equalsCalc
serialVersionUID: 6822598447692816380L
serialVersionUID: 2172306044361227627L
m_scheme
java.lang.String m_scheme
- Stores the scheme (usually the protocol) for this URI.
m_userinfo
java.lang.String m_userinfo
- If specified, stores the userinfo for this URI; otherwise null
m_host
java.lang.String m_host
- If specified, stores the host for this URI; otherwise null
m_port
int m_port
- If specified, stores the port for this URI; otherwise -1
m_regAuthority
java.lang.String m_regAuthority
- If specified, stores the registry based authority for this URI; otherwise -1
m_path
java.lang.String m_path
- If specified, stores the path for this URI; otherwise null
m_queryString
java.lang.String m_queryString
- If specified, stores the query string for this URI; otherwise null.
m_fragment
java.lang.String m_fragment
- If specified, stores the fragment for this URI; otherwise null
serialVersionUID: -8488692760975768757L
serialVersionUID: 7498876120334857019L
year
int year
timezone
java.lang.String timezone
serialVersionUID: -5510739842661690551L
year
int year
month
int month
timezone
java.lang.String timezone
Package org.apache.axis2.databinding.types.soapencoding |
local_boolean
boolean local_boolean
- field for _boolean
local_byte
byte local_byte
- field for _byte
local_double
double local_double
- field for _double
local_float
float local_float
- field for _float
local_int
int local_int
- field for _int
local_long
long local_long
- field for _long
local_short
short local_short
- field for _short
localAnyType
org.apache.axiom.om.OMElement localAnyType
- field for AnyType
localAnyURI
URI localAnyURI
- field for AnyURI
objectList
java.util.List<E> objectList
arrayTypeQName
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!
localArrayCoordinate
java.lang.String localArrayCoordinate
- field for ArrayCoordinate
localArray
Array localArray
- field for Array
localBase64
javax.activation.DataHandler localBase64
- field for Base64
localBase64Binary
javax.activation.DataHandler localBase64Binary
- field for Base64Binary
localDate
java.util.Date localDate
- field for Date
localDateTime
java.util.Calendar localDateTime
- field for DateTime
localDecimal
java.math.BigDecimal localDecimal
- field for Decimal
localDuration
Duration localDuration
- field for Duration
localENTITIES
Entities localENTITIES
- field for ENTITIES
localENTITY
Entity localENTITY
- field for ENTITY
localGDay
Day localGDay
- field for GDay
localGMonth
Month localGMonth
- field for GMonth
localGMonthDay
MonthDay localGMonthDay
- field for GMonthDay
localGYear
Year localGYear
- field for GYear
localGYearMonth
YearMonth localGYearMonth
- field for GYearMonth
localHexBinary
HexBinary localHexBinary
- field for HexBinary
localID
Id localID
- field for ID
localIDREF
IDRef localIDREF
- field for IDREF
localIDREFS
IDRefs localIDREFS
- field for IDREFS
localInteger
java.math.BigInteger localInteger
- field for Integer
localLanguage
Language localLanguage
- field for Language
localName
Name localName
- field for Name
localNCName
NCName localNCName
- field for NCName
localNegativeInteger
NegativeInteger localNegativeInteger
- field for NegativeInteger
localNMTOKEN
NMToken localNMTOKEN
- field for NMTOKEN
localNMTOKENS
NMTokens localNMTOKENS
- field for NMTOKENS
localNonNegativeInteger
NonNegativeInteger localNonNegativeInteger
- field for NonNegativeInteger
localNonPositiveInteger
NonPositiveInteger localNonPositiveInteger
- field for NonPositiveInteger
localNormalizedString
NormalizedString localNormalizedString
- field for NormalizedString
localQName
QName localQName
- field for QName
localPositiveInteger
PositiveInteger localPositiveInteger
- field for PositiveInteger
localQName
QName localQName
- field for QName
localString
java.lang.String localString
- field for String
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!
localTime
Time localTime
- field for Time
localToken
Token localToken
- field for Token
localUnsignedByte
UnsignedByte localUnsignedByte
- field for UnsignedByte
localUnsignedInt
UnsignedInt localUnsignedInt
- field for UnsignedInt
localUnsignedLong
UnsignedLong localUnsignedLong
- field for UnsignedLong
localUnsignedShort
UnsignedShort localUnsignedShort
- field for UnsignedShort
Package org.apache.axis2.databinding.types.xsd |
local_boolean
boolean local_boolean
- field for _boolean
local_byte
byte local_byte
- field for _byte
local_double
double local_double
- field for _double
local_float
float local_float
- field for _float
local_int
int local_int
- field for _int
local_long
long local_long
- field for _long
local_short
short local_short
- field for _short
localAnyURI
URI localAnyURI
- field for AnyURI
localBase64
javax.activation.DataHandler localBase64
- field for Base64
localBase64Binary
javax.activation.DataHandler localBase64Binary
- field for Base64Binary
localDate
java.util.Date localDate
- field for Date
localDateTime
java.util.Calendar localDateTime
- field for DateTime
localDecimal
java.math.BigDecimal localDecimal
- field for Decimal
localDuration
Duration localDuration
- field for Duration
localENTITIES
Entities localENTITIES
- field for ENTITIES
localENTITY
Entity localENTITY
- field for ENTITY
localGDay
Day localGDay
- field for GDay
localGMonth
Month localGMonth
- field for GMonth
localGMonthDay
MonthDay localGMonthDay
- field for GMonthDay
localGYear
Year localGYear
- field for GYear
localGYearMonth
YearMonth localGYearMonth
- field for GYearMonth
localHexBinary
HexBinary localHexBinary
- field for HexBinary
localID
Id localID
- field for ID
localIDREF
IDRef localIDREF
- field for IDREF
localIDREFS
IDRefs localIDREFS
- field for IDREFS
localInteger
java.math.BigInteger localInteger
- field for Integer
localLanguage
Language localLanguage
- field for Language
localName
Name localName
- field for Name
localNCName
NCName localNCName
- field for NCName
localNegativeInteger
NegativeInteger localNegativeInteger
- field for NegativeInteger
localNMTOKEN
NMToken localNMTOKEN
- field for NMTOKEN
localNMTOKENS
NMTokens localNMTOKENS
- field for NMTOKENS
localNonNegativeInteger
NonNegativeInteger localNonNegativeInteger
- field for NonNegativeInteger
localNonPositiveInteger
NonPositiveInteger localNonPositiveInteger
- field for NonPositiveInteger
localNormalizedString
NormalizedString localNormalizedString
- field for NormalizedString
localQName
QName localQName
- field for QName
localPositiveInteger
PositiveInteger localPositiveInteger
- field for PositiveInteger
localQName
QName localQName
- field for QName
localString
java.lang.String localString
- field for String
localTime
Time localTime
- field for Time
localToken
Token localToken
- field for Token
localUnsignedByte
UnsignedByte localUnsignedByte
- field for UnsignedByte
localUnsignedInt
UnsignedInt localUnsignedInt
- field for UnsignedInt
localUnsignedLong
UnsignedLong localUnsignedLong
- field for UnsignedLong
localUnsignedShort
UnsignedShort localUnsignedShort
- field for UnsignedShort
Package org.apache.axis2.databinding.utils |
Package org.apache.axis2.dataretrieval |
serialVersionUID: -374933082062124908L
serialVersionUID: -374933082062124908L
Package org.apache.axis2.deployment |
serialVersionUID: -206215612208580684L
Package org.apache.axis2.description |
serialVersionUID: -6601664200673063531L
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
serialVersionUID: 8153736719090126891L
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
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
Package org.apache.axis2.engine |
serialVersionUID: 6291062136407995920L
Package org.apache.axis2.jaxws.addressing.util |
serialVersionUID: 694539734825500599L
Package org.apache.axis2.jaxws.client |
Package org.apache.axis2.jaxws.injection |
Package org.apache.axis2.jaxws.lifecycle |
Package org.apache.axis2.jaxws.server.endpoint.lifecycle |
Package org.apache.axis2.jaxws.wrapper.impl |
Package org.apache.axis2.jaxws.wsdl |
Package org.apache.axis2.mex |
serialVersionUID: 890952871867880606L
serialVersionUID: 3398692344266837690L
Package org.apache.axis2.mex.om |
serialVersionUID: 1L
Package org.apache.axis2.phaseresolver |
serialVersionUID: 5690503396724929322L
Package org.apache.axis2.schema |
serialVersionUID: 2520939560060608157L
Package org.apache.axis2.scripting |
serialVersionUID: 1L
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 |
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 |
Package org.apache.axis2.transport.http |
disableREST
boolean disableREST
closeReader
boolean closeReader
initCalled
boolean initCalled
Package org.apache.axis2.transport.jms |
Package org.apache.axis2.transport.mail.server |
serialVersionUID: 3033256355495000819L
mailAddy
java.lang.String mailAddy
Package org.apache.axis2.util |
serialVersionUID: 2130079159931574599L
serialVersionUID: 8978361069526299875L
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
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
Package org.apache.axis2.wsdl.codegen |
serialVersionUID: 7763140075166886795L
Package org.apache.axis2.wsdl.codegen.schema.exception |
Package org.apache.axis2.wsdl.databinding |
Package org.apache.axis2.wsdl.util |
serialVersionUID: -2788807375814097409L
reduceWSDLMemoryCache
boolean reduceWSDLMemoryCache
reduceWSDLMemoryType
int reduceWSDLMemoryType
wrapperImpl
WSDLWrapperImpl wrapperImpl
serialVersionUID: -2788807375814097409L
wsdlDefinition
javax.wsdl.Definition wsdlDefinition
wsdlURL
java.net.URL wsdlURL
wsdlExplicitURI
java.lang.String wsdlExplicitURI
wsdlDocumentBaseURI
java.lang.String wsdlDocumentBaseURI
serialVersionUID: -2788807375814097409L
wsdlDefinition
javax.wsdl.Definition wsdlDefinition
wsdlURL
java.net.URL wsdlURL
wsdlExplicitURI
java.lang.String wsdlExplicitURI
wsdlDocumentBaseURI
java.lang.String wsdlDocumentBaseURI
serialVersionUID: -2788807375814097409L
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
Copyright © 2007 Apache Web Services Project. All Rights Reserved.