org.apache.openejb.assembler.classic
Class HandlerInfo

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

public class HandlerInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 String handlerClass
           
 String handlerName
           
 Properties initParams
           
 List<QName> soapHeaders
           
 List<String> soapRoles
           
 
Constructor Summary
HandlerInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerName

public String handlerName

handlerClass

public String handlerClass

initParams

public final Properties initParams

soapHeaders

public final List<QName> soapHeaders

soapRoles

public final List<String> soapRoles
Constructor Detail

HandlerInfo

public HandlerInfo()


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