public class AttachmentCallbackHandler extends Object implements CallbackHandler
| Constructor and Description |
|---|
AttachmentCallbackHandler(Collection<org.apache.cxf.message.Attachment> attachments) |
AttachmentCallbackHandler(org.apache.cxf.message.Message message) |
public AttachmentCallbackHandler(org.apache.cxf.message.Message message)
public AttachmentCallbackHandler(Collection<org.apache.cxf.message.Attachment> attachments)
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionApache CXF