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

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

public class ServiceRef
extends java.lang.Object

A ServiceRef represents the XML service-ref element.

Author:
Guillaume Sauthier

Constructor Summary
ServiceRef()
           
 
Method Summary
 java.lang.String getName()
           
 java.util.List<PortComponentRef> getPortComponentRefs()
           
 java.lang.String getWsdlLocation()
           
 void setName(java.lang.String name)
          Set the name of this reference.
 void setPortComponentRefs(java.util.List<PortComponentRef> portComponentRefs)
          Set the list of port component references.
 void setWsdlLocation(java.lang.String wsdlLocation)
          Set the WSDL location of the web service reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRef

public ServiceRef()
Method Detail

getName

public java.lang.String getName()
Returns:
the name of this reference

setName

public void setName(java.lang.String name)
Set the name of this reference.

Parameters:
name - name to be used

getWsdlLocation

public java.lang.String getWsdlLocation()
Returns:
the location (stringified URL) of the WSDL to be used

setWsdlLocation

public void setWsdlLocation(java.lang.String wsdlLocation)
Set the WSDL location of the web service reference.

Parameters:
wsdlLocation - location as a stringified URL.

getPortComponentRefs

public java.util.List<PortComponentRef> getPortComponentRefs()
Returns:
the list of port component references.

setPortComponentRefs

public void setPortComponentRefs(java.util.List<PortComponentRef> portComponentRefs)
Set the list of port component references.

Parameters:
portComponentRefs - port component references


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