Apache CXF API

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

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

public class UnformattedServiceListWriter
extends Object
implements ServiceListWriter


Constructor Summary
UnformattedServiceListWriter(boolean renderWsdlList)
           
 
Method Summary
 String getContentType()
           
 void writeServiceList(PrintWriter writer, String baseAddress, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnformattedServiceListWriter

public UnformattedServiceListWriter(boolean renderWsdlList)
Method Detail

getContentType

public String getContentType()
Specified by:
getContentType in interface ServiceListWriter

writeServiceList

public void writeServiceList(PrintWriter writer,
                             String baseAddress,
                             AbstractDestination[] soapDestinations,
                             AbstractDestination[] restDestinations)
                      throws IOException
Specified by:
writeServiceList in interface ServiceListWriter
Throws:
IOException

Apache CXF API

Apache CXF