com.opencloud.slee.resources.mm7
Interface DeliverResponse

All Superinterfaces:
Response

public interface DeliverResponse
extends Response

Represents a Deliver Response message from the peer VASP. A Deliver Response carries a Service Code in addition to the information in a generic Response.


Method Summary
 java.lang.String getServiceCode()
          Get the optional service code used to identify a specific service for billing purposes.
 
Methods inherited from interface com.opencloud.slee.resources.mm7.Response
getMM7StatusCode, getMM7Version
 

Method Detail

getServiceCode

java.lang.String getServiceCode()
Get the optional service code used to identify a specific service for billing purposes.

Returns:
the service code, or null if not present