org.apache.cxf.karaf.commands.completers
Class StoppedEndpointCompleter

java.lang.Object
  extended by org.apache.cxf.karaf.commands.completers.EndpointCompleterSupport
      extended by org.apache.cxf.karaf.commands.completers.StoppedEndpointCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

public class StoppedEndpointCompleter
extends EndpointCompleterSupport


Constructor Summary
StoppedEndpointCompleter()
           
 
Method Summary
protected  boolean acceptsFeature(org.apache.cxf.endpoint.Server server)
          Method for filtering endpoint.
 
Methods inherited from class org.apache.cxf.karaf.commands.completers.EndpointCompleterSupport
complete, setController
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoppedEndpointCompleter

public StoppedEndpointCompleter()
Method Detail

acceptsFeature

protected boolean acceptsFeature(org.apache.cxf.endpoint.Server server)
Description copied from class: EndpointCompleterSupport
Method for filtering endpoint.

Specified by:
acceptsFeature in class EndpointCompleterSupport
Parameters:
server - The endpoint Server.
Returns:
True if endpoint Server should be available in completer.


Apache CXF