@MetaInfServices public final class RemoteTransportProvider extends Object implements EJBTransportProvider
| Constructor and Description |
|---|
RemoteTransportProvider() |
| Modifier and Type | Method and Description |
|---|---|
EJBReceiver |
getReceiver(String uriScheme)
Get an EJB receiver for the protocol identified by the given URI scheme.
|
boolean |
supportsProtocol(String uriScheme)
Determine whether this transport provider supports the protocol identified by the given URI scheme.
|
public boolean supportsProtocol(String uriScheme)
EJBTransportProvidersupportsProtocol in interface EJBTransportProvideruriScheme - the URI schemetrue if this provider supports the protocol, false otherwisepublic EJBReceiver getReceiver(String uriScheme) throws IllegalArgumentException
EJBTransportProvidergetReceiver in interface EJBTransportProvideruriScheme - the URI schemenull EJB receiverIllegalArgumentException - if the protocol is not supportedCopyright © 2016 JBoss by Red Hat. All rights reserved.