org.apache.geronimo.messaging
Class MsgReplacerResolver.TypeWrapper

java.lang.Object
  extended byorg.apache.geronimo.messaging.MsgReplacerResolver.TypeWrapper
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
MsgReplacerResolver

public static class MsgReplacerResolver.TypeWrapper
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
MsgReplacerResolver.TypeWrapper()
           
MsgReplacerResolver.TypeWrapper(MsgBody.Type aType)
           
 
Method Summary
 MsgBody.Type getType()
           
 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

MsgReplacerResolver.TypeWrapper

public MsgReplacerResolver.TypeWrapper()

MsgReplacerResolver.TypeWrapper

public MsgReplacerResolver.TypeWrapper(MsgBody.Type aType)
Method Detail

getType

public MsgBody.Type getType()

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


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