com.ibm.broker.config.proxy

Class EventProxy.DataLocation

  • java.lang.Object
    • com.ibm.broker.config.proxy.EventProxy.DataLocation
  • Enclosing class:
    EventProxy


    public class EventProxy.DataLocation
    extends java.lang.Object
    A small class that represents a data location for an event. Instances are generated on demand from the getPayloadDataLocations() method.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getElementName()
      Returns the name of the element that this data location resolves to
      java.lang.String getElementNameSpace()
      Returns the namespace of the element that this data location resolves to
      java.lang.String getQueryLabel()
      Returns the label associated with the XPath query
      java.lang.String getQueryString()
      Returns the XPath query string of the data location
      boolean isComplex()
      Indicates if this data location represents simple or complex content.
      java.lang.String toString()
      Returns the datatype of the element that this data location resolves to
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getQueryString

        public java.lang.String getQueryString()
        Returns the XPath query string of the data location
      • getQueryLabel

        public java.lang.String getQueryLabel()
        Returns the label associated with the XPath query
      • isComplex

        public boolean isComplex()
        Indicates if this data location represents simple or complex content.
      • getElementName

        public java.lang.String getElementName()
        Returns the name of the element that this data location resolves to
      • getElementNameSpace

        public java.lang.String getElementNameSpace()
        Returns the namespace of the element that this data location resolves to
      • toString

        public java.lang.String toString()
        Returns the datatype of the element that this data location resolves to
        Overrides:
        toString in class java.lang.Object