Apache CXF API

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

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

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

Fields in org.apache.cxf.jaxws.javaee declared as EjbRefTypeType
protected  EjbRefTypeType EjbRefType.ejbRefType
           
protected  EjbRefTypeType EjbLocalRefType.ejbRefType
           
 

Methods in org.apache.cxf.jaxws.javaee that return EjbRefTypeType
 EjbRefTypeType ObjectFactory.createEjbRefTypeType()
          Create an instance of EjbRefTypeType
 EjbRefTypeType EjbRefType.getEjbRefType()
          Gets the value of the ejbRefType property.
 EjbRefTypeType EjbLocalRefType.getEjbRefType()
          Gets the value of the ejbRefType property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type EjbRefTypeType
 void EjbRefType.setEjbRefType(EjbRefTypeType value)
          Sets the value of the ejbRefType property.
 void EjbLocalRefType.setEjbRefType(EjbRefTypeType value)
          Sets the value of the ejbRefType property.
 


Apache CXF API

Apache CXF