Class FormattedServiceListWriter
- java.lang.Object
-
- org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
-
- All Implemented Interfaces:
ServiceListWriter
public class FormattedServiceListWriter extends Object implements ServiceListWriter
-
-
Constructor Summary
Constructors Constructor Description FormattedServiceListWriter(String styleSheetPath, String title, boolean showForeignContexts, Bus bus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()voidwriteServiceList(PrintWriter writer, String basePath, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations)
-
-
-
Method Detail
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfaceServiceListWriter
-
writeServiceList
public void writeServiceList(PrintWriter writer, String basePath, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations) throws IOException
- Specified by:
writeServiceListin interfaceServiceListWriter- Throws:
IOException
-
-