Uses of Class
org.apache.axis2.jaxws.description.xml.handler.EjbLinkType
-
Packages that use EjbLinkType Package Description org.apache.axis2.jaxws.description.xml.handler -
-
Uses of EjbLinkType in org.apache.axis2.jaxws.description.xml.handler
Fields in org.apache.axis2.jaxws.description.xml.handler declared as EjbLinkType Modifier and Type Field Description protected EjbLinkTypeEjbLocalRefType. ejbLinkprotected EjbLinkTypeEjbRefType. ejbLinkMethods in org.apache.axis2.jaxws.description.xml.handler that return EjbLinkType Modifier and Type Method Description EjbLinkTypeObjectFactory. createEjbLinkType()Create an instance ofEjbLinkTypeEjbLinkTypeEjbLocalRefType. getEjbLink()Gets the value of the ejbLink property.EjbLinkTypeEjbRefType. getEjbLink()Gets the value of the ejbLink property.Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type EjbLinkType Modifier and Type Method Description voidEjbLocalRefType. setEjbLink(EjbLinkType value)Sets the value of the ejbLink property.voidEjbRefType. setEjbLink(EjbLinkType value)Sets the value of the ejbLink property.
-