Uses of Interface
net.bioclipse.xws.client.IExecutionPipe

Packages that use IExecutionPipe
net.bioclipse.xws.client   
 

Uses of IExecutionPipe in net.bioclipse.xws.client
 

Methods in net.bioclipse.xws.client with parameters of type IExecutionPipe
static Client ClientFactory.createClient(java.lang.String clientJID, java.lang.String pwd, java.lang.String host, int port, IExecutionPipe executionPipe)
          Creates a XMPP client with the supplied account information.
 

Constructors in net.bioclipse.xws.client with parameters of type IExecutionPipe
Client(java.lang.String clientJID, java.lang.String pwd, java.lang.String host, int port, IExecutionPipe executionPipe)
          Initializes a newly created XMPP client with the supplied account information.