|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortComponentHandlerType
Declares the handler for a port-component. Handlers can access the init-param name/value pairs using the HandlerInfo interface. Used in: port-component
Java class for port-component_handlerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="port-component_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"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Detail |
|---|
DescriptionType[] getDescription()
DescriptionTypeDescriptionType getDescription(int idx)
DescriptionTypeint getDescriptionLength()
void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypeDisplayNameType[] getDisplayName()
DisplayNameTypeDisplayNameType getDisplayName(int idx)
DisplayNameTypeint getDisplayNameLength()
void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypeIconType[] getIcon()
IconTypeIconType getIcon(int idx)
IconTypeint getIconLength()
void setIcon(IconType[] values)
values - allowed objects are
IconType
IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypeString getHandlerName()
Stringvoid setHandlerName(String value)
value - allowed object is
StringFullyQualifiedClassType getHandlerClass()
FullyQualifiedClassTypevoid setHandlerClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypeParamValueType[] getInitParam()
ParamValueTypeParamValueType getInitParam(int idx)
ParamValueTypeint getInitParamLength()
void setInitParam(ParamValueType[] values)
values - allowed objects are
ParamValueType
ParamValueType setInitParam(int idx,
ParamValueType value)
value - allowed object is
ParamValueTypeXsdQNameType[] getSoapHeader()
XsdQNameTypeXsdQNameType getSoapHeader(int idx)
XsdQNameTypeint getSoapHeaderLength()
void setSoapHeader(XsdQNameType[] values)
values - allowed objects are
XsdQNameType
XsdQNameType setSoapHeader(int idx,
XsdQNameType value)
value - allowed object is
XsdQNameTypeString[] getSoapRole()
StringString getSoapRole(int idx)
Stringint getSoapRoleLength()
void setSoapRole(String[] values)
values - allowed objects are
String
String setSoapRole(int idx,
String value)
value - allowed object is
StringString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||