java.lang.Object
org.eclipse.persistence.internal.dbws.SOAPResponse

public class SOAPResponse extends Object

INTERNAL: Helper class holds the value returned for a DBWS Operation Parent class for all DBWS Operations' code-generated Response sub-classes; the contained result field is mapped as appropriate for each code-generated Response sub-class in SOAPResponseWriter

Since:
EclipseLink 1.x
  • Field Details

    • result

      protected Object result
  • Constructor Details

    • SOAPResponse

      public SOAPResponse()
  • Method Details

    • setResult

      public void setResult(Object result)
    • getResult

      public Object getResult()