uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class HostingRedirector
java.lang.Object
uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.HostingRedirector
- All Implemented Interfaces:
- Serializable, UDDIv2DataModelVisitable
- public class HostingRedirector
- extends Object
- implements Serializable, UDDIv2DataModelVisitable
- See Also:
- Serialized Form
HostingRedirector
public HostingRedirector()
HostingRedirector
public HostingRedirector(String bindingKey)
getBindingKey
public String getBindingKey()
- Gets the bindingKey value for this HostingRedirector.
- Returns:
- bindingKey
setBindingKey
public void setBindingKey(String bindingKey)
- Sets the bindingKey value for this HostingRedirector.
- Parameters:
bindingKey -
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
accept
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
- Grimoires specific methods and constructors
- Specified by:
accept in interface UDDIv2DataModelVisitable
- Throws:
Exception