Class Invoker


  • public class Invoker
    extends Object
    • Field Detail

      • invokerProxyBindingName

        protected String invokerProxyBindingName
    • Constructor Detail

      • Invoker

        public Invoker()
    • Method Detail

      • getInvokerProxyBindingName

        public String getInvokerProxyBindingName()
        Gets the value of the invokerProxyBindingName property.
        Returns:
        possible object is String
      • setInvokerProxyBindingName

        public void setInvokerProxyBindingName​(String value)
        Sets the value of the invokerProxyBindingName property.
        Parameters:
        value - allowed object is String
      • getJndiName

        public JndiName getJndiName()
        Gets the value of the jndiName property.
        Returns:
        possible object is JndiName
      • setJndiName

        public void setJndiName​(JndiName value)
        Sets the value of the jndiName property.
        Parameters:
        value - allowed object is JndiName
      • getEjbRef

        public List<EjbRef> getEjbRef()
        Gets the value of the ejbRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ejbRef property. For example, to add a new item, do as follows:
            getEjbRef().add(newItem);
         
        Objects of the following type(s) are allowed in the list EjbRef