Uses of Class
wt.wrmf.delivery.SiteAddress

Packages that use SiteAddress
wt.wrmf.delivery   
wt.wrmf.transport   
wt.wrmf.transport.embtransport   
wt.wrmf.transport.httptransport   
wt.wrmf.transport.loopback   
 

Uses of SiteAddress in wt.wrmf.delivery
 

Fields in wt.wrmf.delivery declared as SiteAddress
private  SiteAddress ShippingLabel.destination
           
 

Methods in wt.wrmf.delivery that return SiteAddress
static SiteAddress SiteAddress.newSiteAddress()
          Default factory for the class.
 SiteAddress ShippingLabel.getDestination()
          Gets the object for the association that plays role: DESTINATION.
 

Methods in wt.wrmf.delivery with parameters of type SiteAddress
 ShippingItem TransparentOutbox.get(SiteAddress to)
          

Supported API: false
protected  void StandardShippingService.sendToOutbox(ShippingItem obj, SiteAddress to, TransportType transport, DeliveryType deliveryType, String inboxID)
          

Supported API: false
 InputStream StandardShippingService.sendImmediateItem(ShippingItem obj, SiteAddress to, TransportType transportType)
          The return type is defaulted to "INDIRECT" mode, this means the InputStream from the remote site will be executed by the MethodInvocationDesc attached to the ShippingItem.
 InputStream StandardShippingService.sendImmediateItem(ShippingItem obj, SiteAddress to, TransportType transportType, int returnType)
          Delivery Type: IMMEDIATE is used by default in this invocation, and it is the only method for this delivery type.
 InputStream StandardShippingService.get(SiteAddress forAddress)
          

Supported API: false
protected  boolean SiteAddress.readVersion(SiteAddress thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 InputStream ShippingService.sendImmediateItem(ShippingItem obj, SiteAddress to, TransportType transportType)
          The return type is defaulted to "INDIRECT" mode, this means the InputStream from the remote site will be executed by the MethodInvocationDesc attached to the ShippingItem.
 InputStream ShippingService.sendImmediateItem(ShippingItem obj, SiteAddress to, TransportType transportType, int returnType)
          Delivery Type: IMMEDIATE is used by default in this invocation, and it is the only method for this delivery type.
 InputStream ShippingService.get(SiteAddress forAddress)
          

Supported API: false
 void ShippingLabel.setDestination(SiteAddress a_Destination)
          Sets the object for the association that plays role: DESTINATION.
private  void ShippingLabel.destinationValidate(SiteAddress a_Destination)
           
 ShippingItem PerDestinationOutbox.get(SiteAddress to)
          

Supported API: false
abstract  ShippingItem Outbox.get(SiteAddress to)
          

Supported API: false
private  InputStream Outbox.send0(ShippingItem obj, SiteAddress to, TransportType transport)
           
 

Uses of SiteAddress in wt.wrmf.transport
 

Fields in wt.wrmf.transport declared as SiteAddress
private  SiteAddress StandardGenericTransportService.TransportThread.destination
           
 

Methods in wt.wrmf.transport with parameters of type SiteAddress
 InputStream StandardGenericTransportService.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.
private  InputStream StandardGenericTransportService.send0(InputStream is, SiteAddress to, TransportType by, ShippingItem item, long length)
           
 void StandardGenericTransportService.TransportThread.setParameters(InputStream _is, SiteAddress _to, TransportType _by, ShippingItem _item, long _length)
           
 InputStream Pipe.push(InputStream is, SiteAddress to, MethodInvocationDesc pipeDesc, long length)
          Returns null if the resulting stream is not available for this type of transport pipe.
 InputStream Pipe.pull(MethodInvocationDesc rmtDesc, String fullUrl, SiteAddress to, MethodInvocationDesc pipeDesc)
          

Supported API: false
 InputStream GenericTransportService.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.
 

Uses of SiteAddress in wt.wrmf.transport.embtransport
 

Methods in wt.wrmf.transport.embtransport with parameters of type SiteAddress
 InputStream EMBPipe.push(InputStream is, SiteAddress to, MethodInvocationDesc pipeDesc, long length)
          Returns null if the resulting stream is not available for this type of transport pipe.
 InputStream EMBPipe.pull(MethodInvocationDesc rmtDesc, String fullUrl, SiteAddress to, MethodInvocationDesc pipeDesc)
          

Supported API: false
 

Uses of SiteAddress in wt.wrmf.transport.httptransport
 

Methods in wt.wrmf.transport.httptransport with parameters of type SiteAddress
protected static String HTTPPipeAdapter.preparePipeConnection(String fullUrl, String wrappedMethod, SiteAddress to)
          This method will be called at the "client/local" side.
protected static InputStream HTTPPipeAdapter.pushInGeneral(InputStream is, long length, SiteAddress to, String pipeMethod, boolean gzip, boolean reconn, boolean byWrmf)
          Note: "gzip" means to gzip con.getInputStream() or not (see code below) and "reconn" means to handle interruption (reconenct, resumption) automatically if set to true
protected static InputStream HTTPPipeAdapter.pullInGeneral(String pullMethod, String fullUrl, SiteAddress to, String pipeMethod, boolean useGZIP, boolean useResumption)
           
 InputStream HTTPPipe.push(InputStream is, SiteAddress to, MethodInvocationDesc pipeDesc, long length)
           
 InputStream HTTPPipe.pull(MethodInvocationDesc rmtDesc, String fullUrl, SiteAddress to, MethodInvocationDesc pipeDesc)
           
 InputStream GZIPHTTPPipe.pull(MethodInvocationDesc rmtDesc, String fullUrl, SiteAddress to, MethodInvocationDesc pipeDesc)
           
 InputStream GZIPHTTPPipe.push(InputStream is, SiteAddress to, MethodInvocationDesc pipeDesc, long length)
           
 

Uses of SiteAddress in wt.wrmf.transport.loopback
 

Methods in wt.wrmf.transport.loopback with parameters of type SiteAddress
 InputStream LoopbackPipe.push(InputStream is, SiteAddress to, long length)
          Returns null if the resulting stream is not available for this type of transport pipe.
 InputStream LoopbackPipe.pull(MethodInvocationDesc rmtDesc, String fullUrl, SiteAddress to)
          

Supported API: false