com.sun.identity.liberty.ws.interfaces
インタフェース 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.


メソッドの概要
 ServiceInstanceUpdateHeader getServiceInstanceUpdateHeader()
          Gets the service instance update header.
 boolean isSOAPFaultNeeded()
          Checks whether the service needs to send a soap fault.
 

メソッドの詳細

getServiceInstanceUpdateHeader

ServiceInstanceUpdateHeader getServiceInstanceUpdateHeader()
Gets the service instance update header.

戻り値:
ServiceInstanceUpdateHeader Service Instance Update Header.

isSOAPFaultNeeded

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

戻り値:
true if the service needs to send a soap fault.