Class JaxbMessagingBinder

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

public class JaxbMessagingBinder extends org.glassfish.jersey.innate.inject.InternalBinder
Binder for JAX-B message body workers.
Author:
Jakub Podlesak
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    Implement to provide binding definitions using the exposed binding methods.

    Methods inherited from class org.glassfish.jersey.innate.inject.InternalBinder

    bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory

    Methods inherited from class org.glassfish.jersey.innate.inject.BlindBinder

    bind, createManagedInstanceProvider, getBindings, install

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JaxbMessagingBinder

      public JaxbMessagingBinder()
  • Method Details

    • configure

      protected void configure()
      Description copied from class: org.glassfish.jersey.innate.inject.BlindBinder
      Implement to provide binding definitions using the exposed binding methods.
      Specified by:
      configure in class org.glassfish.jersey.innate.inject.BlindBinder