Uses of Class
org.apache.axis2.jaxws.description.xml.handler.EjbRefNameType

Packages that use EjbRefNameType
org.apache.axis2.jaxws.description.xml.handler   
 

Uses of EjbRefNameType in org.apache.axis2.jaxws.description.xml.handler
 

Fields in org.apache.axis2.jaxws.description.xml.handler declared as EjbRefNameType
protected  EjbRefNameType EjbLocalRefType.ejbRefName
           
protected  EjbRefNameType EjbRefType.ejbRefName
           
 

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

Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type EjbRefNameType
 void EjbLocalRefType.setEjbRefName(EjbRefNameType value)
          Sets the value of the ejbRefName property.
 void EjbRefType.setEjbRefName(EjbRefNameType value)
          Sets the value of the ejbRefName property.
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.