|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Part
| Method Summary | |
|---|---|
void |
addMimeHeader(String header,
String value)
Add the specified MIME header, as per JAXM. |
String |
getContentId()
Content ID. |
String |
getContentIdRef()
Content ID. |
String |
getContentLocation()
Content location. |
String |
getContentType()
Content type. |
Iterator |
getMatchingMimeHeaders(String[] match)
Get all headers that match |
String[] |
getMimeHeader(String name)
Gets all the values of the MimeHeader object
in this SOAPPart object that is identified by
the given String. |
Iterator |
getNonMatchingMimeHeaders(String[] match)
Get all headers that do not match |
void |
setContentId(String newCid)
Sets Content-Id of this part. |
void |
setContentLocation(String loc)
Set content location. |
| Method Detail |
|---|
String[] getMimeHeader(String name)
MimeHeader object
in this SOAPPart object that is identified by
the given String.
name - the name of the header; example:
"Content-Type"
String array giving all the values for
the specified header
void addMimeHeader(String header,
String value)
String getContentLocation()
void setContentLocation(String loc)
void setContentId(String newCid)
newCid - new Content-IdString getContentId()
Iterator getMatchingMimeHeaders(String[] match)
Iterator getNonMatchingMimeHeaders(String[] match)
String getContentType()
String getContentIdRef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||