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:
org.apache.cxf.tools.common.toolspec.ToolContainer
public class JAXRSContainer extends org.apache.cxf.tools.common.AbstractCXFToolContainer
-
-
Constructor Summary
Constructors Constructor Description JAXRSContainer(org.apache.cxf.tools.common.toolspec.ToolSpec toolspec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildToolContext()voidexecute()voidexecute(boolean exitOnFinish)protected StringgetAbsoluteWadlURL()Set<String>getArrayKeys()Set<String>getOnewayMethods()Set<String>getResponseMethods()Set<String>getSuspendedAsyncMethods()-
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
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.cxf.tools.common.ToolException- Throws:
org.apache.cxf.tools.common.ToolException
-
execute
public void execute(boolean exitOnFinish) throws org.apache.cxf.tools.common.ToolException- Specified by:
executein interfaceorg.apache.cxf.tools.common.toolspec.ToolContainer- Overrides:
executein classorg.apache.cxf.tools.common.AbstractCXFToolContainer- Throws:
org.apache.cxf.tools.common.ToolException
-
buildToolContext
public void buildToolContext()
-
getAbsoluteWadlURL
protected String getAbsoluteWadlURL()
-
-