org.jboss.mq.il.oil2
Class OIL2Response

java.lang.Object
  extended byorg.jboss.mq.il.oil2.OIL2Response

public class OIL2Response
extends java.lang.Object


Constructor Summary
OIL2Response()
           
OIL2Response(OIL2Request (src)  request)
           
 
Method Summary
 java.lang.Object evalThrowsException()
           
 java.lang.Object evalThrowsJMSException()
           
 java.lang.Object evalThrowsThrowable()
           
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OIL2Response

public OIL2Response()

OIL2Response

public OIL2Response(OIL2Request (src)  request)
Method Detail

evalThrowsJMSException

public java.lang.Object evalThrowsJMSException()
                                        throws JMSException (src) ,
                                               java.io.IOException
Throws:
JMSException (src)
java.io.IOException

evalThrowsException

public java.lang.Object evalThrowsException()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

evalThrowsThrowable

public java.lang.Object evalThrowsThrowable()
                                     throws java.lang.Throwable
Throws:
java.lang.Throwable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

toString

public java.lang.String toString()