org.apache.cxf.jaxrs.model.wadl
Class JavaDocProvider
java.lang.Object
org.apache.cxf.jaxrs.model.wadl.JavaDocProvider
- All Implemented Interfaces:
- DocumentationProvider
public class JavaDocProvider
- extends Object
- implements DocumentationProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVA_VERSION
public static final double JAVA_VERSION
JAVA_VERSION_16
public static final double JAVA_VERSION_16
- See Also:
- Constant Field Values
JavaDocProvider
public JavaDocProvider(URL javaDocUrl)
JavaDocProvider
public JavaDocProvider(String path)
throws Exception
- Throws:
Exception
JavaDocProvider
public JavaDocProvider(Bus bus,
String path)
throws Exception
- Throws:
Exception
getClassDoc
public String getClassDoc(ClassResourceInfo cri)
- Specified by:
getClassDoc
in interface DocumentationProvider
getMethodDoc
public String getMethodDoc(OperationResourceInfo ori)
- Specified by:
getMethodDoc
in interface DocumentationProvider
getMethodResponseDoc
public String getMethodResponseDoc(OperationResourceInfo ori)
- Specified by:
getMethodResponseDoc
in interface DocumentationProvider
getMethodParameterDoc
public String getMethodParameterDoc(OperationResourceInfo ori,
int paramIndex)
- Specified by:
getMethodParameterDoc
in interface DocumentationProvider
getClassInfoTag
protected String getClassInfoTag()
getOperInfoTag
protected String getOperInfoTag()
getOperLink
protected String getOperLink()
getResponseMarker
protected String getResponseMarker()
getCodeTag
protected String getCodeTag()
setJavaDocsBuiltByVersion
public void setJavaDocsBuiltByVersion(String version)
Apache CXF