Class 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 Detail

      • mServer

        private org.apache.cxf.endpoint.Server mServer
    • Constructor Detail

      • ServiceInterface

        ServiceInterface​(org.apache.cxf.endpoint.Server server)
        Creates a new handle wrapping the given CXF-specific service interface representation.
        Parameters:
        server - The representation.
    • Method Detail

      • getServer

        private org.apache.cxf.endpoint.Server getServer()
        Returns the receiver's CXF-specific representation.
        Returns:
        The representation.
      • stop

        public void stop()
        Stops the receiver's service.