JBoss Remoting 3 3.2.0.Beta2-redhat-1

org.jboss.remoting3.spi
Interface ConnectionProviderDescriptor


public interface ConnectionProviderDescriptor

A service descriptor for connection protocol providers.

Author:
David M. Lloyd

Method Summary
 String getProtocolType()
          The protocol type.
 ConnectionProviderFactory getProviderFactory()
          The provider factory.
 

Method Detail

getProtocolType

String getProtocolType()
The protocol type.

Returns:
the protocol type

getProviderFactory

ConnectionProviderFactory getProviderFactory()
The provider factory.

Returns:
the provider factory

JBoss Remoting 3 3.2.0.Beta2-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.