|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.improve.xdi.service.WebServiceBinaryHandler
BinaryHandler implementation for web service Attach binary data with XML using MIME (SOAP With Attachment)
| Constructor Summary | |
WebServiceBinaryHandler()
|
|
WebServiceBinaryHandler(org.apache.axis.attachments.Attachments in_attachments)
|
|
| Method Summary | |
java.lang.Object |
decode(java.lang.String in_contentID)
Decode binary data used in import process |
java.lang.String |
encode(byte[] in_object)
Encode binary data used in export process |
java.util.Collection |
getAttachments()
Get all the binary data |
java.lang.String |
getContentType()
Get content type of the binary data (MIME) used in import process |
void |
setContentType(java.lang.String in_contentType)
Set content type of the binary data (MIME) used in export process |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebServiceBinaryHandler(org.apache.axis.attachments.Attachments in_attachments)
public WebServiceBinaryHandler()
| Method Detail |
public java.lang.Object decode(java.lang.String in_contentID)
BinaryHandler
decode in interface BinaryHandlerin_contentID -
public java.lang.String encode(byte[] in_object)
BinaryHandler
encode in interface BinaryHandlerin_object -
public java.util.Collection getAttachments()
BinaryHandler
getAttachments in interface BinaryHandlerpublic java.lang.String getContentType()
BinaryHandler
getContentType in interface BinaryHandlerBinaryHandler.getContentType()public void setContentType(java.lang.String in_contentType)
BinaryHandler
setContentType in interface BinaryHandlerin_contentType - BinaryHandler.setContentType(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||