Uses of Class
com.ibm.wpc.Envelope

Packages that use Envelope
com.ibm.wpc   
 

Uses of Envelope in com.ibm.wpc
 

Methods in com.ibm.wpc that return Envelope
 Envelope InvokeResponse.getInvokeReturn()
          Gets the invokeReturn value for this InvokeResponse.
 

Methods in com.ibm.wpc with parameters of type Envelope
 java.lang.String PortalIntegratedService.invoke(Envelope in0)
           
 void InvokeResponse.setInvokeReturn(Envelope invokeReturn)
          Sets the invokeReturn value for this InvokeResponse.
 

Constructors in com.ibm.wpc with parameters of type Envelope
InvokeResponse(Envelope invokeReturn)