A B C E F G H I J L O R S T W

A

AppDescriptor - Class in com.sun.jersey.test.framework
The base application descriptor.
AppDescriptor(AppDescriptor.AppDescriptorBuilder<?, ?>) - Constructor for class com.sun.jersey.test.framework.AppDescriptor
 
AppDescriptor.AppDescriptorBuilder<T extends AppDescriptor.AppDescriptorBuilder,V extends AppDescriptor> - Class in com.sun.jersey.test.framework
The base builder for building an application descriptor.
AppDescriptor.AppDescriptorBuilder() - Constructor for class com.sun.jersey.test.framework.AppDescriptor.AppDescriptorBuilder
 

B

build() - Method in class com.sun.jersey.test.framework.AppDescriptor.AppDescriptorBuilder
 
build() - Method in class com.sun.jersey.test.framework.LowLevelAppDescriptor.Builder
Build the low-level application descriptor.
build() - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Build the Web-based application descriptor.

C

cc - Variable in class com.sun.jersey.test.framework.AppDescriptor.AppDescriptorBuilder
 
client() - Method in class com.sun.jersey.test.framework.JerseyTest
Get the client that is configured for this test.
clientConfig(ClientConfig) - Method in class com.sun.jersey.test.framework.AppDescriptor.AppDescriptorBuilder
Set the client configuration.
com.sun.jersey.test.framework - package com.sun.jersey.test.framework
Provides support for testing JAX-RS and Jersey-based applications.
com.sun.jersey.test.framework.spi.container - package com.sun.jersey.test.framework.spi.container
Provides support for test container factories and test containers.
com.sun.jersey.test.framework.spi.container.embedded.glassfish - package com.sun.jersey.test.framework.spi.container.embedded.glassfish
Provides Web-based support for testing with Embedded GlassFish.
com.sun.jersey.test.framework.spi.container.external - package com.sun.jersey.test.framework.spi.container.external
Provides Web-based support for testing with external application deployments.
com.sun.jersey.test.framework.spi.container.grizzly - package com.sun.jersey.test.framework.spi.container.grizzly
Provides low-level support for testing with Grizzly.
com.sun.jersey.test.framework.spi.container.grizzly.web - package com.sun.jersey.test.framework.spi.container.grizzly.web
Provides Web-based support for testing with Grizzly.
com.sun.jersey.test.framework.spi.container.http - package com.sun.jersey.test.framework.spi.container.http
Provides low-level support for testing with the Light Weight HTTP server.
com.sun.jersey.test.framework.spi.container.inmemory - package com.sun.jersey.test.framework.spi.container.inmemory
Provides low-level support for testing in-memory.
com.sun.jersey.test.framework.web.jaxb - package com.sun.jersey.test.framework.web.jaxb
Provides JAXB support for Web application description documents.
com.sun.jersey.test.framework.web.jaxb.types - package com.sun.jersey.test.framework.web.jaxb.types
JAXB beans for Web application description documents.
configure() - Method in class com.sun.jersey.test.framework.JerseyTest
Return an application descriptor that defines how the test container is configured.
contextAttributeListenerClass(Class<? extends ServletContextAttributeListener>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set a ServletContextListener class
contextListenerClass(Class<? extends ServletContextListener>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set a ServletContextListener class
contextParam(String, String) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Add a context parameter.
contextParams - Variable in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
 
ContextParamType - Class in com.sun.jersey.test.framework.web.jaxb.types
Schema representation of the context-param entry.
ContextParamType() - Constructor for class com.sun.jersey.test.framework.web.jaxb.types.ContextParamType
 
contextPath - Variable in class com.sun.jersey.test.framework.LowLevelAppDescriptor.Builder
 
contextPath(String) - Method in class com.sun.jersey.test.framework.LowLevelAppDescriptor.Builder
Set the context path.
contextPath - Variable in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
 
contextPath(String) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set the context path.
create(URI, AppDescriptor) - Method in class com.sun.jersey.test.framework.spi.container.embedded.glassfish.EmbeddedGlassFishTestContainerFactory
 
create(URI, AppDescriptor) - Method in class com.sun.jersey.test.framework.spi.container.external.ExternalTestContainerFactory
 
create(URI, AppDescriptor) - Method in class com.sun.jersey.test.framework.spi.container.grizzly.GrizzlyTestContainerFactory
 
create(URI, AppDescriptor) - Method in class com.sun.jersey.test.framework.spi.container.grizzly.web.GrizzlyWebTestContainerFactory
 
create(URI, AppDescriptor) - Method in class com.sun.jersey.test.framework.spi.container.http.HTTPContainerFactory
 
create(URI, AppDescriptor) - Method in class com.sun.jersey.test.framework.spi.container.inmemory.InMemoryTestContainerFactory
 
create(URI, AppDescriptor) - Method in interface com.sun.jersey.test.framework.spi.container.TestContainerFactory
Create a test container.
createContextParamType() - Method in class com.sun.jersey.test.framework.web.jaxb.ObjectFactory
 
createListenerType() - Method in class com.sun.jersey.test.framework.web.jaxb.ObjectFactory
 
createServletInitParamType() - Method in class com.sun.jersey.test.framework.web.jaxb.ObjectFactory
 
createServletMappingType() - Method in class com.sun.jersey.test.framework.web.jaxb.ObjectFactory
 
createServletType() - Method in class com.sun.jersey.test.framework.web.jaxb.ObjectFactory
 
createWebAppType() - Method in class com.sun.jersey.test.framework.web.jaxb.ObjectFactory
 

E

EmbeddedGlassFishTestContainerFactory - Class in com.sun.jersey.test.framework.spi.container.embedded.glassfish
A Web-based test container factory for creating test container instances using Embedded GlassFish.
EmbeddedGlassFishTestContainerFactory() - Constructor for class com.sun.jersey.test.framework.spi.container.embedded.glassfish.EmbeddedGlassFishTestContainerFactory
 
ExternalTestContainerFactory - Class in com.sun.jersey.test.framework.spi.container.external
A Web-based test container factory for creating test container instances when the Web application is independently deployed in a separate JVM to that of the tests.
ExternalTestContainerFactory() - Constructor for class com.sun.jersey.test.framework.spi.container.external.ExternalTestContainerFactory
 

F

filterClass - Variable in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
 
filterClass(Class<? extends Filter>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set the filter class.

G

getBaseURI() - Method in class com.sun.jersey.test.framework.JerseyTest
Returns the base URI of the application.
getBaseUri() - Method in interface com.sun.jersey.test.framework.spi.container.TestContainer
Get the base URI of the application.
getClient() - Method in interface com.sun.jersey.test.framework.spi.container.TestContainer
Get a client specific to the test container.
getClientConfig() - Method in class com.sun.jersey.test.framework.AppDescriptor
Get the client configuration.
getContextParam() - Method in class com.sun.jersey.test.framework.web.jaxb.types.WebAppType
 
getContextParams() - Method in class com.sun.jersey.test.framework.WebAppDescriptor
Get the context parameters.
getContextPath() - Method in class com.sun.jersey.test.framework.LowLevelAppDescriptor
Get the context path.
getContextPath() - Method in class com.sun.jersey.test.framework.WebAppDescriptor
Get the context path.
getFilterClass() - Method in class com.sun.jersey.test.framework.WebAppDescriptor
Get the filter class.
getInitParams() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletType
 
getInitParams() - Method in class com.sun.jersey.test.framework.WebAppDescriptor
Get the initialization parameters.
getListenerClass() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ListenerType
 
getListeners() - Method in class com.sun.jersey.test.framework.web.jaxb.types.WebAppType
 
getListeners() - Method in class com.sun.jersey.test.framework.WebAppDescriptor
Get all the registered Listener classes
getLoadOnStartup() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletType
 
getParamName() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ContextParamType
 
getParamValue() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ContextParamType
 
getPort(int) - Method in class com.sun.jersey.test.framework.JerseyTest
Returns the port to be used in the base URI.
getResourceConfig() - Method in class com.sun.jersey.test.framework.LowLevelAppDescriptor
Get the resource configuration.
getServletClass() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletType
 
getServletClass() - Method in class com.sun.jersey.test.framework.WebAppDescriptor
Get the servlet class.
getServletMapping() - Method in class com.sun.jersey.test.framework.web.jaxb.types.WebAppType
 
getServletName() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletMappingType
 
getServletName() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletType
 
getServletPath() - Method in class com.sun.jersey.test.framework.WebAppDescriptor
Get the servlet path.
getServletType() - Method in class com.sun.jersey.test.framework.web.jaxb.types.WebAppType
 
getTestContainerFactory() - Method in class com.sun.jersey.test.framework.JerseyTest
Get the test container factory.
getUrlPattern() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletMappingType
 
GrizzlyTestContainerFactory - Class in com.sun.jersey.test.framework.spi.container.grizzly
A low-level test container factory for creating test container instances using Grizzly.
GrizzlyTestContainerFactory() - Constructor for class com.sun.jersey.test.framework.spi.container.grizzly.GrizzlyTestContainerFactory
 
GrizzlyWebTestContainerFactory - Class in com.sun.jersey.test.framework.spi.container.grizzly.web
A Web-based test container factory for creating test container instances using Grizzly.
GrizzlyWebTestContainerFactory() - Constructor for class com.sun.jersey.test.framework.spi.container.grizzly.web.GrizzlyWebTestContainerFactory
 

H

HTTPContainerFactory - Class in com.sun.jersey.test.framework.spi.container.http
A low-level test container factory for creating test container instances using the Light Weight HTTP server.
HTTPContainerFactory() - Constructor for class com.sun.jersey.test.framework.spi.container.http.HTTPContainerFactory
 
httpSessionActivationListenerClass(Class<? extends HttpSessionActivationListener>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set a HttpSessionActivationListener class
httpSessionAttributeListenerClass(Class<? extends HttpSessionAttributeListener>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set a HttpSessionAttributeListener class
httpSessionListenerClass(Class<? extends HttpSessionListener>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set a HttpSessionListener class

I

initParam(String, String) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Add an initialization parameter.
initParams - Variable in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
 
InMemoryTestContainerFactory - Class in com.sun.jersey.test.framework.spi.container.inmemory
A low-level test container factory for creating test container instances when testing in memory without using underlying HTTP client and server side functionality to send requests and receive responses.
InMemoryTestContainerFactory() - Constructor for class com.sun.jersey.test.framework.spi.container.inmemory.InMemoryTestContainerFactory
 

J

JerseyTest - Class in com.sun.jersey.test.framework
An abstract JUnit 4.x-based unit test class for testing JAX-RS and Jersey-based applications.
JerseyTest() - Constructor for class com.sun.jersey.test.framework.JerseyTest
An extending class must implement the JerseyTest.configure() method to provide an application descriptor.
JerseyTest(TestContainerFactory) - Constructor for class com.sun.jersey.test.framework.JerseyTest
Contruct a new instance with a test container factory.
JerseyTest(AppDescriptor) - Constructor for class com.sun.jersey.test.framework.JerseyTest
Construct a new instance with an application descriptor that defines how the test container is configured.
JerseyTest(String...) - Constructor for class com.sun.jersey.test.framework.JerseyTest
Construct a new instance with an array or a colon separated list of package names which contain resource and provider classes.

L

listeners - Variable in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
 
ListenerType - Class in com.sun.jersey.test.framework.web.jaxb.types
Schema representation for the context listener entry.
ListenerType() - Constructor for class com.sun.jersey.test.framework.web.jaxb.types.ListenerType
 
LowLevelAppDescriptor - Class in com.sun.jersey.test.framework
A low-level application descriptor.
LowLevelAppDescriptor.Builder - Class in com.sun.jersey.test.framework
The builder for building a low-level application descriptor.
LowLevelAppDescriptor.Builder(String...) - Constructor for class com.sun.jersey.test.framework.LowLevelAppDescriptor.Builder
Create a builder with one or more package names where root resource and provider classes reside.
LowLevelAppDescriptor.Builder(Class...) - Constructor for class com.sun.jersey.test.framework.LowLevelAppDescriptor.Builder
Create a builder with one or more root resource and provider classes.
LowLevelAppDescriptor.Builder(ResourceConfig) - Constructor for class com.sun.jersey.test.framework.LowLevelAppDescriptor.Builder
Create a builder with a resource configuration.

O

ObjectFactory - Class in com.sun.jersey.test.framework.web.jaxb
The Web application description JAXB object factory.
ObjectFactory() - Constructor for class com.sun.jersey.test.framework.web.jaxb.ObjectFactory
 

R

rc - Variable in class com.sun.jersey.test.framework.LowLevelAppDescriptor.Builder
 
requestAttributeListenerClass(Class<? extends ServletRequestAttributeListener>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set a ServletRequestAttributeListener class
requestListenerClass(Class<? extends ServletRequestListener>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set a ServletRequestListener class
reset() - Method in class com.sun.jersey.test.framework.AppDescriptor.AppDescriptorBuilder
 
reset() - Method in class com.sun.jersey.test.framework.LowLevelAppDescriptor.Builder
 
reset() - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
 
resource() - Method in class com.sun.jersey.test.framework.JerseyTest
Create a web resource whose URI refers to the base URI the Web application is deployed at.

S

servletClass - Variable in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
 
servletClass(Class<? extends HttpServlet>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set the servlet class.
ServletInitParamType - Class in com.sun.jersey.test.framework.web.jaxb.types
Schema representation of the servlet init-params.
ServletInitParamType() - Constructor for class com.sun.jersey.test.framework.web.jaxb.types.ServletInitParamType
 
ServletInitParamType(String, String) - Constructor for class com.sun.jersey.test.framework.web.jaxb.types.ServletInitParamType
 
ServletMappingType - Class in com.sun.jersey.test.framework.web.jaxb.types
Schema represntation for the servlet-mapping
ServletMappingType() - Constructor for class com.sun.jersey.test.framework.web.jaxb.types.ServletMappingType
 
servletPath - Variable in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
 
servletPath(String) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Set the servlet path.
ServletType - Class in com.sun.jersey.test.framework.web.jaxb.types
Schema representation of servlet information in web.xml
ServletType() - Constructor for class com.sun.jersey.test.framework.web.jaxb.types.ServletType
 
setContextParam(List<ContextParamType>) - Method in class com.sun.jersey.test.framework.web.jaxb.types.WebAppType
 
setInitParam(List<ServletInitParamType>) - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletType
 
setListenerClass(String) - Method in class com.sun.jersey.test.framework.web.jaxb.types.ListenerType
 
setListeners(List<ListenerType>) - Method in class com.sun.jersey.test.framework.web.jaxb.types.WebAppType
 
setLoadOnStartup(String) - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletType
 
setParamName(String) - Method in class com.sun.jersey.test.framework.web.jaxb.types.ContextParamType
 
setParamValue(String) - Method in class com.sun.jersey.test.framework.web.jaxb.types.ContextParamType
 
setServletClass(String) - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletType
 
setServletMapping(ServletMappingType) - Method in class com.sun.jersey.test.framework.web.jaxb.types.WebAppType
 
setServletName(String) - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletMappingType
 
setServletName(String) - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletType
 
setServletType(ServletType) - Method in class com.sun.jersey.test.framework.web.jaxb.types.WebAppType
 
setTestContainerFactory(TestContainerFactory) - Method in class com.sun.jersey.test.framework.JerseyTest
Sets the test container factory to to be used for testing.
setUp() - Method in class com.sun.jersey.test.framework.JerseyTest
Set up the test by invoking TestContainer.start() on the test container obtained from the test container factory.
setUrlPattern(String) - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletMappingType
 
start() - Method in interface com.sun.jersey.test.framework.spi.container.TestContainer
Start the container.
stop() - Method in interface com.sun.jersey.test.framework.spi.container.TestContainer
Stop the contaner.
supports() - Method in class com.sun.jersey.test.framework.spi.container.embedded.glassfish.EmbeddedGlassFishTestContainerFactory
 
supports() - Method in class com.sun.jersey.test.framework.spi.container.external.ExternalTestContainerFactory
 
supports() - Method in class com.sun.jersey.test.framework.spi.container.grizzly.GrizzlyTestContainerFactory
 
supports() - Method in class com.sun.jersey.test.framework.spi.container.grizzly.web.GrizzlyWebTestContainerFactory
 
supports() - Method in class com.sun.jersey.test.framework.spi.container.http.HTTPContainerFactory
 
supports() - Method in class com.sun.jersey.test.framework.spi.container.inmemory.InMemoryTestContainerFactory
 
supports() - Method in interface com.sun.jersey.test.framework.spi.container.TestContainerFactory
Get the application descriptor class supported by this test container factory.

T

tearDown() - Method in class com.sun.jersey.test.framework.JerseyTest
Tear down the test by invoking TestContainer.stop() on the test container obtained from the test container factory.
TestContainer - Interface in com.sun.jersey.test.framework.spi.container
A test container.
TestContainerException - Exception in com.sun.jersey.test.framework.spi.container
Thrown when a test container-specific error occurs.
TestContainerException() - Constructor for exception com.sun.jersey.test.framework.spi.container.TestContainerException
Construct a new instance with no message.
TestContainerException(String) - Constructor for exception com.sun.jersey.test.framework.spi.container.TestContainerException
Construct a new instance with a message.
TestContainerException(String, Throwable) - Constructor for exception com.sun.jersey.test.framework.spi.container.TestContainerException
Construct a new instance with a message and a cause.
TestContainerException(Throwable) - Constructor for exception com.sun.jersey.test.framework.spi.container.TestContainerException
Construct a new instance with a cause.
TestContainerFactory - Interface in com.sun.jersey.test.framework.spi.container
A test container factory responsible for creating test containers.
toString() - Method in class com.sun.jersey.test.framework.web.jaxb.types.ServletInitParamType
 
transform(WebAppDescriptor) - Static method in class com.sun.jersey.test.framework.LowLevelAppDescriptor
Transform a Web-based application descriptor into a low-level application descriptor.

W

WebAppDescriptor - Class in com.sun.jersey.test.framework
A Web-based application descriptor.
WebAppDescriptor.Builder - Class in com.sun.jersey.test.framework
The builder for building a Web-based application descriptor.
WebAppDescriptor.Builder() - Constructor for class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Create a builder.
WebAppDescriptor.Builder(Map<String, String>) - Constructor for class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Create a builder with initialization parameters.
WebAppDescriptor.Builder(String, String) - Constructor for class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Create a builder with one initialization parameter.
WebAppDescriptor.Builder(String...) - Constructor for class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Create a builder with one or more package names where root resource and provider classes reside.
WebAppType - Class in com.sun.jersey.test.framework.web.jaxb.types
Schema representation of the web.xml entries.
WebAppType() - Constructor for class com.sun.jersey.test.framework.web.jaxb.types.WebAppType
 

A B C E F G H I J L O R S T W

Copyright © 2010 Sun Microsystems, Inc. All Rights Reserved.