|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Attachments
Manages attachments for an invocation.
AbstractMessage| Method Summary | |
|---|---|
void |
addPart(Attachment part)
|
java.lang.String |
getContentType()
Get the conetnt type of the whole message. |
Attachment |
getPart(java.lang.String id)
|
java.util.Iterator |
getParts()
|
java.lang.String |
getSoapContentType()
Get the content type of the soap message. |
Attachment |
getSoapMessage()
|
void |
setSoapContentType(java.lang.String soapMimeType)
Set the content type of the soap message. |
void |
setSoapMessage(Attachment soapMessage)
|
int |
size()
|
void |
write(java.io.OutputStream out)
|
| Method Detail |
|---|
Attachment getSoapMessage()
void setSoapMessage(Attachment soapMessage)
soapMessage - The SOAP Message to set.void addPart(Attachment part)
java.util.Iterator getParts()
Attachment getPart(java.lang.String id)
int size()
void write(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionjava.lang.String getContentType()
java.lang.String getSoapContentType()
void setSoapContentType(java.lang.String soapMimeType)
soapMimeType -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||