Class RestServerRouteDestination
- java.lang.Object
-
- org.infinispan.server.router.routes.rest.RestServerRouteDestination
-
- All Implemented Interfaces:
RouteDestination<org.infinispan.rest.RestServer>
public class RestServerRouteDestination extends Object implements RouteDestination<org.infinispan.rest.RestServer>
-
-
Constructor Summary
Constructors Constructor Description RestServerRouteDestination(String name, org.infinispan.rest.RestServer restServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()org.infinispan.rest.RestServergetProtocolServer()StringtoString()voidvalidate()
-
-
-
Constructor Detail
-
RestServerRouteDestination
public RestServerRouteDestination(String name, org.infinispan.rest.RestServer restServer)
-
-
Method Detail
-
getName
public String getName()
-
getProtocolServer
public org.infinispan.rest.RestServer getProtocolServer()
- Specified by:
getProtocolServerin interfaceRouteDestination<org.infinispan.rest.RestServer>
-
validate
public void validate()
- Specified by:
validatein interfaceRouteDestination<org.infinispan.rest.RestServer>
-
-