Uses of Class
com.ibm.wpc.WpcBodyType

Packages that use WpcBodyType
com.ibm.wpc   
 

Uses of WpcBodyType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcBodyType
 WpcBodyType Envelope.getWpcBody()
          Gets the wpcBody value for this Envelope.
 

Methods in com.ibm.wpc with parameters of type WpcBodyType
 void Envelope.setWpcBody(WpcBodyType wpcBody)
          Sets the wpcBody value for this Envelope.
 

Constructors in com.ibm.wpc with parameters of type WpcBodyType
Envelope(java.lang.String WPCResponseType, WpcHeaderType wpcHeader, WpcBodyType wpcBody, java.lang.String communicationVersion)