Serialized Form

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

serialVersionUID: -9120448754896609940l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.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:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

namespaceURI

java.lang.String namespaceURI

localPart

java.lang.String localPart

prefix

java.lang.String prefix


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

serialVersionUID: 1l

Serialized Fields

fFaultCode

java.lang.String fFaultCode

fTargetThrowable

java.lang.Throwable fTargetThrowable

fLocation

java.lang.String fLocation



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