net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee
Interface AroundInvokeType

All Known Implementing Classes:
AroundInvokeTypeImpl

public interface AroundInvokeType

The around-invoke type specifies a method on a class to be called during the around invoke portion of an ejb invocation. Note that each class may have only one around invoke method and that the method may not be overloaded. If the class element is missing then the class defining the callback is assumed to be the interceptor class or component class in scope at the location in the descriptor in which the around invoke definition appears.

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>
 


Method Summary
 FullyQualifiedClassType getClazz()
          Gets the value of the clazz property.
 JavaIdentifierType getMethodName()
          Gets the value of the methodName property.
 void setClazz(FullyQualifiedClassType value)
          Sets the value of the clazz property.
 void setMethodName(JavaIdentifierType value)
          Sets the value of the methodName property.
 

Method Detail

getClazz

FullyQualifiedClassType getClazz()
Gets the value of the clazz property.

Returns:
possible object is FullyQualifiedClassType

setClazz

void setClazz(FullyQualifiedClassType value)
Sets the value of the clazz property.

Parameters:
value - allowed object is FullyQualifiedClassType

getMethodName

JavaIdentifierType getMethodName()
Gets the value of the methodName property.

Returns:
possible object is JavaIdentifierType

setMethodName

void setMethodName(JavaIdentifierType value)
Sets the value of the methodName property.

Parameters:
value - allowed object is JavaIdentifierType


Copyright © 2009 The CC-XJC Community. All Rights Reserved.