com.sun.jersey.test.framework
Class AppDescriptor
java.lang.Object
com.sun.jersey.test.framework.AppDescriptor
- Direct Known Subclasses:
- LowLevelAppDescriptor, WebAppDescriptor
public abstract class AppDescriptor
- extends Object
The base application descriptor.
- Author:
- Paul.Sandoz@Sun.COM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppDescriptor
protected AppDescriptor(AppDescriptor.AppDescriptorBuilder<?,?> b)
getClientConfig
public ClientConfig getClientConfig()
- Get the client configuration.
- Returns:
- the client configuration.
Copyright © 2013 Oracle Corporation. All Rights Reserved.