|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
public class WadlApplicationContextImpl
Constructor Summary | |
---|---|
WadlApplicationContextImpl(java.util.Set<AbstractResource> rootResources,
WadlGenerator wadlGenerator)
|
Method Summary | |
---|---|
Application |
getApplication()
Get a new instance of a JAXB WADL Application corresponding to all
the root resource classes. |
Application |
getApplication(javax.ws.rs.core.UriInfo ui)
Get a new instance of a JAXB WADL Application corresponding to all
the root resource classes, and configure the base URI. |
javax.xml.bind.JAXBContext |
getJAXBContext()
Get the default JAXB context associated with the WadlGenerator
for the Web application. |
java.lang.String |
getJAXBContextPath()
Get the default JAXB context path to create a JAXBContext . |
WadlBuilder |
getWadlBuilder()
Get a WADL builder initiated with the configured WadlGenerator
for the Web application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WadlApplicationContextImpl(java.util.Set<AbstractResource> rootResources, WadlGenerator wadlGenerator)
Method Detail |
---|
public Application getApplication()
WadlApplicationContext
Application
corresponding to all
the root resource classes.
getApplication
in interface WadlApplicationContext
public Application getApplication(javax.ws.rs.core.UriInfo ui)
WadlApplicationContext
Application
corresponding to all
the root resource classes, and configure the base URI.
getApplication
in interface WadlApplicationContext
ui
- the URI information from which the base URI is set on the
WADL application.
public javax.xml.bind.JAXBContext getJAXBContext()
WadlApplicationContext
WadlGenerator
for the Web application.
getJAXBContext
in interface WadlApplicationContext
public java.lang.String getJAXBContextPath()
WadlApplicationContext
JAXBContext
.
getJAXBContextPath
in interface WadlApplicationContext
public WadlBuilder getWadlBuilder()
WadlApplicationContext
WadlGenerator
for the Web application.
getWadlBuilder
in interface WadlApplicationContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |