Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5174

Split xkms into xkiss and xkrss parts

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None
    • Unknown

    Description

      Currently xkms supports both xkiss and xkrss operations in the same code.
      As can be seen in the linked issue it often makes sense to only support xkiss.

      Currently we support this using a switch.

      A better way may be to separate the xkrss Operations into a separate bundle. This bundle will expose an internal service with the interface "org.apache.cxf.xkms.handlers.Register".

      If the main service finds such an OSGi service it will forward xkrss methods to this service. If it does not find it it will return Sender / Message Unsupported.

      This is much better than the current aproach where we use spring to wire in the xkrss Register handler as the user can change or remove the implementation without messing with the spring context.

      Attachments

        Issue Links

          Activity

            People

              cschneider Christian Schneider
              cschneider Christian Schneider
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: