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
           
 QName portNamePattern
           
 List<String> protocolBindings
           
 QName 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 QName serviceNamePattern

portNamePattern

public QName portNamePattern

protocolBindings

public final List<String> protocolBindings

handlers

public final List<HandlerInfo> handlers
Constructor Detail

HandlerChainInfo

public HandlerChainInfo()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.