|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.InterceptorType
public class InterceptorType
The interceptorType element declares information about a single interceptor class. It consists of : - An optional description. - The fully-qualified name of the interceptor class. - An optional list of around invoke methods declared on the interceptor class and/or its super-classes. - An optional list environment dependencies for the interceptor class and/or its super-classes. - An optional list of post-activate methods declared on the interceptor class and/or its super-classes. - An optional list of pre-passivate methods declared on the interceptor class and/or its super-classes.
Java class for interceptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="interceptorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="interceptor-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="around-invoke" type="{http://java.sun.com/xml/ns/javaee}around-invokeType" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/>
<element name="post-activate" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
<element name="pre-passivate" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AroundInvokeType> |
aroundInvoke
|
protected List<DescriptionType> |
description
|
protected List<EjbLocalRefType> |
ejbLocalRef
|
protected List<EjbRefType> |
ejbRef
|
protected List<EnvEntryType> |
envEntry
|
protected String |
id
|
protected FullyQualifiedClassType |
interceptorClass
|
protected List<MessageDestinationRefType> |
messageDestinationRef
|
protected List<PersistenceContextRefType> |
persistenceContextRef
|
protected List<PersistenceUnitRefType> |
persistenceUnitRef
|
protected List<LifecycleCallbackType> |
postActivate
|
protected List<LifecycleCallbackType> |
postConstruct
|
protected List<LifecycleCallbackType> |
preDestroy
|
protected List<LifecycleCallbackType> |
prePassivate
|
protected List<ResourceEnvRefType> |
resourceEnvRef
|
protected List<ResourceRefType> |
resourceRef
|
protected List<ServiceRefType> |
serviceRef
|
| Constructor Summary | |
|---|---|
InterceptorType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.InterceptorType instance. |
|
InterceptorType(InterceptorType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.InterceptorType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
InterceptorType |
clone()
Creates and returns a copy of this object. |
protected static void |
copyAroundInvoke(List<AroundInvokeType> source,
List<AroundInvokeType> target)
Copies all values of property AroundInvoke. |
protected static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
protected static void |
copyEjbLocalRef(List<EjbLocalRefType> source,
List<EjbLocalRefType> target)
Copies all values of property EjbLocalRef. |
protected static void |
copyEjbRef(List<EjbRefType> source,
List<EjbRefType> target)
Copies all values of property EjbRef. |
protected static void |
copyEnvEntry(List<EnvEntryType> source,
List<EnvEntryType> target)
Copies all values of property EnvEntry. |
protected static void |
copyMessageDestinationRef(List<MessageDestinationRefType> source,
List<MessageDestinationRefType> target)
Copies all values of property MessageDestinationRef. |
protected static void |
copyPersistenceContextRef(List<PersistenceContextRefType> source,
List<PersistenceContextRefType> target)
Copies all values of property PersistenceContextRef. |
protected static void |
copyPersistenceUnitRef(List<PersistenceUnitRefType> source,
List<PersistenceUnitRefType> target)
Copies all values of property PersistenceUnitRef. |
protected static void |
copyPostActivate(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
Copies all values of property PostActivate. |
protected static void |
copyPostConstruct(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
Copies all values of property PostConstruct. |
protected static void |
copyPreDestroy(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
Copies all values of property PreDestroy. |
protected static void |
copyPrePassivate(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
Copies all values of property PrePassivate. |
protected static void |
copyResourceEnvRef(List<ResourceEnvRefType> source,
List<ResourceEnvRefType> target)
Copies all values of property ResourceEnvRef. |
protected static void |
copyResourceRef(List<ResourceRefType> source,
List<ResourceRefType> target)
Copies all values of property ResourceRef. |
protected static void |
copyServiceRef(List<ServiceRefType> source,
List<ServiceRefType> target)
Copies all values of property ServiceRef. |
List<AroundInvokeType> |
getAroundInvoke()
Gets the value of the aroundInvoke property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<EjbLocalRefType> |
getEjbLocalRef()
Gets the value of the ejbLocalRef property. |
List<EjbRefType> |
getEjbRef()
Gets the value of the ejbRef property. |
List<EnvEntryType> |
getEnvEntry()
Gets the value of the envEntry property. |
String |
getId()
Gets the value of the id property. |
FullyQualifiedClassType |
getInterceptorClass()
Gets the value of the interceptorClass property. |
List<MessageDestinationRefType> |
getMessageDestinationRef()
Gets the value of the messageDestinationRef property. |
List<PersistenceContextRefType> |
getPersistenceContextRef()
Gets the value of the persistenceContextRef property. |
List<PersistenceUnitRefType> |
getPersistenceUnitRef()
Gets the value of the persistenceUnitRef property. |
List<LifecycleCallbackType> |
getPostActivate()
Gets the value of the postActivate property. |
List<LifecycleCallbackType> |
getPostConstruct()
Gets the value of the postConstruct property. |
List<LifecycleCallbackType> |
getPreDestroy()
Gets the value of the preDestroy property. |
List<LifecycleCallbackType> |
getPrePassivate()
Gets the value of the prePassivate property. |
List<ResourceEnvRefType> |
getResourceEnvRef()
Gets the value of the resourceEnvRef property. |
List<ResourceRefType> |
getResourceRef()
Gets the value of the resourceRef property. |
List<ServiceRefType> |
getServiceRef()
Gets the value of the serviceRef property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInterceptorClass(FullyQualifiedClassType value)
Sets the value of the interceptorClass property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected FullyQualifiedClassType interceptorClass
protected List<AroundInvokeType> aroundInvoke
protected List<EnvEntryType> envEntry
protected List<EjbRefType> ejbRef
protected List<EjbLocalRefType> ejbLocalRef
protected List<ServiceRefType> serviceRef
protected List<ResourceRefType> resourceRef
protected List<ResourceEnvRefType> resourceEnvRef
protected List<MessageDestinationRefType> messageDestinationRef
protected List<PersistenceContextRefType> persistenceContextRef
protected List<PersistenceUnitRefType> persistenceUnitRef
protected List<LifecycleCallbackType> postConstruct
protected List<LifecycleCallbackType> preDestroy
protected List<LifecycleCallbackType> postActivate
protected List<LifecycleCallbackType> prePassivate
protected String id
| Constructor Detail |
|---|
public InterceptorType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.InterceptorType instance.
public InterceptorType(InterceptorType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.InterceptorType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public FullyQualifiedClassType getInterceptorClass()
FullyQualifiedClassTypepublic void setInterceptorClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic List<AroundInvokeType> getAroundInvoke()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aroundInvoke property.
For example, to add a new item, do as follows:
getAroundInvoke().add(newItem);
Objects of the following type(s) are allowed in the list
AroundInvokeType
public List<EnvEntryType> getEnvEntry()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the envEntry property.
For example, to add a new item, do as follows:
getEnvEntry().add(newItem);
Objects of the following type(s) are allowed in the list
EnvEntryType
public List<EjbRefType> getEjbRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ejbRef property.
For example, to add a new item, do as follows:
getEjbRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbRefType
public List<EjbLocalRefType> getEjbLocalRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ejbLocalRef property.
For example, to add a new item, do as follows:
getEjbLocalRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbLocalRefType
public List<ServiceRefType> getServiceRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceRef property.
For example, to add a new item, do as follows:
getServiceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceRefType
public List<ResourceRefType> getResourceRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resourceRef property.
For example, to add a new item, do as follows:
getResourceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceRefType
public List<ResourceEnvRefType> getResourceEnvRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resourceEnvRef property.
For example, to add a new item, do as follows:
getResourceEnvRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceEnvRefType
public List<MessageDestinationRefType> getMessageDestinationRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the messageDestinationRef property.
For example, to add a new item, do as follows:
getMessageDestinationRef().add(newItem);
Objects of the following type(s) are allowed in the list
MessageDestinationRefType
public List<PersistenceContextRefType> getPersistenceContextRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the persistenceContextRef property.
For example, to add a new item, do as follows:
getPersistenceContextRef().add(newItem);
Objects of the following type(s) are allowed in the list
PersistenceContextRefType
public List<PersistenceUnitRefType> getPersistenceUnitRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the persistenceUnitRef property.
For example, to add a new item, do as follows:
getPersistenceUnitRef().add(newItem);
Objects of the following type(s) are allowed in the list
PersistenceUnitRefType
public List<LifecycleCallbackType> getPostConstruct()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the postConstruct property.
For example, to add a new item, do as follows:
getPostConstruct().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public List<LifecycleCallbackType> getPreDestroy()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the preDestroy property.
For example, to add a new item, do as follows:
getPreDestroy().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public List<LifecycleCallbackType> getPostActivate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the postActivate property.
For example, to add a new item, do as follows:
getPostActivate().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public List<LifecycleCallbackType> getPrePassivate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the prePassivate property.
For example, to add a new item, do as follows:
getPrePassivate().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
protected static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyAroundInvoke(List<AroundInvokeType> source,
List<AroundInvokeType> target)
AroundInvoke.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyEnvEntry(List<EnvEntryType> source,
List<EnvEntryType> target)
EnvEntry.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyEjbRef(List<EjbRefType> source,
List<EjbRefType> target)
EjbRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyEjbLocalRef(List<EjbLocalRefType> source,
List<EjbLocalRefType> target)
EjbLocalRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyServiceRef(List<ServiceRefType> source,
List<ServiceRefType> target)
ServiceRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyResourceRef(List<ResourceRefType> source,
List<ResourceRefType> target)
ResourceRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyResourceEnvRef(List<ResourceEnvRefType> source,
List<ResourceEnvRefType> target)
ResourceEnvRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyMessageDestinationRef(List<MessageDestinationRefType> source,
List<MessageDestinationRefType> target)
MessageDestinationRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyPersistenceContextRef(List<PersistenceContextRefType> source,
List<PersistenceContextRefType> target)
PersistenceContextRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyPersistenceUnitRef(List<PersistenceUnitRefType> source,
List<PersistenceUnitRefType> target)
PersistenceUnitRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyPostConstruct(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
PostConstruct.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyPreDestroy(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
PreDestroy.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyPostActivate(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
PostActivate.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyPrePassivate(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
PrePassivate.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public InterceptorType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||