public class Handler extends CompatibilityDescriptionGroup
<complexType name="Handler"> <complexContent> <extension base="{common.xmi}CompatibilityDescriptionGroup"> <choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="soapRoles" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="portNames" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="handlerClass" type="{java.xmi}JavaClass"/> </choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="initParams" type="{common.xmi}ParamValue"/> </choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="soapHeaders" type="{common.xmi}QName"/> </choice> </choice> <attribute name="handlerClass" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="handlerName" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JavaClass> |
handlerClasses |
protected java.lang.String |
handlerClassString |
protected java.lang.String |
handlerName |
protected java.util.List<ParamValue> |
initParams |
protected java.util.List<java.lang.String> |
portNames |
protected java.util.List<QName> |
soapHeaders |
protected java.util.List<java.lang.String> |
soapRoles |
description, displayName, largeIcon, smallIcon
descriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
java.util.List<JavaClass> |
getHandlerClasses()
Gets the value of the handlerClasses property.
|
java.lang.String |
getHandlerClassString()
Gets the value of the handlerClassString property.
|
java.lang.String |
getHandlerName()
Gets the value of the handlerName property.
|
java.util.List<ParamValue> |
getInitParams()
Gets the value of the initParams property.
|
java.util.List<java.lang.String> |
getPortNames()
Gets the value of the portNames property.
|
java.util.List<QName> |
getSoapHeaders()
Gets the value of the soapHeaders property.
|
java.util.List<java.lang.String> |
getSoapRoles()
Gets the value of the soapRoles property.
|
void |
setHandlerClassString(java.lang.String value)
Sets the value of the handlerClassString property.
|
void |
setHandlerName(java.lang.String value)
Sets the value of the handlerName property.
|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcon
getDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
protected java.util.List<java.lang.String> soapRoles
protected java.util.List<java.lang.String> portNames
protected java.util.List<JavaClass> handlerClasses
protected java.util.List<ParamValue> initParams
protected java.util.List<QName> soapHeaders
protected java.lang.String handlerClassString
protected java.lang.String handlerName
public java.util.List<java.lang.String> getSoapRoles()
set
method for the soapRoles property.
For example, to add a new item, do as follows:
getSoapRoles().add(newItem);Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getPortNames()
set
method for the portNames property.
For example, to add a new item, do as follows:
getPortNames().add(newItem);Objects of the following type(s) are allowed in the list
String
public java.util.List<JavaClass> getHandlerClasses()
set
method for the handlerClasses property.
For example, to add a new item, do as follows:
getHandlerClasses().add(newItem);Objects of the following type(s) are allowed in the list
JavaClass
public java.util.List<ParamValue> getInitParams()
set
method for the initParams property.
For example, to add a new item, do as follows:
getInitParams().add(newItem);Objects of the following type(s) are allowed in the list
ParamValue
public java.util.List<QName> getSoapHeaders()
set
method for the soapHeaders property.
For example, to add a new item, do as follows:
getSoapHeaders().add(newItem);Objects of the following type(s) are allowed in the list
QName
public java.lang.String getHandlerClassString()
String
public void setHandlerClassString(java.lang.String value)
value
- allowed object is String
public java.lang.String getHandlerName()
String
public void setHandlerName(java.lang.String value)
value
- allowed object is String