org.apache.axis2.util
Class SelfManagedDataHolder
java.lang.Object
org.apache.axis2.util.SelfManagedDataHolder
- All Implemented Interfaces:
- Externalizable, Serializable
public class SelfManagedDataHolder
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelfManagedDataHolder
public SelfManagedDataHolder()
SelfManagedDataHolder
public SelfManagedDataHolder(String classname,
String id,
byte[] data)
throws Exception
- Throws:
Exception
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
getClassname
public String getClassname()
getData
public byte[] getData()
getId
public String getId()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.