Interface EbXMLRegistryResponse<E>

All Known Subinterfaces:
EbXMLQueryResponse<E>, EbXMLRetrieveDocumentSetResponse<E>
All Known Implementing Classes:
EbXMLQueryResponse30, EbXMLRegistryResponse30, EbXMLRetrieveDocumentSetResponse30

public interface EbXMLRegistryResponse<E>
Represents a ebXML RegistryResponseType.
Author:
Jens Riemschneider
  • Method Details

    • setStatus

      void setStatus(Status status)
      Parameters:
      status - the status result.
    • getStatus

      Status getStatus()
      Returns:
      the status result.
    • setErrors

      void setErrors(List<EbXMLRegistryError> errors)
      Parameters:
      errors - the error list.
    • getErrors

      List<EbXMLRegistryError> getErrors()
      Returns:
      the error list.
    • getInternal

      E getInternal()
      Returns:
      the ebXML object being wrapped by this class.