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

A

addFilter(Class<? extends Filter>, String) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Adds filter class.
addFilter(Class<? extends Filter>, String, Map<String, String>) - Method in class com.sun.jersey.test.framework.WebAppDescriptor.Builder
Adds filter class.
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.
ClientFactory - Interface in com.sun.jersey.test.framework.spi.client
A client factory responsible for creating new clients.
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.client - package com.sun.jersey.test.framework.spi.client
 
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.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(ClientConfig) - Method in interface com.sun.jersey.test.framework.spi.client.ClientFactory
Create a client.
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
 

F

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

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(TestContainer, AppDescriptor) - Method in class com.sun.jersey.test.framework.JerseyTest
Creates an instance of Client.
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.
getClientFactory() - Method in class com.sun.jersey.test.framework.JerseyTest
Get the ClientFactory.
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.FilterDescriptor
 
getFilterName() - Method in class com.sun.jersey.test.framework.WebAppDescriptor.FilterDescriptor
 
getFilters() - 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.FilterDescriptor
 
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
 

H

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
 

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
Construct 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
 
setClientFactory(ClientFactory) - Method in class com.sun.jersey.test.framework.JerseyTest
 
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 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.
WebAppDescriptor.FilterDescriptor - Class in com.sun.jersey.test.framework
 
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 F G H I J L O R S T W

Copyright © 2011 Oracle Corporation. All Rights Reserved.