org.ow2.easybeans.deployment.metadata.ejbjar.xml
Class PortComponentRef

java.lang.Object
  extended by org.ow2.easybeans.deployment.metadata.ejbjar.xml.PortComponentRef

public class PortComponentRef
extends java.lang.Object

Allow to define specific settings for a port component ref.

Author:
Florent Benoit

Constructor Summary
PortComponentRef()
           
 
Method Summary
 java.util.Properties getProperties()
          Gets the list of properties.
 java.lang.String getServiceEndpointInterface()
           
 void setProperties(java.util.Properties properties)
          Set the properties.
 void setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
          Sets the service endpoint interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortComponentRef

public PortComponentRef()
Method Detail

getServiceEndpointInterface

public java.lang.String getServiceEndpointInterface()
Returns:
the service endpoint interface.

setServiceEndpointInterface

public void setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
Sets the service endpoint interface.

Parameters:
serviceEndpointInterface - the given SEI

getProperties

public java.util.Properties getProperties()
Gets the list of properties.

Returns:
the set of properties.

setProperties

public void setProperties(java.util.Properties properties)
Set the properties.

Parameters:
properties - the set of properties.


Copyright © 2006-2010 OW2 Consortium. All Rights Reserved.