Package | Description |
---|---|
org.apache.cxf.jaxws.javaee |
Modifier and Type | Field and Description |
---|---|
protected EjbLinkType |
EjbRefType.ejbLink |
protected EjbLinkType |
ServiceImplBeanType.ejbLink |
protected EjbLinkType |
EjbLocalRefType.ejbLink |
Modifier and Type | Method and Description |
---|---|
EjbLinkType |
ObjectFactory.createEjbLinkType()
Create an instance of
EjbLinkType |
EjbLinkType |
EjbRefType.getEjbLink()
Gets the value of the ejbLink property.
|
EjbLinkType |
ServiceImplBeanType.getEjbLink()
Gets the value of the ejbLink property.
|
EjbLinkType |
EjbLocalRefType.getEjbLink()
Gets the value of the ejbLink property.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbRefType.setEjbLink(EjbLinkType value)
Sets the value of the ejbLink property.
|
void |
ServiceImplBeanType.setEjbLink(EjbLinkType value)
Sets the value of the ejbLink property.
|
void |
EjbLocalRefType.setEjbLink(EjbLinkType value)
Sets the value of the ejbLink property.
|
Apache CXF