|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.remoting3.remote.RemoteProtocolDescriptor
public final class RemoteProtocolDescriptor

The protocol descriptor for the "remote" connection protocol. This class is used to auto-detect the "remote" protocol in standalone environments.
| Constructor Summary | |
|---|---|
RemoteProtocolDescriptor()
|
|
| Method Summary | |
|---|---|
String |
getName()
Get the name of this service. |
ConnectionProviderFactory |
getService(Properties properties)
Get the service to associate with the given name. |
Class<ConnectionProviderFactory> |
getType()
Get the type of service provided by this descriptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteProtocolDescriptor()
| Method Detail |
|---|
public Class<ConnectionProviderFactory> getType()
RemotingServiceDescriptorConnectionProviderFactory.class - named connection provider URI schemeClassTable.class - named marshalling class tableObjectTable.class - named marshalling object tableClassExternalizerFactory.class - named marshalling externalizer factoryClassResolver.class - named marshalling class resolverObjectResolver.class - named marshalling object resolver
getType in interface RemotingServiceDescriptor<ConnectionProviderFactory>public String getName()
RemotingServiceDescriptor
getName in interface RemotingServiceDescriptor<ConnectionProviderFactory>
public ConnectionProviderFactory getService(Properties properties)
throws IOException
RemotingServiceDescriptor
getService in interface RemotingServiceDescriptor<ConnectionProviderFactory>properties - the properties used to configure the endpoint
IOException - if the instance could not be produced
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||