JBoss Remoting 3 3.2.14.GA-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.14.GA-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.