Codota Logo
EjbLocalRefTypeImpl
Code IndexAdd Codota 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)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
BufferedReader b =
  • Codota IconInputStream in;new BufferedReader(new InputStreamReader(in))
  • Codota IconReader in;new BufferedReader(in)
  • Codota IconFile file;new BufferedReader(new FileReader(file))
  • Smart code suggestions by Codota
}
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<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<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<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<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<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<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

  • Making http requests using okhttp
  • getApplicationContext (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setScale (BigDecimal)
    Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to thi
  • Menu (java.awt)
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now