Class EJBMarshallingCompatibilityHelper

java.lang.Object
org.jboss.ejb.protocol.remote.EJBMarshallingCompatibilityHelper
All Implemented Interfaces:
MarshallingCompatibilityHelper

@MetaInfServices public final class EJBMarshallingCompatibilityHelper extends Object implements MarshallingCompatibilityHelper
The naming marshalling helper for EJB types.
Author:
David M. Lloyd
  • Constructor Details

    • EJBMarshallingCompatibilityHelper

      public EJBMarshallingCompatibilityHelper()
  • Method Details

    • getObjectResolver

      public org.jboss.marshalling.ObjectResolver getObjectResolver(Transport transport, boolean request)
      Description copied from interface: MarshallingCompatibilityHelper
      Get an object resolver for a marshalling or unmarshalling operation.
      Specified by:
      getObjectResolver in interface MarshallingCompatibilityHelper
      Parameters:
      transport - the transport for requests (not null)
      request - true if the resolver is being used for requests (client), or false for responses (server)
      Returns:
      the object resolver, or null if none is provided by this helper