|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceReply
This interface defines the reply structure returned by the various invocations of the DuccServiceApi methods.
Method Summary | |
---|---|
String |
getEndpoint()
This returns the service endpoint that was operated upon. |
long |
getId()
Return the uniqud numeric ID assigned by the service manager for this service. |
String |
getMessage()
If there was an informational or error message associated with the action, this method is used to return it. |
boolean |
getReturnCode()
This method indicates whether the associated services verb was successful. |
List<IServiceDescription> |
getServiceDescriptions()
This returns null for non-query events. |
Method Detail |
---|
boolean getReturnCode()
String getMessage()
String getEndpoint()
long getId()
List<IServiceDescription> getServiceDescriptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |