T
- The type of the ClientInterfaceHandlerFactory
found.public interface ClientHandlerResolver<T> extends Serializable
ClientInterfaceHandlerFactory
.
Instances of this will be sent across the wire to allow
the client to access the factory needed to create the
client handler.Modifier and Type | Method and Description |
---|---|
ClientInterfaceHandlerFactory<T> |
resolve(ClassResolver classResolver)
Provide the factory.
|
ClientInterfaceHandlerFactory<T> resolve(ClassResolver classResolver)
classResolver
- Allows resolver to find the class.