JBoss Remoting 3.1.0.Beta1

Uses of Class
org.jboss.remoting3.spi.ProtocolServiceType

Packages that use ProtocolServiceType
org.jboss.remoting3 The base Remoting 3 API package. 
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of ProtocolServiceType in org.jboss.remoting3
 

Methods in org.jboss.remoting3 with parameters of type ProtocolServiceType
<T> Registration
Endpoint.addProtocolService(ProtocolServiceType<T> type, String name, T provider)
          Register a protocol service.
 

Uses of ProtocolServiceType in org.jboss.remoting3.spi
 

Fields in org.jboss.remoting3.spi declared as ProtocolServiceType
static ProtocolServiceType<org.jboss.marshalling.ClassExternalizerFactory> ProtocolServiceType.CLASS_EXTERNALIZER_FACTORY
           
static ProtocolServiceType<org.jboss.marshalling.ClassResolver> ProtocolServiceType.CLASS_RESOLVER
           
static ProtocolServiceType<org.jboss.marshalling.ClassTable> ProtocolServiceType.CLASS_TABLE
           
static ProtocolServiceType<org.jboss.marshalling.ProviderDescriptor> ProtocolServiceType.MARSHALLER_PROVIDER_DESCRIPTOR
           
static ProtocolServiceType<org.jboss.marshalling.ObjectResolver> ProtocolServiceType.OBJECT_RESOLVER
           
static ProtocolServiceType<org.jboss.marshalling.ObjectTable> ProtocolServiceType.OBJECT_TABLE
           
static ProtocolServiceType<ServerAuthenticationProvider> ProtocolServiceType.SERVER_AUTHENTICATION_PROVIDER
           
 

Methods in org.jboss.remoting3.spi that return ProtocolServiceType
static ProtocolServiceType<?> ProtocolServiceType.getServiceType(int index)
           
static ProtocolServiceType<?>[] ProtocolServiceType.getServiceTypes()
           
 

Methods in org.jboss.remoting3.spi with parameters of type ProtocolServiceType
<T> T
ConnectionProviderContext.getProtocolServiceProvider(ProtocolServiceType<T> serviceType, String name)
          Get one registered protocol service provider of the given type and name.
<T> Iterable<Map.Entry<String,T>>
ConnectionProviderContext.getProtocolServiceProviders(ProtocolServiceType<T> serviceType)
          Get the currently-registered protocol service providers of the given type.
 


JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.