be.ehealth.technicalconnector.handler.domain
Class RequestContext

java.lang.Object
  extended by be.ehealth.technicalconnector.handler.domain.RequestContext

public class RequestContext
extends Object

This signleton class will contains the latest request/response as recorded by the RequestContextHandler.


Constructor Summary
RequestContext()
           
 
Method Summary
 void clear()
           
 boolean containsKey(String key)
           
 Object get(String key)
           
static RequestContext getInstance()
           
 Set<String> keySet()
           
 void put(String key, Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContext

public RequestContext()
Method Detail

getInstance

public static RequestContext getInstance()

clear

public void clear()

put

public void put(String key,
                Object value)

get

public Object get(String key)

keySet

public Set<String> keySet()

containsKey

public boolean containsKey(String key)



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.