cgl.narada.wsinfra.deployment
Class SOAPContextFactory

java.lang.Object
  extended by cgl.narada.wsinfra.deployment.SOAPContextFactory

public class SOAPContextFactory
extends Object

A Factory class which facilitates the creation of SOAPContexts.


Field Summary
static SOAPContextFactory instance
           
 
Method Summary
static SOAPContextFactory getInstance()
          Retrieve the ContextFactory instance.
 SOAPContext newSOAPContext(EnvelopeDocument envelopeDocument)
          Create a SOAPContext.
 SOAPContext newSOAPContext(SOAPMessage soapMessage)
          Create a SOAPContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final SOAPContextFactory instance
Method Detail

getInstance

public static SOAPContextFactory getInstance()
Retrieve the ContextFactory instance.


newSOAPContext

public SOAPContext newSOAPContext(SOAPMessage soapMessage)
                           throws DeploymentException
Create a SOAPContext.

Throws:
DeploymentException

newSOAPContext

public SOAPContext newSOAPContext(EnvelopeDocument envelopeDocument)
                           throws DeploymentException
Create a SOAPContext.

Throws:
DeploymentException


For comments and suggestions please send e-mail to The NaradaBrokering Project