Class ServiceInterface
- java.lang.Object
-
- org.marketcetera.util.ws.stateless.ServiceInterface
-
public class ServiceInterface extends Object
A service interface handle. It is used to terminate a service.- Since:
- 1.5.0
- Version:
- $Id: ServiceInterface.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.cxf.endpoint.ServermServer
-
Constructor Summary
Constructors Constructor Description ServiceInterface(org.apache.cxf.endpoint.Server server)Creates a new handle wrapping the given CXF-specific service interface representation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private org.apache.cxf.endpoint.ServergetServer()Returns the receiver's CXF-specific representation.voidstop()Stops the receiver's service.
-