org.apache.axis2.util
Class SelfManagedDataHolder

java.lang.Object
  extended by org.apache.axis2.util.SelfManagedDataHolder
All Implemented Interfaces:
Externalizable, Serializable

public class SelfManagedDataHolder
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
SelfManagedDataHolder()
           
SelfManagedDataHolder(String classname, String id, byte[] data)
           
 
Method Summary
 String getClassname()
           
 byte[] getData()
           
 String getId()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfManagedDataHolder

public SelfManagedDataHolder()

SelfManagedDataHolder

public SelfManagedDataHolder(String classname,
                             String id,
                             byte[] data)
                      throws Exception
Throws:
Exception
Method Detail

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.