com.infoengine.connector
Class IeInteraction.GetBody

java.lang.Object
  extended bycom.infoengine.connector.IeInteraction.GetBody
All Implemented Interfaces:
PrivilegedAction
Enclosing class:
IeInteraction

private class IeInteraction.GetBody
extends Object
implements PrivilegedAction


Field Summary
(package private)  javax.xml.soap.SOAPMessage msg
           
(package private)  Exception thrown
           
 
Constructor Summary
(package private) IeInteraction.GetBody(javax.xml.soap.SOAPMessage msg)
           
 
Method Summary
 Exception getThrown()
           
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

javax.xml.soap.SOAPMessage msg

thrown

Exception thrown
Constructor Detail

IeInteraction.GetBody

IeInteraction.GetBody(javax.xml.soap.SOAPMessage msg)
Method Detail

run

public Object run()
Specified by:
run in interface PrivilegedAction

getThrown

public Exception getThrown()