|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerChainType
public class ServiceRefHandlerChainType
The handler-chain element defines the handlerchain. Handlerchain can be defined such that the handlers in the handlerchain operate,all ports of a service, on a specific port or on a list of protocol-bindings. The choice of elements service-name-pattern, port-name-pattern and protocol-bindings are used to specify whether the handlers in handler-chain are for a service, port or protocol binding. If none of these choices are specified with the handler-chain element then the handlers specified in the handler-chain will be applied on everything.
Java class for service-ref_handler-chainType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="service-ref_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}service-ref_qname-pattern"/>
<element name="port-name-pattern" type="{http://java.sun.com/xml/ns/javaee}service-ref_qname-pattern"/>
<element name="protocol-bindings" type="{http://java.sun.com/xml/ns/javaee}service-ref_protocol-bindingListType"/>
</choice>
<element name="handler" type="{http://java.sun.com/xml/ns/javaee}service-ref_handlerType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ServiceRefHandlerType[] |
handler
|
protected String |
id
|
protected String |
portNamePattern
|
protected String[] |
protocolBindings
|
protected String |
serviceNamePattern
|
| Constructor Summary | |
|---|---|
ServiceRefHandlerChainType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerChainType instance. |
|
ServiceRefHandlerChainType(ServiceRefHandlerChainType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerChainType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ServiceRefHandlerChainType |
clone()
Creates and returns a copy of this object. |
ServiceRefHandlerType[] |
getHandler()
|
ServiceRefHandlerType |
getHandler(int idx)
|
int |
getHandlerLength()
|
String |
getId()
Gets the value of the id property. |
String |
getPortNamePattern()
Gets the value of the portNamePattern property. |
String[] |
getProtocolBindings()
|
String |
getProtocolBindings(int idx)
|
int |
getProtocolBindingsLength()
|
String |
getServiceNamePattern()
Gets the value of the serviceNamePattern property. |
ServiceRefHandlerType |
setHandler(int idx,
ServiceRefHandlerType value)
|
void |
setHandler(ServiceRefHandlerType[] values)
|
void |
setId(String value)
Sets the value of the id property. |
void |
setPortNamePattern(String value)
Sets the value of the portNamePattern property. |
String |
setProtocolBindings(int idx,
String value)
|
void |
setProtocolBindings(String[] values)
|
void |
setServiceNamePattern(String value)
Sets the value of the serviceNamePattern property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String serviceNamePattern
protected String portNamePattern
protected String[] protocolBindings
protected ServiceRefHandlerType[] handler
protected String id
| Constructor Detail |
|---|
public ServiceRefHandlerChainType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerChainType instance.
public ServiceRefHandlerChainType(ServiceRefHandlerChainType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerChainType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getServiceNamePattern()
Stringpublic void setServiceNamePattern(String value)
value - allowed object is
Stringpublic String getPortNamePattern()
Stringpublic void setPortNamePattern(String value)
value - allowed object is
Stringpublic String[] getProtocolBindings()
Stringpublic String getProtocolBindings(int idx)
Stringpublic int getProtocolBindingsLength()
public void setProtocolBindings(String[] values)
values - allowed objects are
String
public String setProtocolBindings(int idx,
String value)
value - allowed object is
Stringpublic ServiceRefHandlerType[] getHandler()
ServiceRefHandlerTypepublic ServiceRefHandlerType getHandler(int idx)
ServiceRefHandlerTypepublic int getHandlerLength()
public void setHandler(ServiceRefHandlerType[] values)
values - allowed objects are
ServiceRefHandlerType
public ServiceRefHandlerType setHandler(int idx,
ServiceRefHandlerType value)
value - allowed object is
ServiceRefHandlerTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic ServiceRefHandlerChainType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||