Class AroundInvoke

  • All Implemented Interfaces:
    CallbackMethod

    public class AroundInvoke
    extends Object
    implements CallbackMethod
    ejb-jar_3_1.xsd

    Java class for around-invokeType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="around-invokeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
             <element name="method-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>