Interface WiredService
-
public interface WiredService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetServiceName()intgetVersion()voidsetResponseTransport(ResponseTransport responseTransport)
-
-
-
Method Detail
-
getVersion
int getVersion()
-
getServiceName
String getServiceName()
-
setResponseTransport
void setResponseTransport(ResponseTransport responseTransport) throws Exception
- Throws:
Exception
-
-