Package org.guvnor.ala.runtime.base
Class BaseRuntimeEndpoint
- java.lang.Object
-
- org.guvnor.ala.runtime.base.BaseRuntimeEndpoint
-
- All Implemented Interfaces:
RuntimeEndpoint
public class BaseRuntimeEndpoint extends Object implements RuntimeEndpoint
BaseRuntimeEndpoint implementation to be extended by each Runtime Provider
-
-
Constructor Summary
Constructors Constructor Description BaseRuntimeEndpoint()No-args constructor for enabling marshalling to work, please do not remove.BaseRuntimeEndpoint(String protocol, String host, Integer port, String context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetContext()StringgetHost()IntegergetPort()StringgetProtocol()inthashCode()voidsetContext(String context)voidsetHost(String host)voidsetPort(Integer port)voidsetProtocol(String protocol)StringtoString()
-
-
-
Method Detail
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfaceRuntimeEndpoint
-
setProtocol
public void setProtocol(String protocol)
-
getHost
public String getHost()
- Specified by:
getHostin interfaceRuntimeEndpoint
-
setHost
public void setHost(String host)
-
getPort
public Integer getPort()
- Specified by:
getPortin interfaceRuntimeEndpoint
-
setPort
public void setPort(Integer port)
-
getContext
public String getContext()
- Specified by:
getContextin interfaceRuntimeEndpoint
-
setContext
public void setContext(String context)
-
-