|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortComponent
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 |
org.eclipse.emf.common.util.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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
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()
void setPortComponentName(java.lang.String value)
Port Component Name
' attribute.
value
- the new value of the 'Port Component Name' attribute.getPortComponentName()
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()
void setServiceEndpointInterface(java.lang.String value)
Service Endpoint Interface
' attribute.
value
- the new value of the 'Service Endpoint Interface' attribute.getServiceEndpointInterface()
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()
void setSmallIcon(java.lang.String value)
Small Icon
' attribute.
value
- the new value of the 'Small Icon' attribute.getSmallIcon()
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()
void setLargeIcon(java.lang.String value)
Large Icon
' attribute.
value
- the new value of the 'Large Icon' attribute.getLargeIcon()
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()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
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()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
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()
void setWsdlPort(WSDLPort value)
Wsdl Port
' containment reference.
value
- the new value of the 'Wsdl Port' containment reference.getWsdlPort()
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()
void setServiceImplBean(ServiceImplBean value)
Service Impl Bean
' containment reference.
value
- the new value of the 'Service Impl Bean' containment reference.getServiceImplBean()
org.eclipse.emf.common.util.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()
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()
void setDescriptionType(DescriptionType value)
Description Type
' containment reference.
value
- the new value of the 'Description Type' containment reference.getDescriptionType()
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()
void setDisplayNameType(DisplayNameType value)
Display Name Type
' containment reference.
value
- the new value of the 'Display Name Type' containment reference.getDisplayNameType()
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()
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 |