public final class RemoteableServiceProperties extends Object
RemoteableServlet
class.
Properties can be set on the RestServlet
class using the RestResource.properties()
or
RestMethod.properties()
annotations.
These properties can also be passed in as servlet init parameters.
These properties are only valid at the class level, not the method level.
Setting them on @RestMethod.properties()
has no effect.
Modifier and Type | Field and Description |
---|---|
static String |
REMOTEABLE_includeOnlyRemotableMethods
|
Constructor and Description |
---|
RemoteableServiceProperties() |
public static final String REMOTEABLE_includeOnlyRemotableMethods
@Remoteable
(Boolean
,
default=
When enabled, the RemoteableServlet
class will only work with annotated remoteable interfaces and methods.
Otherwise, all public methods can be executed through the service.
public RemoteableServiceProperties()
Copyright © 2018 Apache. All rights reserved.