|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerType
public class ServiceRefHandlerType
Declares the handler for a port-component. Handlers can access the init-param name/value pairs using the HandlerInfo interface. If port-name is not specified, the handler is assumed to be associated with all ports of the service. Used in: service-ref
Java class for service-ref_handlerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="service-ref_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 | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected FullyQualifiedClassType |
handlerClass
|
protected String |
handlerName
|
protected IconType[] |
icon
|
protected String |
id
|
protected ParamValueType[] |
initParam
|
protected String[] |
portName
|
protected XsdQNameType[] |
soapHeader
|
protected String[] |
soapRole
|
| Constructor Summary | |
|---|---|
ServiceRefHandlerType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerType instance. |
|
ServiceRefHandlerType(ServiceRefHandlerType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected String handlerName
protected FullyQualifiedClassType handlerClass
protected ParamValueType[] initParam
protected XsdQNameType[] soapHeader
protected String[] soapRole
protected String[] portName
protected String id
| Constructor Detail |
|---|
public ServiceRefHandlerType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerType instance.
public ServiceRefHandlerType(ServiceRefHandlerType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ServiceRefHandlerType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
DisplayNameTypepublic DisplayNameType getDisplayName(int idx)
DisplayNameTypepublic int getDisplayNameLength()
public void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypepublic IconType[] getIcon()
IconTypepublic IconType getIcon(int idx)
IconTypepublic int getIconLength()
public void setIcon(IconType[] values)
values - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypepublic String getHandlerName()
Stringpublic void setHandlerName(String value)
value - allowed object is
Stringpublic FullyQualifiedClassType getHandlerClass()
FullyQualifiedClassTypepublic void setHandlerClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic ParamValueType[] getInitParam()
ParamValueTypepublic ParamValueType getInitParam(int idx)
ParamValueTypepublic int getInitParamLength()
public void setInitParam(ParamValueType[] values)
values - allowed objects are
ParamValueType
public ParamValueType setInitParam(int idx,
ParamValueType value)
value - allowed object is
ParamValueTypepublic XsdQNameType[] getSoapHeader()
XsdQNameTypepublic XsdQNameType getSoapHeader(int idx)
XsdQNameTypepublic int getSoapHeaderLength()
public void setSoapHeader(XsdQNameType[] values)
values - allowed objects are
XsdQNameType
public XsdQNameType setSoapHeader(int idx,
XsdQNameType value)
value - allowed object is
XsdQNameTypepublic String[] getSoapRole()
Stringpublic String getSoapRole(int idx)
Stringpublic int getSoapRoleLength()
public void setSoapRole(String[] values)
values - allowed objects are
String
public String setSoapRole(int idx,
String value)
value - allowed object is
Stringpublic String[] getPortName()
Stringpublic String getPortName(int idx)
Stringpublic int getPortNameLength()
public void setPortName(String[] values)
values - allowed objects are
String
public String setPortName(int idx,
String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic ServiceRefHandlerType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||