public class HandlerChain
extends java.lang.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 java.util.List<Handler> |
handler |
protected java.lang.String |
id |
protected javax.xml.namespace.QName |
portNamePattern |
protected java.util.List<java.lang.String> |
protocolBindings |
protected javax.xml.namespace.QName |
serviceNamePattern |
Constructor and Description |
---|
HandlerChain() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Handler> |
getHandler() |
java.lang.String |
getId() |
javax.xml.namespace.QName |
getPortNamePattern() |
java.util.List<java.lang.String> |
getProtocolBindings() |
javax.xml.namespace.QName |
getServiceNamePattern() |
void |
setId(java.lang.String value) |
void |
setPortNamePattern(javax.xml.namespace.QName value) |
void |
setServiceNamePattern(javax.xml.namespace.QName value) |
protected javax.xml.namespace.QName serviceNamePattern
protected javax.xml.namespace.QName portNamePattern
protected java.util.List<java.lang.String> protocolBindings
protected java.util.List<Handler> handler
protected java.lang.String id
public javax.xml.namespace.QName getServiceNamePattern()
public void setServiceNamePattern(javax.xml.namespace.QName value)
public javax.xml.namespace.QName getPortNamePattern()
public void setPortNamePattern(javax.xml.namespace.QName value)
public java.util.List<java.lang.String> getProtocolBindings()
public java.util.List<Handler> getHandler()
public java.lang.String getId()
public void setId(java.lang.String value)