|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.deployment.metadata.ejbjar.xml.ServiceRef
public class ServiceRef
A ServiceRef represents the XML service-ref element.
| 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 |
|---|
public ServiceRef()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - name to be usedpublic java.lang.String getWsdlLocation()
public void setWsdlLocation(java.lang.String wsdlLocation)
wsdlLocation - location as a stringified URL.public java.util.List<PortComponentRef> getPortComponentRefs()
public void setPortComponentRefs(java.util.List<PortComponentRef> portComponentRefs)
portComponentRefs - port component references
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||