|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FederatedHttpBodyPart | |
wt.federation | The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. |
Uses of FederatedHttpBodyPart in wt.federation |
Fields in wt.federation declared as FederatedHttpBodyPart | |
private FederatedHttpBodyPart |
FederatedHttpMessage.body
|
private FederatedHttpBodyPart |
FederatedHttpConnection.payload
|
private FederatedHttpBodyPart |
FederatedHttpMessage.body
|
private FederatedHttpBodyPart |
FederatedHttpConnection.payload
|
Methods in wt.federation that return FederatedHttpBodyPart | |
FederatedHttpBodyPart |
FederatedHttpMultipart.getPart(int index)
Returns the specified part of the MIME multipart object. |
FederatedHttpBodyPart |
FederatedHttpMessage.getBody()
Gets the value of the attribute: body. |
FederatedHttpBodyPart |
FederatedHttpConnection.getPayload()
Gets the value of the attribute: payload. |
FederatedHttpBodyPart |
FederatedHttpBodyPart.getPart(int index)
Returns the body part associated with the specified index. |
FederatedHttpBodyPart |
FederatedHttpMultipart.getPart(int index)
Returns the specified part of the MIME multipart object. |
FederatedHttpBodyPart |
FederatedHttpMessage.getBody()
Gets the value of the attribute: body. |
FederatedHttpBodyPart |
FederatedHttpConnection.getPayload()
Gets the value of the attribute: payload. |
FederatedHttpBodyPart |
FederatedHttpBodyPart.getPart(int index)
Returns the body part associated with the specified index. |
Methods in wt.federation with parameters of type FederatedHttpBodyPart | |
static FederatedHttpResponse |
FederationUtilities.executeHTTPRequest(String method,
String urlString,
FederatedHttpBodyPart payload)
Deprecated. See FederationServiceSvr. |
void |
FederatedHttpMultipart.addPart(FederatedHttpBodyPart part)
Adds the specified part to the MIME multipart object. |
void |
FederatedHttpMessage.setBody(FederatedHttpBodyPart a_Body)
Sets the value of the attribute: body. |
void |
FederatedHttpConnection.setPayload(FederatedHttpBodyPart a_Payload)
Sets the value of the attribute: payload. |
void |
FederatedHttpConnection.addPayload(FederatedHttpBodyPart part)
Augments the payload of a POST or PUT request with the specified MIME object. |
protected boolean |
FederatedHttpBodyPart.readVersion(FederatedHttpBodyPart thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static FederatedHttpResponse |
FederationUtilities.executeHTTPRequest(String method,
String urlString,
FederatedHttpBodyPart payload)
Deprecated. See FederationServiceSvr. |
void |
FederatedHttpMultipart.addPart(FederatedHttpBodyPart part)
Adds the specified part to the MIME multipart object. |
void |
FederatedHttpMessage.setBody(FederatedHttpBodyPart a_Body)
Sets the value of the attribute: body. |
void |
FederatedHttpConnection.setPayload(FederatedHttpBodyPart a_Payload)
Sets the value of the attribute: payload. |
void |
FederatedHttpConnection.addPayload(FederatedHttpBodyPart part)
Augments the payload of a POST or PUT request with the specified MIME object. |
protected boolean |
FederatedHttpBodyPart.readVersion(FederatedHttpBodyPart thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |