|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.AroundInvokeType
public class 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>
| Field Summary | |
|---|---|
protected FullyQualifiedClassType |
clazz
|
protected JavaIdentifierType |
methodName
|
| Constructor Summary | |
|---|---|
AroundInvokeType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.AroundInvokeType instance. |
|
AroundInvokeType(AroundInvokeType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.AroundInvokeType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AroundInvokeType |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FullyQualifiedClassType clazz
protected JavaIdentifierType methodName
| Constructor Detail |
|---|
public AroundInvokeType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.AroundInvokeType instance.
public AroundInvokeType(AroundInvokeType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.AroundInvokeType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public FullyQualifiedClassType getClazz()
FullyQualifiedClassTypepublic void setClazz(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic JavaIdentifierType getMethodName()
JavaIdentifierTypepublic void setMethodName(JavaIdentifierType value)
value - allowed object is
JavaIdentifierTypepublic AroundInvokeType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||