Apache CXF API

org.apache.cxf.ws.security.wss4j
Class AttachmentCallbackHandler

java.lang.Object
  extended by 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.


Constructor Summary
AttachmentCallbackHandler(SoapMessage soapMessage)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentCallbackHandler

public AttachmentCallbackHandler(SoapMessage soapMessage)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException

Apache CXF API

Apache CXF