Interface CallbackHandlerProvider

All Known Implementing Classes:
CallbackHandlerProviderAuthPol, CallbackHandlerProviderUsernameToken, CallbackHandlerTlsCert

public interface CallbackHandlerProvider
Create a suitable CallbackHandler for the given message. For example if the message contains username and password the Callbackhandler should supply these.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Message message)