org.kuali.ole.serviceimpl
Class OleDiagnosticsServiceImpl

java.lang.Object
  extended by org.kuali.ole.serviceimpl.OleDiagnosticsServiceImpl
All Implemented Interfaces:
OleDiagnosticsService

public class OleDiagnosticsServiceImpl
extends Object
implements OleDiagnosticsService

Created with IntelliJ IDEA. User: ? Date: 7/9/12 Time: 6:14 PM To change this template use File | Settings | File Templates.


Field Summary
 OleSRUDiagnosticsHandler oleSRUDiagnosticsHandler
           
 
Constructor Summary
OleDiagnosticsServiceImpl()
           
 
Method Summary
 String getDiagnosticResponse(String errorMessage)
          this method will return the diagnostic response(error response)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oleSRUDiagnosticsHandler

public OleSRUDiagnosticsHandler oleSRUDiagnosticsHandler
Constructor Detail

OleDiagnosticsServiceImpl

public OleDiagnosticsServiceImpl()
Method Detail

getDiagnosticResponse

public String getDiagnosticResponse(String errorMessage)
this method will return the diagnostic response(error response)

Specified by:
getDiagnosticResponse in interface OleDiagnosticsService
Parameters:
errorMessage -
Returns:
xml as a string


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.