|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlDocumentWrapper<I,U,N extends I,A extends I,S,T,X>
Utility class for wrapping an XML node and associated GxProcessingContext
in
a java.io.Serializable
form.
This class is used by advice implementations that store XML documents in the aspect process context, using
AspectProcessContext.storeProcessObject(String, Serializable)
.
Use the XmlDocumentWrapperFactory
to create XmlDocumentWrapper
instances.
AspectProcessContext
Method Summary | |
---|---|
N |
getDocument()
Returns the wrapped XML document as a generic N |
|
getProcessingContext()
Returns the processing context associated with the wrapped XML document |
Method Detail |
---|
N getDocument() throws AspectException
N
AspectException
getProcessingContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |