Package org.jboss.ejb.protocol.remote
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.ObjectResolvergetObjectResolver(Transport transport, boolean request) Get an object resolver for a marshalling or unmarshalling operation.
-
Constructor Details
-
EJBMarshallingCompatibilityHelper
public EJBMarshallingCompatibilityHelper()
-
-
Method Details
-
getObjectResolver
Description copied from interface:MarshallingCompatibilityHelperGet an object resolver for a marshalling or unmarshalling operation.- Specified by:
getObjectResolverin interfaceMarshallingCompatibilityHelper- Parameters:
transport- the transport for requests (notnull)request-trueif the resolver is being used for requests (client), orfalsefor responses (server)- Returns:
- the object resolver, or
nullif none is provided by this helper
-