Interface SOAPContext

All Superinterfaces:
Context

public interface SOAPContext extends Context
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initialise the implementation using the parameter provided.
    Serialise the SOAP context into a DOM node.

    Methods inherited from interface com.arjuna.mw.wsas.context.Context

    identifier
  • Method Details

    • serialiseToElement

      Element serialiseToElement(Element element)
      Serialise the SOAP context into a DOM node.
      Parameters:
      element - The element to contain the serialisation.
      Returns:
      the element added.
    • initialiseContext

      void initialiseContext(Object obj)
      Initialise the implementation using the parameter provided.