|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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 headersetMimeHeader(java.lang.String, java.lang.String)
public void addMimeHeader(String header, String value)
public String getContentLocation()
public void setContentLocation(String loc)
public void setContentId(String newCid)
newCid
- new Content-Idpublic String getContentId()
public Iterator getMatchingMimeHeaders(String[] match)
public Iterator getNonMatchingMimeHeaders(String[] match)
public String getContentType()
public String getContentIdRef()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |