net.javacrumbs.springws.test.context
Class WsTestContextHolder

java.lang.Object
  extended by net.javacrumbs.springws.test.context.WsTestContextHolder

public final class WsTestContextHolder
extends java.lang.Object

Holds WsTestContext. By default uses ThreadLocal to store the context.

Author:
Lukas Krecan

Method Summary
static WsTestContext getTestContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTestContext

public static WsTestContext getTestContext()


Copyright © 2011. All Rights Reserved.