public class InterceptorOrder extends Object
Java class for interceptor-orderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="interceptor-orderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="interceptor-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<String> |
interceptorClass |
| Constructor and Description |
|---|
InterceptorOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptorClass(String className) |
String |
getId() |
List<String> |
getInterceptorClass() |
void |
setId(String value) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.