|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelInterface | |
---|---|
com.sas.services.publish | Publish services. |
com.sas.services.publish.metadata | Publish Service metadata. |
Uses of ChannelInterface in com.sas.services.publish |
---|
Methods in com.sas.services.publish that return ChannelInterface | |
---|---|
ChannelInterface |
ChannelTransportInterface.getChannel()
Returns the channel. |
Methods in com.sas.services.publish with parameters of type ChannelInterface | |
---|---|
ChannelTransportInterface |
TransportFactory.getChannelTransport(ChannelInterface channel,
LoggerInterface logger,
SessionContextInterface sessionContext)
Deprecated. use TransportFactory.getChannelTransport(ChannelInterface, SessionContextInterface) |
ChannelTransportInterface |
TransportFactory.getChannelTransport(ChannelInterface channel,
SessionContextInterface sessionContext)
Creates an instance of the Channel transport. |
void |
ChannelTransportInterface.setChannel(ChannelInterface channel)
Set the channel. |
Uses of ChannelInterface in com.sas.services.publish.metadata |
---|
Methods in com.sas.services.publish.metadata that return ChannelInterface | |
---|---|
ChannelInterface |
PackageInterface.getChannel()
Get the Channel that this archive belongs to, if any. |
ChannelInterface |
PackageFilter.getChannel()
|
ChannelInterface |
DavBinaryPackage.getChannel()
|
Methods in com.sas.services.publish.metadata with parameters of type ChannelInterface | |
---|---|
void |
PackageFilter.setChannel(ChannelInterface channel)
|
void |
ArchiveInterface.setChannel(ChannelInterface channel)
Set the Channel that this Archive belongs to. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |