public class HandlerChainType
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://www.w3.org/2001/XMLSchema}QName"/>
<element name="port-name-pattern" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<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<HandlerType> |
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 |
|---|
HandlerChainType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HandlerType> |
getHandler()
Gets the value of the handler property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
javax.xml.namespace.QName |
getPortNamePattern()
Gets the value of the portNamePattern property.
|
java.util.List<java.lang.String> |
getProtocolBindings()
Gets the value of the protocolBindings property.
|
javax.xml.namespace.QName |
getServiceNamePattern()
Gets the value of the serviceNamePattern property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setPortNamePattern(javax.xml.namespace.QName value)
Sets the value of the portNamePattern property.
|
void |
setServiceNamePattern(javax.xml.namespace.QName value)
Sets the value of the serviceNamePattern property.
|
protected javax.xml.namespace.QName serviceNamePattern
protected javax.xml.namespace.QName portNamePattern
protected java.util.List<java.lang.String> protocolBindings
protected java.util.List<HandlerType> handler
protected java.lang.String id
public javax.xml.namespace.QName getServiceNamePattern()
Stringpublic void setServiceNamePattern(javax.xml.namespace.QName value)
value - allowed object is Stringpublic javax.xml.namespace.QName getPortNamePattern()
Stringpublic void setPortNamePattern(javax.xml.namespace.QName value)
value - allowed object is Stringpublic java.util.List<java.lang.String> getProtocolBindings()
set method for the protocolBindings property.
For example, to add a new item, do as follows:
getProtocolBindings().add(newItem);
Objects of the following type(s) are allowed in the list Stringpublic java.util.List<HandlerType> getHandler()
set method for the handler property.
For example, to add a new item, do as follows:
getHandler().add(newItem);
Objects of the following type(s) are allowed in the list HandlerTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is StringCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.