public interface RemoteFactoryProvider
RemoteFactory
implementations as standard Java
service. Implementation of this service should provide a remote factory instance able to handle URL protocol declared
by getProtocol()
.
Being a Java service, implementation of this class should have a public default constructor and need to be declared
by distributed archive on META-INF/services/js.rmi.RemoteFactoryProvider
file.
Modifier and Type | Method and Description |
---|---|
String |
getProtocol()
Get URL protocol that
getRemoteFactory() is able to handle. |
RemoteFactory |
getRemoteFactory()
Get remote factory instance able to handle declared
getProtocol() . |
String getProtocol()
getRemoteFactory()
is able to handle.RemoteFactory getRemoteFactory()
getProtocol()
.Copyright © 2018. All rights reserved.