Class JaxbMessagingBinder

java.lang.Object
org.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.jaxb.internal.JaxbMessagingBinder
All Implemented Interfaces:
Binder

public class JaxbMessagingBinder extends AbstractBinder
Binder for JAX-B message body workers.
Author:
Jakub Podlesak
  • Constructor Details

    • JaxbMessagingBinder

      public JaxbMessagingBinder()
  • Method Details

    • configure

      protected void configure()
      Description copied from class: AbstractBinder
      Implement to provide binding definitions using the exposed binding methods.
      Specified by:
      configure in class AbstractBinder