org.ow2.util.ee.metadata.common.api.xml.struct
Interface IHandlerChain

All Superinterfaces:
Serializable

public interface IHandlerChain
extends Serializable

The IHandlerChain represents a handler-chain.

Author:
Guillaume Sauthier

Field Summary
static String NAME
          Name of the XML element.
 
Method Summary
 List<IHandler> getHandlers()
           
 QName getPortNamePattern()
           
 List<String> getProtocolBindings()
           
 QName getServiceNamePattern()
           
 

Field Detail

NAME

static final String NAME
Name of the XML element.

See Also:
Constant Field Values
Method Detail

getServiceNamePattern

QName getServiceNamePattern()
Returns:
a QName representing a pattern for matching a service name.

getPortNamePattern

QName getPortNamePattern()
Returns:
a QName representing a pattern for matching a port name.

getProtocolBindings

List<String> getProtocolBindings()
Returns:
a list of protocol bindings IDs

getHandlers

List<IHandler> getHandlers()
Returns:
the list of handler composing this chain.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.