public class PortComponent extends Object implements Keyable<String>
Java class for port-componentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="port-componentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" minOccurs="0"/>
<element name="display-name" type="{http://java.sun.com/xml/ns/javaee}display-nameType" minOccurs="0"/>
<element name="icon" type="{http://java.sun.com/xml/ns/javaee}iconType" minOccurs="0"/>
<element name="port-component-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="wsdl-service" type="{http://java.sun.com/xml/ns/javaee}xsdQNameType" minOccurs="0"/>
<element name="wsdl-port" type="{http://java.sun.com/xml/ns/javaee}xsdQNameType" minOccurs="0"/>
<element name="enable-mtom" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="mtom-threshold" type="{http://java.sun.com/xml/ns/javaee}xsdNonNegativeIntegerType" minOccurs="0"/>
<element name="addressing" type="{http://java.sun.com/xml/ns/javaee}addressingType" minOccurs="0"/>
<element name="respect-binding" type="{http://java.sun.com/xml/ns/javaee}respect-bindingType" minOccurs="0"/>
<element name="protocol-binding" type="{http://java.sun.com/xml/ns/javaee}protocol-bindingType" minOccurs="0"/>
<element name="service-endpoint-interface" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="service-impl-bean" type="{http://java.sun.com/xml/ns/javaee}service-impl-beanType"/>
<choice>
<element name="handler" type="{http://java.sun.com/xml/ns/javaee}handlerType" maxOccurs="unbounded" minOccurs="0"/>
<element name="handler-chains" type="{http://java.sun.com/xml/ns/javaee}handler-chainsType" minOccurs="0"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Addressing |
addressing |
protected String |
description |
protected String |
displayName |
protected Boolean |
enableMtom |
protected List<Handler> |
handler |
protected HandlerChains |
handlerChains |
protected Icon |
icon |
protected String |
id |
protected String |
location |
protected Integer |
mtomThreshold |
protected String |
portComponentName |
protected String |
protocolBinding |
protected RespectBinding |
respectBinding |
protected String |
serviceEndpointInterface |
protected ServiceImplBean |
serviceImplBean |
protected QName |
wsdlPort |
protected QName |
wsdlService |
| Constructor and Description |
|---|
PortComponent() |
protected String description
protected String displayName
protected Icon icon
protected String portComponentName
protected QName wsdlService
protected QName wsdlPort
protected Boolean enableMtom
protected Integer mtomThreshold
protected Addressing addressing
protected RespectBinding respectBinding
protected String protocolBinding
protected String serviceEndpointInterface
protected ServiceImplBean serviceImplBean
protected HandlerChains handlerChains
protected String location
protected String id
public String getKey()
Keyablepublic String getDescription()
public void setDescription(String value)
public String getDisplayName()
public void setDisplayName(String value)
public Icon getIcon()
public void setIcon(Icon value)
public String getPortComponentName()
public void setPortComponentName(String value)
public QName getWsdlService()
public void setWsdlService(QName value)
public QName getWsdlPort()
public void setWsdlPort(QName value)
public boolean isEnableMtom()
public Boolean getEnableMtom()
public void setEnableMtom(Boolean value)
public Integer getMtomThreshold()
public void setMtomThreshold(Integer value)
public Addressing getAddressing()
public void setAddressing(Addressing value)
public RespectBinding getRespectBinding()
public void setRespectBinding(RespectBinding value)
public String getProtocolBinding()
public void setProtocolBinding(String value)
public String getServiceEndpointInterface()
public void setServiceEndpointInterface(String value)
public ServiceImplBean getServiceImplBean()
public void setServiceImplBean(ServiceImplBean value)
public HandlerChains getHandlerChains()
public void setHandlerChains(HandlerChains value)
public String getLocation()
public void setLocation(String location)
public String getId()
public void setId(String value)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.