public class EndpointInterceptors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Interceptor> |
interceptor |
Constructor and Description |
---|
EndpointInterceptors() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Interceptor> |
getInterceptor()
Gets the value of the interceptor property.
|
protected java.util.List<Interceptor> interceptor
public java.util.List<Interceptor> getInterceptor()
set
method for the interceptor property.
For example, to add a new item, do as follows:
getInterceptor().add(newItem);Objects of the following type(s) are allowed in the list
Interceptor