net.sourceforge.hiveremoting.caucho
Class PublishServiceContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by 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

Constructor Summary
PublishServiceContribution()
           
 
Method Summary
 RemoteContextHandler getContextHandler()
           
 Protocol getProtocol()
           
 org.apache.hivemind.internal.ServicePoint getServiceId()
           
 java.lang.String getUrlPath()
           
 boolean isSecure()
           
 void setContextHandler(RemoteContextHandler handler)
           
 void setProtocol(Protocol protocol)
           
 void setSecure(boolean secure)
           
 void setServiceId(org.apache.hivemind.internal.ServicePoint serviceId)
           
 void setUrlPath(java.lang.String urlPath)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

PublishServiceContribution

public PublishServiceContribution()
Method Detail

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