org.apache.cxf.ws.security.wss4j
Class AttachmentCallbackHandler
java.lang.Object
org.apache.cxf.ws.security.wss4j.AttachmentCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class AttachmentCallbackHandler
- extends Object
- implements CallbackHandler
A CallbackHandler to be used to sign/encrypt SOAP Attachments.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentCallbackHandler
public AttachmentCallbackHandler(SoapMessage soapMessage)
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Apache CXF