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

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

public class StartedEndpointCompleter
extends EndpointCompleterSupport


Constructor Summary
StartedEndpointCompleter()
           
 
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

StartedEndpointCompleter

public StartedEndpointCompleter()
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