net.sf.oxclient.communication.factory
Interface ICommunicationClientFactory

All Known Implementing Classes:
SpringCommunicationClientFactory

public interface ICommunicationClientFactory

Author:
Björn Voß

Method Summary
 ICommunicationClient getNewInstance()
           
 String getServer()
           
 int getServerPort()
           
 void setServer(String url)
           
 void setServerPort(int port)
           
 

Method Detail

getServer

String getServer()

setServer

void setServer(String url)

getServerPort

int getServerPort()

setServerPort

void setServerPort(int port)

getNewInstance

ICommunicationClient getNewInstance()


Copyright © 2007. All Rights Reserved.