org.apache.cxf.transport.servlet.servicelist
Class FormattedServiceListWriter
java.lang.Object
org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
- All Implemented Interfaces:
- ServiceListWriter
public class FormattedServiceListWriter
- extends Object
- implements ServiceListWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormattedServiceListWriter
public FormattedServiceListWriter(String styleSheetPath,
String title,
boolean showForeignContexts,
Map<String,String> atomMap)
getContentType
public String getContentType()
- Specified by:
getContentType
in interface ServiceListWriter
writeServiceList
public void writeServiceList(PrintWriter writer,
String basePath,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations)
throws IOException
- Specified by:
writeServiceList
in interface ServiceListWriter
- Throws:
IOException
Apache CXF