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

public ServiceInstanceUpdateHeader getServiceInstanceUpdateHeader()
Gets the service instance update header.

Returns:
ServiceInstanceUpdateHeader Service Instance Update Header.

isSOAPFaultNeeded

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

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


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.