wt.wrmf.transport
Interface GenericTransportService

All Known Implementing Classes:
StandardGenericTransportService

public interface GenericTransportService



Supported API: false

Extendable: false


Method Summary
 InputStream pullInitialize(ActionPullItem pullItem)
          May throw invocation related exeptions due to the fact that some transports may work synchroneusly.
 InputStream send(InputStream is, SiteAddress to, TransportType by, ShippingItem shippingItem, long length)
          May throw invocation related exeptions due to the fact that some transports may work synchroneusly.
 

Method Detail

send

public InputStream send(InputStream is,
                        SiteAddress to,
                        TransportType by,
                        ShippingItem shippingItem,
                        long length)
                 throws WTTransportException
May throw invocation related exeptions due to the fact that some transports may work synchroneusly. All exceptions are wrapped into the WTTransportException

Supported API: false

Parameters:
is -
to -
by -
shippingItem -
length -
Returns:
InputStream
Throws:
WTTransportException

pullInitialize

public InputStream pullInitialize(ActionPullItem pullItem)
                           throws WTTransportException
May throw invocation related exeptions due to the fact that some transports may work synchroneusly. All exceptions are wrapped into the WTTransportException

Supported API: false

Parameters:
pullItem -
Returns:
InputStream
Throws:
WTTransportException