com.tibco.bw.poa.runtime.utils.impl
Class XmlDocumentWrapperImpl<I,U,N extends I,A extends I,S,T,X>

java.lang.Object
  extended by com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl<I,U,N,A,S,T,X>
All Implemented Interfaces:
XmlDocumentWrapper<I,U,N,A,S,T,X>, java.io.Serializable

public class XmlDocumentWrapperImpl<I,U,N extends I,A extends I,S,T,X>
extends java.lang.Object
implements XmlDocumentWrapper<I,U,N,A,S,T,X>

An implementation of XmlDocumentWrapper.

Do not instantiate objects of this class directly. Use XmlDocumentWrapperFactory instead.

See Also:
XmlDocumentWrapper, Serialized Form

Constructor Summary
XmlDocumentWrapperImpl(N xmlDocument,  pcx)
           
XmlDocumentWrapperImpl(N xmlDocument,  pcx)
           
 
Method Summary
 java.lang.String getActivityURI()
           
 N getDocument()
          Returns the wrapped XML document as a generic N
  getProcessingContext()
          Returns the processing context associated with the wrapped XML document
 java.lang.String getProcessURI()
           
 void setActivityURI(java.lang.String activityURI)
           
 void setProcessingContext( pcx)
           
 void setProcessURI(java.lang.String processURI)
           
 boolean wasSerialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDocumentWrapperImpl

public XmlDocumentWrapperImpl(N xmlDocument,
                               pcx)

XmlDocumentWrapperImpl

public XmlDocumentWrapperImpl(N xmlDocument,
                               pcx)
Method Detail

setProcessURI

public void setProcessURI(java.lang.String processURI)

getProcessURI

public java.lang.String getProcessURI()

setActivityURI

public void setActivityURI(java.lang.String activityURI)

getActivityURI

public java.lang.String getActivityURI()

wasSerialized

public boolean wasSerialized()

getDocument

public N getDocument()
                        throws AspectException
Description copied from interface: XmlDocumentWrapper
Returns the wrapped XML document as a generic N

Specified by:
getDocument in interface XmlDocumentWrapper<I,U,N extends I,A extends I,S,T,X>
Returns:
Throws:
AspectException

getProcessingContext

public  getProcessingContext()
Description copied from interface: XmlDocumentWrapper
Returns the processing context associated with the wrapped XML document

Specified by:
getProcessingContext in interface XmlDocumentWrapper<I,U,N extends I,A extends I,S,T,X>
Returns:

setProcessingContext

public void setProcessingContext( pcx)


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved