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 ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

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.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<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<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<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.ejbjar30 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.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return NamedMethodType
 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<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<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<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.ejbjar30 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.