| java.lang.Object org.objectweb.jonas_ws.deployment.api.PortComponentRefDesc
PortComponentRefDesc | public class PortComponentRefDesc (Code) | | The PortComponentRefDesc associate a service-endpoint-interface with a
port-component in the same application unit.
author: Guillaume Sauthier author: Xavier Delplanque |
equals | public boolean equals(Object other)(Code) | | Return true if the 2 objects are equals in value.
Parameters: other - the object to compare. true if the 2 objects are equals in value, else false. |
getCallProperties | public Properties getCallProperties()(Code) | | Returns the callProperties. |
getI18n | protected static I18n getI18n()(Code) | | Returns the i18n. |
getPortComponentDesc | public PortComponentDesc getPortComponentDesc()(Code) | | Return the linked port component desc (can be null if no pcLink).
the linked port component desc. (null if no pcLink) |
getPortComponentLink | public String getPortComponentLink()(Code) | | Return the port Component Link Object. May be null if not defined
the port Component Link Object. |
getSEI | public Class getSEI()(Code) | | Return the Service Endpoint Interface of the Port Component.
the Service Endpoint Interface of the Port Component. |
getStubProperties | public Properties getStubProperties()(Code) | | Returns the stubProperties. |
getWsdlPort | public QName getWsdlPort()(Code) | | Returns the wsdlPort. |
setPortComponentDesc | public void setPortComponentDesc(PortComponentDesc pcd)(Code) | | Set the pcLink port component desc
Parameters: pcd - the portComponentDesc linked with this PortcompRef. |
|
|