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 Constructor Description EJBMarshallingCompatibilityHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.marshalling.ObjectResolvergetObjectResolver(Transport transport, boolean request)Get an object resolver for a marshalling or unmarshalling operation.
-
-
-
Method Detail
-
getObjectResolver
public org.jboss.marshalling.ObjectResolver getObjectResolver(Transport transport, boolean request)
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
-
-