public class Handler extends Object
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected TextMap |
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 and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getDisplayName() |
Text[] |
getDisplayNames() |
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 |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setHandlerClass(String value) |
void |
setHandlerName(String value) |
void |
setId(String value) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected String handlerName
protected String handlerClass
protected List<ParamValue> initParam
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public Collection<Icon> getIcons()
public Icon getIcon()
public String getHandlerName()
public void setHandlerName(String value)
public String getHandlerClass()
public void setHandlerClass(String value)
public List<ParamValue> getInitParam()
public String getId()
public void setId(String value)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.