Class HandlerChainType
- All Implemented Interfaces:
org.glassfish.jaxb.core.Locatable
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the handler property.getId()Gets the value of the id property.Gets the value of the portNamePattern property.Gets the value of the protocolBindings property.Gets the value of the serviceNamePattern property.voidSets the value of the id property.voidsetPortNamePattern(String value) Sets the value of the portNamePattern property.voidsetServiceNamePattern(String value) Sets the value of the serviceNamePattern property.voidsetSourceLocation(Locator newLocator)
-
Field Details
-
serviceNamePattern
-
portNamePattern
-
protocolBindings
-
handler
-
id
-
locator
-
-
Constructor Details
-
HandlerChainType
public HandlerChainType()
-
-
Method Details
-
getServiceNamePattern
Gets the value of the serviceNamePattern property.- Returns:
- possible object is
String
-
setServiceNamePattern
Sets the value of the serviceNamePattern property.- Parameters:
value- allowed object isString
-
getPortNamePattern
Gets the value of the portNamePattern property.- Returns:
- possible object is
String
-
setPortNamePattern
Sets the value of the portNamePattern property.- Parameters:
value- allowed object isString
-
getProtocolBindings
Gets the value of the protocolBindings property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod 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
String -
getHandler
Gets the value of the handler property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod 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
HandlerType -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
sourceLocation
- Specified by:
sourceLocationin interfaceorg.glassfish.jaxb.core.Locatable
-
setSourceLocation
-