public class HandlerChain extends Object
Java class for handler-chainType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="handler-chainType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="service-name-pattern" type="{http://java.sun.com/xml/ns/javaee}qname-pattern"/>
<element name="port-name-pattern" type="{http://java.sun.com/xml/ns/javaee}qname-pattern"/>
<element name="protocol-bindings" type="{http://java.sun.com/xml/ns/javaee}protocol-bindingListType"/>
</choice>
<element name="handler" type="{http://java.sun.com/xml/ns/javaee}handlerType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Handler> |
handler |
protected String |
id |
protected QName |
portNamePattern |
protected List<String> |
protocolBindings |
protected QName |
serviceNamePattern |
| Constructor and Description |
|---|
HandlerChain() |
| Modifier and Type | Method and Description |
|---|---|
List<Handler> |
getHandler() |
String |
getId() |
QName |
getPortNamePattern() |
List<String> |
getProtocolBindings() |
QName |
getServiceNamePattern() |
void |
setId(String value) |
void |
setPortNamePattern(QName value) |
void |
setServiceNamePattern(QName value) |
protected QName serviceNamePattern
protected QName portNamePattern
protected String id
public QName getServiceNamePattern()
public void setServiceNamePattern(QName value)
public QName getPortNamePattern()
public void setPortNamePattern(QName value)
public String getId()
public void setId(String value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.