Package org.wildfly.naming.client
Interface MarshallingCompatibilityHelper
-
public interface MarshallingCompatibilityHelperA helper which allows naming providers and contexts to improve compatibility with older peers.All methods on this interface should be
defaultfor easy forward compatibility.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default org.jboss.marshalling.ObjectResolvergetObjectResolver(Transport transport, boolean request)Get an object resolver for a marshalling or unmarshalling operation.
-
-
-
Method Detail
-
getObjectResolver
default org.jboss.marshalling.ObjectResolver getObjectResolver(Transport transport, boolean request)
Get an object resolver for a marshalling or unmarshalling operation.- 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
-
-