|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Port Component'. The port-component element associates a WSDL port with a Web service interface and implementation. It defines the name of the port as a component, optional description, optional display name, optional iconic representations, WSDL port QName, Service Endpoint Interface, Service Implementation Bean.
The following features are supported:
Port Component Name
Service Endpoint Interface
Small Icon
Large Icon
Description
Display Name
Wsdl Port
Service Impl Bean
Handlers
Description Type
Display Name Type
Icon Type
WsddPackage.getPortComponent()
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
DescriptionType |
getDescriptionType()
Returns the value of the 'Description Type' containment reference |
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute |
DisplayNameType |
getDisplayNameType()
Returns the value of the 'Display Name Type' containment reference |
EList |
getHandlers()
Returns the value of the 'Handlers' containment reference list. |
IconType |
getIconType()
Returns the value of the 'Icon Type' containment reference |
java.lang.String |
getLargeIcon()
Returns the value of the 'Large Icon' attribute |
java.lang.String |
getPortComponentName()
Returns the value of the 'Port Component Name' attribute |
java.lang.String |
getServiceEndpointInterface()
Returns the value of the 'Service Endpoint Interface' attribute |
ServiceImplBean |
getServiceImplBean()
Returns the value of the 'Service Impl Bean' containment reference |
java.lang.String |
getSmallIcon()
Returns the value of the 'Small Icon' attribute |
WSDLPort |
getWsdlPort()
Returns the value of the 'Wsdl Port' containment reference |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute |
void |
setDescriptionType(DescriptionType value)
Sets the value of the ' Description Type ' containment reference |
void |
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name ' attribute |
void |
setDisplayNameType(DisplayNameType value)
Sets the value of the ' Display Name Type ' containment reference |
void |
setIconType(IconType value)
Sets the value of the ' Icon Type ' containment reference |
void |
setLargeIcon(java.lang.String value)
Sets the value of the ' Large Icon ' attribute |
void |
setPortComponentName(java.lang.String value)
Sets the value of the ' Port Component Name ' attribute |
void |
setServiceEndpointInterface(java.lang.String value)
Sets the value of the ' Service Endpoint Interface ' attribute |
void |
setServiceImplBean(ServiceImplBean value)
Sets the value of the ' Service Impl Bean ' containment reference |
void |
setSmallIcon(java.lang.String value)
Sets the value of the ' Small Icon ' attribute |
void |
setWsdlPort(WSDLPort value)
Sets the value of the ' Wsdl Port ' containment reference |
Method Detail |
public java.lang.String getPortComponentName()
If the meaning of the 'Port Component Name' attribute isn't clear, there really should be more of a description here...
The port-component-name element specifies a port component's name. This name is assigned by the module producer to name the service implementation bean in the module's deployment descriptor. The name must be unique among the port component names defined in the same module.
setPortComponentName(String)
,
WsddPackage.getPortComponent_PortComponentName()
public void setPortComponentName(java.lang.String value)
Port Component Name
' attribute.
value
- the new value of the 'Port Component Name' attribute.getPortComponentName()
public java.lang.String getServiceEndpointInterface()
If the meaning of the 'Service Endpoint Interface' attribute isn't clear, there really should be more of a description here...
The service-endpoint-interface element contains the fully-qualified name of the port component's Service Endpoint Interface.
setServiceEndpointInterface(String)
,
WsddPackage.getPortComponent_ServiceEndpointInterface()
public void setServiceEndpointInterface(java.lang.String value)
Service Endpoint Interface
' attribute.
value
- the new value of the 'Service Endpoint Interface' attribute.getServiceEndpointInterface()
public java.lang.String getSmallIcon()
If the meaning of the 'Small Icon' attribute isn't clear, there really should be more of a description here...
setSmallIcon(String)
,
WsddPackage.getPortComponent_SmallIcon()
public void setSmallIcon(java.lang.String value)
Small Icon
' attribute.
value
- the new value of the 'Small Icon' attribute.getSmallIcon()
public java.lang.String getLargeIcon()
If the meaning of the 'Large Icon' attribute isn't clear, there really should be more of a description here...
setLargeIcon(String)
,
WsddPackage.getPortComponent_LargeIcon()
public void setLargeIcon(java.lang.String value)
Large Icon
' attribute.
value
- the new value of the 'Large Icon' attribute.getLargeIcon()
public java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
WsddPackage.getPortComponent_Description()
public void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
public java.lang.String getDisplayName()
If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...
setDisplayName(String)
,
WsddPackage.getPortComponent_DisplayName()
public void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
public WSDLPort getWsdlPort()
If the meaning of the 'Wsdl Port' containment reference isn't clear, there really should be more of a description here...
setWsdlPort(WSDLPort)
,
WsddPackage.getPortComponent_WsdlPort()
public void setWsdlPort(WSDLPort value)
Wsdl Port
' containment reference.
value
- the new value of the 'Wsdl Port' containment reference.getWsdlPort()
public ServiceImplBean getServiceImplBean()
If the meaning of the 'Service Impl Bean' containment reference isn't clear, there really should be more of a description here...
setServiceImplBean(ServiceImplBean)
,
WsddPackage.getPortComponent_ServiceImplBean()
public void setServiceImplBean(ServiceImplBean value)
Service Impl Bean
' containment reference.
value
- the new value of the 'Service Impl Bean' containment reference.getServiceImplBean()
public EList getHandlers()
Handler
.
If the meaning of the 'Handlers' containment reference list isn't clear, there really should be more of a description here...
WsddPackage.getPortComponent_Handlers()
public DescriptionType getDescriptionType()
If the meaning of the 'Description Type' containment reference list isn't clear, there really should be more of a description here...
setDescriptionType(DescriptionType)
,
WsddPackage.getPortComponent_DescriptionType()
public void setDescriptionType(DescriptionType value)
Description Type
' containment reference.
value
- the new value of the 'Description Type' containment reference.getDescriptionType()
public DisplayNameType getDisplayNameType()
If the meaning of the 'Display Name Type' containment reference list isn't clear, there really should be more of a description here...
setDisplayNameType(DisplayNameType)
,
WsddPackage.getPortComponent_DisplayNameType()
public void setDisplayNameType(DisplayNameType value)
Display Name Type
' containment reference.
value
- the new value of the 'Display Name Type' containment reference.getDisplayNameType()
public IconType getIconType()
If the meaning of the 'Icon Type' containment reference list isn't clear, there really should be more of a description here...
setIconType(IconType)
,
WsddPackage.getPortComponent_IconType()
public void setIconType(IconType value)
Icon Type
' containment reference.
value
- the new value of the 'Icon Type' containment reference.getIconType()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |