org.apache.oodt.cas.catalog.server.channel.xmlrpc
Class XmlRpcCommunicationChannelServerFactory
java.lang.Object
org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServerFactory
- All Implemented Interfaces:
- CommunicationChannelServerFactory
public class XmlRpcCommunicationChannelServerFactory
- extends Object
- implements CommunicationChannelServerFactory
- Version:
- $Revision$
A Factory for creating XmlRpcCommunicationChannelServer
- Author:
- bfoster
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
port
protected int port
catalogServiceFactory
protected CatalogServiceFactory catalogServiceFactory
XmlRpcCommunicationChannelServerFactory
public XmlRpcCommunicationChannelServerFactory()
createCommunicationChannelServer
public CommunicationChannelServer createCommunicationChannelServer()
- Specified by:
createCommunicationChannelServer in interface CommunicationChannelServerFactory
setPort
public void setPort(int port)
- Specified by:
setPort in interface CommunicationChannelServerFactory
getPort
public int getPort()
- Specified by:
getPort in interface CommunicationChannelServerFactory
setCatalogServiceFactory
public void setCatalogServiceFactory(CatalogServiceFactory catalogServiceFactory)
- Specified by:
setCatalogServiceFactory in interface CommunicationChannelServerFactory
Copyright © 1999-2012 Apache OODT. All Rights Reserved.