com.sun.identity.liberty.ws.dst.service
Class  DSTRequestHandler
java.lang.Object
  |
  +--com.sun.identity.liberty.ws.dst.service.DSTRequestHandler
- All Implemented Interfaces: 
- RequestHandler
- public abstract class DSTRequestHandler- extends java.lang.Object- implements RequestHandler
The class DSTRequestHandler is a handler for processing
 Query or Modify Requests for any generic data service that are built
 using Liberty SIS specifications. This class includes common processing
 rules defined by Liberty DST specification, it is an extension point
 for any Liberty DST based web services.
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
DSTRequestHandler
public DSTRequestHandler()
processDSTRequest
public abstract java.lang.Object processDSTRequest(java.lang.Object request,
                                                   Message msg,
                                                   Message response)
                                            throws SOAPFaultException,
                                                   DSTException
- Processes query/modify request.- 
 
- 
- Parameters:
- request- query or modify object.
- msg- Request Message.
- response- response Message.
- Returns:
- Object processed response object.
- Throws:
- DSTException- for failure.
- SOAPFaultException- for the interaction redirects
 
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.