|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceRefHandlerChainType
A representation of the model object 'Service Ref Handler Chain Type'. 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.
The following features are supported:
EjbJar30Package.getServiceRefHandlerChainType()
Method Summary | |
---|---|
|
getHandler()
Returns the value of the 'Handler' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
java.lang.String |
getPortNamePattern()
Returns the value of the 'Port Name Pattern' attribute. |
java.util.List<java.lang.String> |
getProtocolBindings()
Returns the value of the 'Protocol Bindings' attribute. |
java.lang.String |
getServiceNamePattern()
Returns the value of the 'Service Name Pattern' attribute. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setPortNamePattern(java.lang.String value)
Sets the value of the ' Port Name Pattern ' attribute. |
void |
setProtocolBindings(java.util.List<java.lang.String> value)
Sets the value of the ' Protocol Bindings ' attribute. |
void |
setServiceNamePattern(java.lang.String value)
Sets the value of the ' Service Name Pattern ' attribute. |
Method Detail |
---|
java.lang.String getServiceNamePattern()
If the meaning of the 'Service Name Pattern' attribute isn't clear, there really should be more of a description here...
setServiceNamePattern(String)
,
EjbJar30Package.getServiceRefHandlerChainType_ServiceNamePattern()
void setServiceNamePattern(java.lang.String value)
Service Name Pattern
' attribute.
value
- the new value of the 'Service Name Pattern' attribute.getServiceNamePattern()
java.lang.String getPortNamePattern()
If the meaning of the 'Port Name Pattern' attribute isn't clear, there really should be more of a description here...
setPortNamePattern(String)
,
EjbJar30Package.getServiceRefHandlerChainType_PortNamePattern()
void setPortNamePattern(java.lang.String value)
Port Name Pattern
' attribute.
value
- the new value of the 'Port Name Pattern' attribute.getPortNamePattern()
java.util.List<java.lang.String> getProtocolBindings()
If the meaning of the 'Protocol Bindings' attribute isn't clear, there really should be more of a description here...
setProtocolBindings(List)
,
EjbJar30Package.getServiceRefHandlerChainType_ProtocolBindings()
void setProtocolBindings(java.util.List<java.lang.String> value)
Protocol Bindings
' attribute.
value
- the new value of the 'Protocol Bindings' attribute.getProtocolBindings()
getHandler()
ServiceRefHandlerType
.
If the meaning of the 'Handler' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getServiceRefHandlerChainType_Handler()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar30Package.getServiceRefHandlerChainType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |