Serialized Form


Package javax.xml.namespace

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

serialVersionUID: -9120448754896609940L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Sets the object variables to internal strings matching the values from the input stream. If the serialized object represents an older version of QName that did not support the 'prefix' variable, then 'prefix' will be set to null by defaultReadObject(). In this case, change the 'prefix' to the empty string "".

Throws:
IOException
ClassNotFoundException
Serialized Fields

namespaceURI

String namespaceURI

localPart

String localPart

prefix

String prefix

Package org.apache.woden

Class org.apache.woden.WSDLException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

fFaultCode

String fFaultCode

fTargetThrowable

Throwable fTargetThrowable

fLocation

String fLocation

Package org.apache.woden.xpointer

Class org.apache.woden.xpointer.InvalidXPointerException extends Exception implements Serializable

serialVersionUID: 0L

Serialized Fields

fragment

String fragment

startChar

Integer startChar

endChar

Integer endChar



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.