org.kuali.rice.ksb.server
Class TestClient2

java.lang.Object
  extended by org.kuali.rice.ksb.BaseTestServer
      extended by org.kuali.rice.ksb.server.TestClient2
All Implemented Interfaces:
Lifecycle

public class TestClient2
extends BaseTestServer


Field Summary
private static String CONTEXT
           
static String CUSTOM_KEYSTORE
          If this property is set on the environment then it will use the keystore at the specified location as a custom keystore
private static Map<String,Object> environment
           
private static org.apache.log4j.Logger LOG
           
 
Constructor Summary
TestClient2()
           
 
Method Summary
protected  org.eclipse.jetty.server.Server createServer()
           
static Map<String,Object> getEnvironment()
           
 
Methods inherited from class org.kuali.rice.ksb.BaseTestServer
getServer, isStarted, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG

CONTEXT

private static final String CONTEXT
See Also:
Constant Field Values

CUSTOM_KEYSTORE

public static final String CUSTOM_KEYSTORE
If this property is set on the environment then it will use the keystore at the specified location as a custom keystore

See Also:
Constant Field Values

environment

private static Map<String,Object> environment
Constructor Detail

TestClient2

public TestClient2()
Method Detail

createServer

protected org.eclipse.jetty.server.Server createServer()
Specified by:
createServer in class BaseTestServer

getEnvironment

public static Map<String,Object> getEnvironment()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.