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

Packages that use NamedMethodType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return NamedMethodType
 NamedMethodType<SessionBeanType<T>> SessionBeanType.afterBeginMethod()
          If not already created, a new after-begin-method element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanType.afterCompletionMethod()
          If not already created, a new after-completion-method element will be created and returned.
 NamedMethodType<InitMethodType<T>> InitMethodType.beanMethod()
          If not already created, a new bean-method element will be created and returned.
 NamedMethodType<RemoveMethodType<T>> RemoveMethodType.beanMethod()
          If not already created, a new bean-method element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanType.beforeCompletionMethod()
          If not already created, a new before-completion-method element will be created and returned.
 NamedMethodType<InitMethodType<T>> InitMethodType.createMethod()
          If not already created, a new create-method element will be created and returned.
 NamedMethodType<InterceptorBindingType<T>> InterceptorBindingType.method()
          If not already created, a new method element will be created and returned.
 NamedMethodType<ConcurrentMethodType<T>> ConcurrentMethodType.method()
          If not already created, a new method element will be created and returned.
 NamedMethodType<T> NamedMethodType.removeMethodName()
          Removes the method-name element
 NamedMethodType<T> NamedMethodType.removeMethodParams()
          Removes the method-params element
 NamedMethodType<T> NamedMethodType.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 NamedMethodType<TimerType<T>> TimerType.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.
 NamedMethodType<MessageDrivenBeanType<T>> MessageDrivenBeanType.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanType.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type NamedMethodType
 MethodParamsType<NamedMethodType<T>> NamedMethodType.methodParams()
          If not already created, a new method-params element will be created and returned.
 

Uses of NamedMethodType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement NamedMethodType
 class NamedMethodTypeImpl<T>
          This class implements the named-methodType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return NamedMethodType
 NamedMethodType<SessionBeanType<T>> SessionBeanTypeImpl.afterBeginMethod()
          If not already created, a new after-begin-method element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanTypeImpl.afterCompletionMethod()
          If not already created, a new after-completion-method element will be created and returned.
 NamedMethodType<InitMethodType<T>> InitMethodTypeImpl.beanMethod()
          If not already created, a new bean-method element will be created and returned.
 NamedMethodType<RemoveMethodType<T>> RemoveMethodTypeImpl.beanMethod()
          If not already created, a new bean-method element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanTypeImpl.beforeCompletionMethod()
          If not already created, a new before-completion-method element will be created and returned.
 NamedMethodType<InitMethodType<T>> InitMethodTypeImpl.createMethod()
          If not already created, a new create-method element will be created and returned.
 NamedMethodType<InterceptorBindingType<T>> InterceptorBindingTypeImpl.method()
          If not already created, a new method element will be created and returned.
 NamedMethodType<ConcurrentMethodType<T>> ConcurrentMethodTypeImpl.method()
          If not already created, a new method element will be created and returned.
 NamedMethodType<T> NamedMethodTypeImpl.removeMethodName()
          Removes the method-name element
 NamedMethodType<T> NamedMethodTypeImpl.removeMethodParams()
          Removes the method-params element
 NamedMethodType<T> NamedMethodTypeImpl.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 NamedMethodType<TimerType<T>> TimerTypeImpl.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanTypeImpl.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.
 NamedMethodType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type NamedMethodType
 MethodParamsType<NamedMethodType<T>> NamedMethodTypeImpl.methodParams()
          If not already created, a new method-params element will be created and returned.