Apache CXF API

org.apache.cxf.jaxrs.model.wadl
Interface DocumentationProvider

All Known Implementing Classes:
JavaDocProvider

public interface DocumentationProvider


Method Summary
 String getClassDoc(ClassResourceInfo cri)
           
 String getMethodDoc(OperationResourceInfo ori)
           
 String getMethodParameterDoc(OperationResourceInfo ori, int paramIndex)
           
 String getMethodResponseDoc(OperationResourceInfo ori)
           
 

Method Detail

getClassDoc

String getClassDoc(ClassResourceInfo cri)

getMethodDoc

String getMethodDoc(OperationResourceInfo ori)

getMethodResponseDoc

String getMethodResponseDoc(OperationResourceInfo ori)

getMethodParameterDoc

String getMethodParameterDoc(OperationResourceInfo ori,
                             int paramIndex)

Apache CXF API

Apache CXF