|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortComponentRefType
A representation of the model object 'Port Component Ref Type'. The port-component-ref element declares a client dependency on the container for resolving a Service Endpoint Interface to a WSDL port. It optionally associates the Service Endpoint Interface with a particular port-component. This is only used by the container for a Service.getPort(Class) method call.
The following features are supported:
EjbJar21Package.getPortComponentRefType()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
String |
getPortComponentLink()
Returns the value of the 'Port Component Link' containment reference. |
FullyQualifiedClassType |
getServiceEndpointInterface()
Returns the value of the 'Service Endpoint Interface' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setPortComponentLink(String value)
Sets the value of the ' Port Component Link ' containment reference. |
void |
setServiceEndpointInterface(FullyQualifiedClassType value)
Sets the value of the ' Service Endpoint Interface ' containment reference. |
Method Detail |
---|
FullyQualifiedClassType getServiceEndpointInterface()
setServiceEndpointInterface(FullyQualifiedClassType)
,
EjbJar21Package.getPortComponentRefType_ServiceEndpointInterface()
void setServiceEndpointInterface(FullyQualifiedClassType value)
Service Endpoint Interface
' containment reference.
value
- the new value of the 'Service Endpoint Interface' containment reference.getServiceEndpointInterface()
String getPortComponentLink()
setPortComponentLink(org.eclipse.modisco.jee.ejbjar.EjbJar21.String)
,
EjbJar21Package.getPortComponentRefType_PortComponentLink()
void setPortComponentLink(String value)
Port Component Link
' containment reference.
value
- the new value of the 'Port Component Link' containment reference.getPortComponentLink()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar21Package.getPortComponentRefType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |