net.sourceforge.hiveremoting.caucho
Class PublishServiceContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
net.sourceforge.hiveremoting.caucho.PublishServiceContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class PublishServiceContribution
- extends org.apache.hivemind.impl.BaseLocatable
Contribution class for RemoteServices
configuration-point.
- Author:
- Jean-Francois Poilpret
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PublishServiceContribution
public PublishServiceContribution()
setServiceId
public void setServiceId(org.apache.hivemind.internal.ServicePoint serviceId)
getServiceId
public org.apache.hivemind.internal.ServicePoint getServiceId()
setUrlPath
public void setUrlPath(java.lang.String urlPath)
getUrlPath
public java.lang.String getUrlPath()
setProtocol
public void setProtocol(Protocol protocol)
getProtocol
public Protocol getProtocol()
setSecure
public void setSecure(boolean secure)
isSecure
public boolean isSecure()
setContextHandler
public void setContextHandler(RemoteContextHandler handler)
getContextHandler
public RemoteContextHandler getContextHandler()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object