Uses of Class
com.ibm.wpc.WpcHeaderType

Packages that use WpcHeaderType
com.ibm.wpc   
 

Uses of WpcHeaderType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcHeaderType
 WpcHeaderType Envelope.getWpcHeader()
          Gets the wpcHeader value for this Envelope.
 

Methods in com.ibm.wpc with parameters of type WpcHeaderType
 void Envelope.setWpcHeader(WpcHeaderType wpcHeader)
          Sets the wpcHeader value for this Envelope.
 

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