congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
EjbLocalRefTypeImpl
Code IndexAdd Tabnine to your IDE (free)

How to use
EjbLocalRefTypeImpl
in
org.jboss.shrinkwrap.descriptor.impl.javaee6

Best Java code snippets using org.jboss.shrinkwrap.descriptor.impl.javaee6.EjbLocalRefTypeImpl (Showing top 20 results out of 315)

origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<MessageDrivenBeanType<T>></code> 
*/
public EjbLocalRefType<MessageDrivenBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<MessageDrivenBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>injection-target</code> element will be created and returned.
* Otherwise, the first existing <code>injection-target</code> element will be returned.
* @return the instance defined for the element <code>injection-target</code> 
*/
public InjectionTargetType<EjbLocalRefType<T>> getOrCreateInjectionTarget()
{
 List<Node> nodeList = childNode.get("injection-target");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new InjectionTargetTypeImpl<EjbLocalRefType<T>>(this, "injection-target", childNode, nodeList.get(0));
 }
 return createInjectionTarget();
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>injection-target</code> element will be created and returned.
* Otherwise, the first existing <code>injection-target</code> element will be returned.
* @return the instance defined for the element <code>injection-target</code> 
*/
public InjectionTargetType<EjbLocalRefType<T>> getOrCreateInjectionTarget()
{
 List<Node> nodeList = childNode.get("injection-target");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new InjectionTargetTypeImpl<EjbLocalRefType<T>>(this, "injection-target", childNode, nodeList.get(0));
 }
 return createInjectionTarget();
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<EntityBeanType<T>></code> 
*/
public EjbLocalRefType<EntityBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<EntityBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>injection-target</code> element will be created and returned.
* Otherwise, the first existing <code>injection-target</code> element will be returned.
* @return the instance defined for the element <code>injection-target</code> 
*/
public InjectionTargetType<EjbLocalRefType<T>> getOrCreateInjectionTarget()
{
 List<Node> nodeList = childNode.get("injection-target");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new InjectionTargetTypeImpl<EjbLocalRefType<T>>(this, "injection-target", childNode, nodeList.get(0));
 }
 return createInjectionTarget();
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<WebAppDescriptor></code> 
*/
public EjbLocalRefType<WebAppDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<WebAppDescriptor>(this, "ejb-local-ref", model);
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>injection-target</code> element will be created and returned.
* Otherwise, the first existing <code>injection-target</code> element will be returned.
* @return the instance defined for the element <code>injection-target</code> 
*/
public InjectionTargetType<EjbLocalRefType<T>> getOrCreateInjectionTarget()
{
 List<Node> nodeList = childNode.get("injection-target");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new InjectionTargetTypeImpl<EjbLocalRefType<T>>(this, "injection-target", childNode, nodeList.get(0));
 }
 return createInjectionTarget();
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<EntityBeanType<T>></code> 
*/
public EjbLocalRefType<EntityBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<EntityBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<SessionBeanType<T>></code> 
*/
public EjbLocalRefType<SessionBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<SessionBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<WebFragmentDescriptor></code> 
*/
public EjbLocalRefType<WebFragmentDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<WebFragmentDescriptor>(this, "ejb-local-ref", model);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<ApplicationDescriptor></code> 
*/
public EjbLocalRefType<ApplicationDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<ApplicationDescriptor>(this, "ejb-local-ref", model);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<InterceptorType<T>></code> 
*/
public EjbLocalRefType<InterceptorType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<InterceptorType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<SessionBeanType<T>></code> 
*/
public EjbLocalRefType<SessionBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<SessionBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<InterceptorType<T>></code> 
*/
public EjbLocalRefType<InterceptorType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<InterceptorType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<WebFragmentDescriptor></code> 
*/
public EjbLocalRefType<WebFragmentDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<WebFragmentDescriptor>(this, "ejb-local-ref", model);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<WebAppDescriptor></code> 
*/
public EjbLocalRefType<WebAppDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<WebAppDescriptor>(this, "ejb-local-ref", model);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<MessageDrivenBeanType<T>></code> 
*/
public EjbLocalRefType<MessageDrivenBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<MessageDrivenBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<ApplicationDescriptor></code> 
*/
public EjbLocalRefType<ApplicationDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<ApplicationDescriptor>(this, "ejb-local-ref", model);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Returns all <code>ejb-local-ref</code> elements
* @return list of <code>ejb-local-ref</code> 
*/
public List<EjbLocalRefType<SessionBeanType<T>>> getAllEjbLocalRef()
{
 List<EjbLocalRefType<SessionBeanType<T>>> list = new ArrayList<EjbLocalRefType<SessionBeanType<T>>>();
 List<Node> nodeList = childNode.get("ejb-local-ref");
 for(Node node: nodeList)
 {
   EjbLocalRefType<SessionBeanType<T>>  type = new EjbLocalRefTypeImpl<SessionBeanType<T>>(this, "ejb-local-ref", childNode, node);
   list.add(type);
 }
 return list;
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Returns all <code>ejb-local-ref</code> elements
* @return list of <code>ejb-local-ref</code> 
*/
public List<EjbLocalRefType<WebFragmentDescriptor>> getAllEjbLocalRef()
{
 List<EjbLocalRefType<WebFragmentDescriptor>> list = new ArrayList<EjbLocalRefType<WebFragmentDescriptor>>();
 List<Node> nodeList = model.get("ejb-local-ref");
 for(Node node: nodeList)
 {
   EjbLocalRefType<WebFragmentDescriptor>  type = new EjbLocalRefTypeImpl<WebFragmentDescriptor>(this, "ejb-local-ref", model, node);
   list.add(type);
 }
 return list;
}
org.jboss.shrinkwrap.descriptor.impl.javaee6EjbLocalRefTypeImpl

Javadoc

This class implements the ejb-local-refType xsd type

Most used methods

  • createInjectionTarget
    Creates a new injection-target element
  • <init>

Popular in Java

  • Finding current android device location
  • getResourceAsStream (ClassLoader)
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • JPanel (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now