|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HandlerChainsType
The handler-chains element defines the handlerchains associated with this service or service endpoint.
Java class for handler-chainsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="handler-chainsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="handler-chain" type="{http://java.sun.com/xml/ns/javaee}handler-chainType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
HandlerChainType[] |
getHandlerChain()
|
HandlerChainType |
getHandlerChain(int idx)
|
int |
getHandlerChainLength()
|
String |
getId()
Gets the value of the id property. |
void |
setHandlerChain(HandlerChainType[] values)
|
HandlerChainType |
setHandlerChain(int idx,
HandlerChainType value)
|
void |
setId(String value)
Sets the value of the id property. |
| Method Detail |
|---|
HandlerChainType[] getHandlerChain()
HandlerChainTypeHandlerChainType getHandlerChain(int idx)
HandlerChainTypeint getHandlerChainLength()
void setHandlerChain(HandlerChainType[] values)
values - allowed objects are
HandlerChainType
HandlerChainType setHandlerChain(int idx,
HandlerChainType value)
value - allowed object is
HandlerChainTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||