com.googlecode.xremoting.core.invoked
Class InvocationRestriction
java.lang.Object
com.googlecode.xremoting.core.invoked.InvocationRestriction
public class InvocationRestriction
- extends Object
Restriction on invocation. Currently it only contains a list of exposed
interfaces; any invocation of a method which is not defined by one of these
interfaces (or their superinterfaces) is rejected.
- Author:
- Roman Puchkovskiy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationRestriction
public InvocationRestriction()
InvocationRestriction
public InvocationRestriction(Class<?> iface)
InvocationRestriction
public InvocationRestriction(Class<?>[] interfaces)
getInterfaces
public Class<?>[] getInterfaces()
- Returns an array of exposed interfaces.
- Returns:
- interfaces
setInterfaces
public void setInterfaces(Class<?>[] interfaces)
- Sets an array of exposed interfaces.
- Parameters:
interfaces - interfaces to set
Copyright © 2010. All Rights Reserved.