Package overit.geocall.cxf
Interface CxfConductor
- All Known Implementing Classes:
StandardCxfConductor
public interface CxfConductor
-
Method Summary
Modifier and TypeMethodDescriptionstatic BusgetBus()Get the instance of the bus inside which the rest server will be registered<T> TshapeCall(CxfService ce)
-
Method Details
-
publishEndpoint
CxfEndpoint publishEndpoint(CxfService ce) throws ClassNotFoundException, InstantiationException, IllegalAccessException -
shapeCall
<T> T shapeCall(CxfService ce) throws ClassNotFoundException, InstantiationException, IllegalAccessException -
getBus
Get the instance of the bus inside which the rest server will be registered- Returns:
- the instance of the rest server's bus
-