public interface EJBTransportProvider
| 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.
|
boolean supportsProtocol(String uriScheme)
uriScheme - the URI schemetrue if this provider supports the protocol, false otherwiseEJBReceiver getReceiver(String uriScheme) throws IllegalArgumentException
uriScheme - the URI schemenull EJB receiverIllegalArgumentException - if the protocol is not supportedCopyright © 2016 JBoss by Red Hat. All rights reserved.