Package de.willuhn.jameica.services
Class TransportService
java.lang.Object
de.willuhn.jameica.services.TransportService
- All Implemented Interfaces:
de.willuhn.boot.Bootable
Verwaltet die Transport-Protokolle.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TransportService
public TransportService()
-
-
Method Details
-
depends
- Specified by:
depends
in interfacede.willuhn.boot.Bootable
- See Also:
-
init
public void init(de.willuhn.boot.BootLoader arg0, de.willuhn.boot.Bootable arg1) throws de.willuhn.boot.SkipServiceException - Specified by:
init
in interfacede.willuhn.boot.Bootable
- Throws:
de.willuhn.boot.SkipServiceException
- See Also:
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfacede.willuhn.boot.Bootable
- See Also:
-
getTransport
Liefert die Transport-Implementierung fuer die URL.- Parameters:
url
- URL.- Returns:
- Transport-Implementierung.
- Throws:
de.willuhn.util.ApplicationException
-