package com.tridium.silk; public interface Soaplet { void service(SoapContext soapContext) throws Exception, Fault; }