Apache CXF API

org.apache.cxf.transport.servlet.servicelist
Interface ServiceListWriter

All Known Implementing Classes:
FormattedServiceListWriter, UnformattedServiceListWriter

public interface ServiceListWriter


Method Summary
 String getContentType()
           
 void writeServiceList(PrintWriter writer, String baseAddress, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations)
           
 

Method Detail

getContentType

String getContentType()

writeServiceList

void writeServiceList(PrintWriter writer,
                      String baseAddress,
                      AbstractDestination[] soapDestinations,
                      AbstractDestination[] restDestinations)
                      throws IOException
Throws:
IOException

Apache CXF API

Apache CXF