com.sun.identity.liberty.ws.interfaces
Interface ServiceInstanceUpdate


public interface ServiceInstanceUpdate

This class ServiceInstanceUpdate is an interface to include the SOAP Header namely ServiceInstanceUpdateHeader when sending a SOAP Response while processing the service request.


Method Summary
 ServiceInstanceUpdateHeader getServiceInstanceUpdateHeader()
          Gets the service instance update header.
 boolean isSOAPFaultNeeded()
          Checks whether the service needs to send a soap fault.
 

Method Detail

getServiceInstanceUpdateHeader

ServiceInstanceUpdateHeader getServiceInstanceUpdateHeader()
Gets the service instance update header.

Returns:
ServiceInstanceUpdateHeader Service Instance Update Header.

isSOAPFaultNeeded

boolean isSOAPFaultNeeded()
Checks whether the service needs to send a soap fault.

Returns:
true if the service needs to send a soap fault.