Class EJBMarshallingCompatibilityHelper

    • Constructor Detail

      • EJBMarshallingCompatibilityHelper

        public EJBMarshallingCompatibilityHelper()
    • Method Detail

      • 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