|
||||||||||
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)
|
String |
getContentType()
Get the conetnt type of the whole message. |
Attachment |
getPart(String id)
|
Iterator |
getParts()
|
String |
getSoapContentType()
Get the content type of the soap message. |
Attachment |
getSoapMessage()
|
void |
setSoapContentType(String soapMimeType)
Set the content type of the soap message. |
void |
setSoapMessage(Attachment soapMessage)
|
int |
size()
|
void |
write(OutputStream out)
|
Method Detail |
---|
Attachment getSoapMessage()
void setSoapMessage(Attachment soapMessage)
soapMessage
- The SOAP Message to set.void addPart(Attachment part)
Iterator getParts()
Attachment getPart(String id)
int size()
void write(OutputStream out) throws IOException
IOException
String getContentType()
String getSoapContentType()
void setSoapContentType(String soapMimeType)
soapMimeType
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |