public final class RemoteTransportProvider extends Object implements EJBTransportProvider
| Constructor and Description |
|---|
RemoteTransportProvider() |
| Modifier and Type | Method and Description |
|---|---|
EJBReceiver |
getReceiver(EJBReceiverContext receiverContext,
String uriScheme)
Get an EJB receiver for the protocol identified by the given URI scheme.
|
void |
notifyRegistered(EJBReceiverContext receiverContext)
Notify the provider instance that it has been registered with the given client context.
|
boolean |
supportsProtocol(String uriScheme)
Determine whether this transport provider supports the protocol identified by the given URI scheme.
|
public void notifyRegistered(EJBReceiverContext receiverContext)
EJBTransportProvidernotifyRegistered in interface EJBTransportProviderreceiverContext - the EJB receiver context (not null)public boolean supportsProtocol(String uriScheme)
EJBTransportProvidersupportsProtocol in interface EJBTransportProvideruriScheme - the URI schemetrue if this provider supports the protocol, false otherwisepublic EJBReceiver getReceiver(EJBReceiverContext receiverContext, String uriScheme) throws IllegalArgumentException
EJBTransportProvidergetReceiver in interface EJBTransportProviderreceiverContext - the receiver contexturiScheme - the URI schemenull EJB receiverIllegalArgumentException - if the protocol is not supportedCopyright © 2018 JBoss by Red Hat. All rights reserved.