org.apache.openejb.jee
Class Handler

java.lang.Object
  extended by org.apache.openejb.jee.Handler

public class Handler
extends Object

Declares the handler for a port-component. Handlers can access the init-param name/value pairs using the HandlerInfo interface.

Used in: port-component


Field Summary
protected  List<String> description
           
protected  List<String> displayName
           
protected  String handlerClass
           
protected  String handlerName
           
protected  LocalCollection<Icon> icon
           
protected  String id
           
protected  List<ParamValue> initParam
           
protected  List<String> portName
           
protected  List<QName> soapHeader
           
protected  List<String> soapRole
           
 
Constructor Summary
Handler()
           
 
Method Summary
 List<String> getDescription()
           
 List<String> getDisplayName()
           
 String getHandlerClass()
           
 String getHandlerName()
           
 Icon getIcon()
           
 Map<String,Icon> getIconMap()
           
 Collection<Icon> getIcons()
           
 String getId()
           
 List<ParamValue> getInitParam()
           
 List<String> getPortName()
           
 List<QName> getSoapHeader()
           
 List<String> getSoapRole()
           
 void setHandlerClass(String value)
           
 void setHandlerName(String value)
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<String> description

displayName

protected List<String> displayName

icon

protected LocalCollection<Icon> icon

handlerName

protected String handlerName

handlerClass

protected String handlerClass

initParam

protected List<ParamValue> initParam

soapHeader

protected List<QName> soapHeader

soapRole

protected List<String> soapRole

portName

protected List<String> portName

id

protected String id
Constructor Detail

Handler

public Handler()
Method Detail

getDescription

public List<String> getDescription()

getDisplayName

public List<String> getDisplayName()

getIcons

public Collection<Icon> getIcons()

getIconMap

public Map<String,Icon> getIconMap()

getIcon

public Icon getIcon()

getHandlerName

public String getHandlerName()

setHandlerName

public void setHandlerName(String value)

getHandlerClass

public String getHandlerClass()

setHandlerClass

public void setHandlerClass(String value)

getInitParam

public List<ParamValue> getInitParam()

getSoapHeader

public List<QName> getSoapHeader()

getSoapRole

public List<String> getSoapRole()

getPortName

public List<String> getPortName()

getId

public String getId()

setId

public void setId(String value)


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