Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.EjbLinkType

Packages that use EjbLinkType
org.apache.cxf.jaxws.javaee   
 

Uses of EjbLinkType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as EjbLinkType
protected  EjbLinkType ServiceImplBeanType.ejbLink
           
protected  EjbLinkType EjbRefType.ejbLink
           
protected  EjbLinkType EjbLocalRefType.ejbLink
           
 

Methods in org.apache.cxf.jaxws.javaee that return EjbLinkType
 EjbLinkType ObjectFactory.createEjbLinkType()
          Create an instance of EjbLinkType
 EjbLinkType ServiceImplBeanType.getEjbLink()
          Gets the value of the ejbLink property.
 EjbLinkType EjbRefType.getEjbLink()
          Gets the value of the ejbLink property.
 EjbLinkType EjbLocalRefType.getEjbLink()
          Gets the value of the ejbLink property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type EjbLinkType
 void ServiceImplBeanType.setEjbLink(EjbLinkType value)
          Sets the value of the ejbLink property.
 void EjbRefType.setEjbLink(EjbLinkType value)
          Sets the value of the ejbLink property.
 void EjbLocalRefType.setEjbLink(EjbLinkType value)
          Sets the value of the ejbLink property.
 


Apache CXF API

Apache CXF