Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.EjbLinkType

Packages that use EjbLinkType
com.sun.xml.ws.config.metro.parser.jsr109   
 

Uses of EjbLinkType in com.sun.xml.ws.config.metro.parser.jsr109
 

Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as EjbLinkType
protected  EjbLinkType EjbLocalRefType.ejbLink
           
protected  EjbLinkType EjbRefType.ejbLink
           
protected  EjbLinkType ServiceImplBeanType.ejbLink
           
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return EjbLinkType
 EjbLinkType ObjectFactory.createEjbLinkType()
          Create an instance of EjbLinkType
 EjbLinkType EjbLocalRefType.getEjbLink()
          Gets the value of the ejbLink property.
 EjbLinkType EjbRefType.getEjbLink()
          Gets the value of the ejbLink property.
 EjbLinkType ServiceImplBeanType.getEjbLink()
          Gets the value of the ejbLink property.
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type EjbLinkType
 void EjbLocalRefType.setEjbLink(EjbLinkType value)
          Sets the value of the ejbLink property.
 void EjbRefType.setEjbLink(EjbLinkType value)
          Sets the value of the ejbLink property.
 void ServiceImplBeanType.setEjbLink(EjbLinkType value)
          Sets the value of the ejbLink property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.