Interface EbXMLQueryResponse<E>

All Superinterfaces:
EbXMLObjectContainer, EbXMLRegistryResponse<E>
All Known Implementing Classes:
EbXMLQueryResponse30

public interface EbXMLQueryResponse<E> extends EbXMLObjectContainer, EbXMLRegistryResponse<E>
Encapsulation of the ebXML classes for AdhocQueryResponse.

This class contains convenience methods and provides a version independent abstraction of the ebXML data structure.

Author:
Jens Riemschneider
  • Method Details

    • addReference

      void addReference(ObjectReference ref)
      Adds an object reference to the response.
      Parameters:
      ref - the object reference.
    • getReferences

      List<ObjectReference> getReferences()
      Returns:
      all object references contained in the response.