org.apache.openejb.assembler.classic
Class HandlerChainInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.HandlerChainInfo
All Implemented Interfaces:
Serializable

public class HandlerChainInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 List<HandlerInfo> handlers
           
 String portNamePattern
           
 List<String> protocolBindings
           
 String serviceNamePattern
           
 
Constructor Summary
HandlerChainInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceNamePattern

public String serviceNamePattern

portNamePattern

public String portNamePattern

protocolBindings

public final List<String> protocolBindings

handlers

public final List<HandlerInfo> handlers
Constructor Detail

HandlerChainInfo

public HandlerChainInfo()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.