Apache CXF API

org.apache.cxf.transport.servlet.servicelist
Class FormattedServiceListWriter

java.lang.Object
  extended by org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
All Implemented Interfaces:
ServiceListWriter

public class FormattedServiceListWriter
extends Object
implements ServiceListWriter


Constructor Summary
FormattedServiceListWriter(String styleSheetPath, String title, boolean showForeignContexts, Map<String,String> atomMap)
           
 
Method Summary
 String getContentType()
           
 void writeServiceList(PrintWriter writer, String basePath, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormattedServiceListWriter

public FormattedServiceListWriter(String styleSheetPath,
                                  String title,
                                  boolean showForeignContexts,
                                  Map<String,String> atomMap)
Method Detail

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 API

Apache CXF