Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.NamedMethodType

Packages that use NamedMethodType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of NamedMethodType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return NamedMethodType
 NamedMethodType<InitMethodType<T>> InitMethodType.getOrCreateBeanMethod()
          If not already created, a new bean-method element with the given value will be created.
 NamedMethodType<RemoveMethodType<T>> RemoveMethodType.getOrCreateBeanMethod()
          If not already created, a new bean-method element with the given value will be created.
 NamedMethodType<InitMethodType<T>> InitMethodType.getOrCreateCreateMethod()
          If not already created, a new create-method element with the given value will be created.
 NamedMethodType<InterceptorBindingType<T>> InterceptorBindingType.getOrCreateMethod()
          If not already created, a new method element with the given value will be created.
 NamedMethodType<SessionBeanType<T>> SessionBeanType.getOrCreateTimeoutMethod()
          If not already created, a new timeout-method element with the given value will be created.
 NamedMethodType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateTimeoutMethod()
          If not already created, a new timeout-method element with the given value will be created.
 NamedMethodType<T> NamedMethodType.id(String id)
          Sets the id attribute
 NamedMethodType<T> NamedMethodType.methodName(String methodName)
          Sets the method-name element
 NamedMethodType<T> NamedMethodType.removeId()
          Removes the id attribute
 NamedMethodType<T> NamedMethodType.removeMethodName()
          Removes the method-name element
 NamedMethodType<T> NamedMethodType.removeMethodParams()
          Removes the method-params element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type NamedMethodType
 MethodParamsType<NamedMethodType<T>> NamedMethodType.getOrCreateMethodParams()
          If not already created, a new method-params element with the given value will be created.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.