Package org.apache.openejb.jee
Class Handler
- java.lang.Object
-
- org.apache.openejb.jee.Handler
-
public class Handler extends Object
javaee_web_services_client_1_3.xsdJava class for handlerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="handlerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/> <element name="handler-name" type="{http://java.sun.com/xml/ns/javaee}string"/> <element name="handler-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="init-param" type="{http://java.sun.com/xml/ns/javaee}param-valueType" maxOccurs="unbounded" minOccurs="0"/> <element name="soap-header" type="{http://java.sun.com/xml/ns/javaee}xsdQNameType" maxOccurs="unbounded" minOccurs="0"/> <element name="soap-role" type="{http://java.sun.com/xml/ns/javaee}string" maxOccurs="unbounded" minOccurs="0"/> <element name="port-name" type="{http://java.sun.com/xml/ns/javaee}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TextMapdescriptionprotected TextMapdisplayNameprotected StringhandlerClassprotected StringhandlerNameprotected LocalCollection<Icon>iconprotected Stringidprotected List<ParamValue>initParamprotected List<String>portNameprotected List<QName>soapHeaderprotected List<String>soapRole
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Text[]getDescriptions()StringgetDisplayName()Text[]getDisplayNames()StringgetHandlerClass()StringgetHandlerName()IcongetIcon()Map<String,Icon>getIconMap()Collection<Icon>getIcons()StringgetId()List<ParamValue>getInitParam()List<String>getPortName()List<QName>getSoapHeader()List<String>getSoapRole()voidsetDescriptions(Text[] text)voidsetDisplayNames(Text[] text)voidsetHandlerClass(String value)voidsetHandlerName(String value)voidsetId(String value)
-
-
-
Field Detail
-
description
protected TextMap description
-
displayName
protected TextMap displayName
-
icon
protected LocalCollection<Icon> icon
-
handlerName
protected String handlerName
-
handlerClass
protected String handlerClass
-
initParam
protected List<ParamValue> initParam
-
id
protected String id
-
-
Method Detail
-
getDescriptions
public Text[] getDescriptions()
-
setDescriptions
public void setDescriptions(Text[] text)
-
getDescription
public String getDescription()
-
getDisplayNames
public Text[] getDisplayNames()
-
setDisplayNames
public void setDisplayNames(Text[] text)
-
getDisplayName
public String getDisplayName()
-
getIcons
public Collection<Icon> getIcons()
-
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()
-
getId
public String getId()
-
setId
public void setId(String value)
-
-