Apache CXF API

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

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

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

Fields in org.apache.cxf.jaxws.javaee declared as EjbRefNameType
protected  EjbRefNameType EjbRefType.ejbRefName
           
protected  EjbRefNameType EjbLocalRefType.ejbRefName
           
 

Methods in org.apache.cxf.jaxws.javaee that return EjbRefNameType
 EjbRefNameType ObjectFactory.createEjbRefNameType()
          Create an instance of EjbRefNameType
 EjbRefNameType EjbRefType.getEjbRefName()
          Gets the value of the ejbRefName property.
 EjbRefNameType EjbLocalRefType.getEjbRefName()
          Gets the value of the ejbRefName property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type EjbRefNameType
 void EjbRefType.setEjbRefName(EjbRefNameType value)
          Sets the value of the ejbRefName property.
 void EjbLocalRefType.setEjbRefName(EjbRefNameType value)
          Sets the value of the ejbRefName property.
 


Apache CXF API

Apache CXF