Klasse MethodActionExecutor

java.lang.Object
org.jupnp.model.action.AbstractActionExecutor
org.jupnp.model.action.MethodActionExecutor
Alle implementierten Schnittstellen:
ActionExecutor

public class MethodActionExecutor extends AbstractActionExecutor
Invokes methods on a service implementation instance with reflection.

If the method has an additional last parameter of type RemoteClientInfo, the details of the control point client will be provided to the action method. You can use this to get the client's address and request headers, and to provide extra response headers.

Autor:
Christian Bauer