Package org.apache.cxf.karaf.commands
Class ListEndpointsCommand
- java.lang.Object
-
- org.apache.cxf.karaf.commands.internal.CXFController
-
- org.apache.cxf.karaf.commands.ListEndpointsCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class ListEndpointsCommand extends CXFController implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringHEADER_FORMATprotected static StringOUTPUT_FORMAT
-
Constructor Summary
Constructors Constructor Description ListEndpointsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute()-
Methods inherited from class org.apache.cxf.karaf.commands.internal.CXFController
getBundleContext, getBus, getBusses, getConfigAdmin
-
-
-
-
Field Detail
-
HEADER_FORMAT
protected static final String HEADER_FORMAT
- See Also:
- Constant Field Values
-
OUTPUT_FORMAT
protected static final String OUTPUT_FORMAT
- See Also:
- Constant Field Values
-
-