public abstract class RestDocFeature
extends org.apache.cxf.feature.AbstractFeature
enabled| Constructor and Description |
|---|
RestDocFeature() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customInit(org.restdoc.server.impl.RestDocGenerator generator) |
protected abstract String |
getBaseURL() |
protected abstract Class<?>[] |
getClasses() |
protected abstract org.restdoc.api.GlobalHeader |
getHeader() |
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
getActive, getID, initialize, initialize, initialize, initializeProviderisEnabledprotected void customInit(org.restdoc.server.impl.RestDocGenerator generator)
protected abstract String getBaseURL()
protected abstract Class<?>[] getClasses()
protected abstract org.restdoc.api.GlobalHeader getHeader()
public final void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeatureCopyright © 2012-2014 RestDoc.org. All Rights Reserved.