Uses of Interface
org.apache.servicemix.truezip.TrueZipEndpointType

Uses of TrueZipEndpointType in org.apache.servicemix.truezip
 

Classes in org.apache.servicemix.truezip that implement TrueZipEndpointType
 class TrueZipPollerEndpoint
          A polling endpoint which looks for a file or files in a directory and sends the files into the JBI bus as messages, deleting the files by default when they are processed.
 class TrueZipSenderEndpoint
          An endpoint which receives a message and writes the content to a file.
 

Methods in org.apache.servicemix.truezip that return TrueZipEndpointType
 TrueZipEndpointType[] TrueZipComponent.getEndpoints()
           
 

Methods in org.apache.servicemix.truezip with parameters of type TrueZipEndpointType
 void TrueZipComponent.setEndpoints(TrueZipEndpointType[] endpoints)
           
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.