org.apache.cxf.tools.wadlto.jaxrs
Class JAXRSContainer
java.lang.Object
org.apache.cxf.tools.common.toolspec.AbstractToolContainer
org.apache.cxf.tools.common.AbstractCXFToolContainer
org.apache.cxf.tools.wadlto.jaxrs.JAXRSContainer
- All Implemented Interfaces:
- ToolContainer
public class JAXRSContainer
- extends AbstractCXFToolContainer
Methods inherited from class org.apache.cxf.tools.common.AbstractCXFToolContainer |
checkParams, createClassCollector, getDefaultExcludedNamespaces, getFileBase, getFileName, getParametersMap, getToolName, getUsage, hasInfoOption, isVerboseOn, loadProperties, loadProperties, outputFullCommandLine, outputVersion, printUsageException |
Methods inherited from class org.apache.cxf.tools.common.toolspec.AbstractToolContainer |
getArgument, getBus, getCatalogURL, getCommandDocument, getCommandLineParser, getContext, getErrOutputStream, getOutOutputStream, init, isQuietMode, isVerboseMode, parseCommandLine, redirectOutput, setArguments, setContext, setErrOutputStream, setMode, setOutOutputStream, tearDown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXRSContainer
public JAXRSContainer(ToolSpec toolspec)
throws Exception
- Throws:
Exception
execute
public void execute()
throws ToolException
- Throws:
ToolException
execute
public void execute(boolean exitOnFinish)
throws ToolException
- Specified by:
execute
in interface ToolContainer
- Overrides:
execute
in class AbstractCXFToolContainer
- Throws:
ToolException
buildToolContext
public void buildToolContext()
getArrayKeys
public Set<String> getArrayKeys()
readWadl
protected String readWadl(String wadlURI)
getAbsoluteWadlURL
protected String getAbsoluteWadlURL()
getSuspendedAsyncMethods
public Set<String> getSuspendedAsyncMethods()
getResponseMethods
public Set<String> getResponseMethods()
Apache CXF