public interface HandlerChainType
The following features are supported:
EjbJar31Package.getHandlerChainType()| Modifier and Type | Method and Description |
|---|---|
|
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. |
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),
EjbJar31Package.getHandlerChainType_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),
EjbJar31Package.getHandlerChainType_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),
EjbJar31Package.getHandlerChainType_ProtocolBindings()void setProtocolBindings(java.util.List<java.lang.String> value)
Protocol Bindings' attribute.
value - the new value of the 'Protocol Bindings' attribute.getProtocolBindings()getHandler()
HandlerType.
If the meaning of the 'Handler' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getHandlerChainType_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),
EjbJar31Package.getHandlerChainType_Id()