Class CompositeCallbackHandler
java.lang.Object
org.mule.soap.internal.security.callback.CompositeCallbackHandler
- All Implemented Interfaces:
CallbackHandler
Callback handler implementation that delegates the handle operation to a list of callback handlers. This allows to compose
multiple callback handler implementations to handle different types of callbacks.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompositeCallbackHandler
-
-
Method Details
-
handle
- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-