org.apache.openejb.client
Interface Response

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
ClusterableResponse
All Known Implementing Classes:
AuthenticationResponse, EJBResponse, JNDIResponse

public interface Response
extends Externalizable


Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 

Method Detail

readExternal

void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.