public abstract class Provider
extends java.lang.Object
Constructor and Description |
---|
Provider(Channel channel)
Encapsulates the defined channel by a Provider object that can be used
for performing a service operations on it.
|
Modifier and Type | Method and Description |
---|---|
Channel |
getChannel()
Returns the channel that is used by this provider.
|
public Provider(Channel channel) throws java.lang.IllegalStateException
channel
- The channel that shall be used by this Provider for
service operations.java.lang.IllegalStateException
- if the used channel is closed.public Channel getChannel()
SEEK for Android Copyright 2015, Giesecke & Devrient GmbH