org.xoe.core.services
Class SimpleServiceQuery

java.lang.Object
  |
  +--org.xoe.core.services.SimpleServiceQuery
All Implemented Interfaces:
IServiceQuery

public class SimpleServiceQuery
extends Object
implements IServiceQuery


Constructor Summary
SimpleServiceQuery()
           
SimpleServiceQuery(String iface)
           
SimpleServiceQuery(String func, String iface)
           
 
Method Summary
 SimpleServiceQuery addFeature(String name, String value)
           
static SimpleServiceQuery alloc()
           
static SimpleServiceQuery alloc(String iface)
           
static SimpleServiceQuery alloc(String func, String iface)
           
static void free(SimpleServiceQuery q)
           
 void reset()
           
 SimpleServiceQuery setFunctionality(String func)
           
 SimpleServiceQuery setInterface(String iface)
           
 String toString()
           
 String toXPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleServiceQuery

public SimpleServiceQuery(String iface)

SimpleServiceQuery

public SimpleServiceQuery(String func,
                          String iface)

SimpleServiceQuery

public SimpleServiceQuery()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toXPath

public String toXPath()
Specified by:
toXPath in interface IServiceQuery

setFunctionality

public SimpleServiceQuery setFunctionality(String func)

setInterface

public SimpleServiceQuery setInterface(String iface)

addFeature

public SimpleServiceQuery addFeature(String name,
                                     String value)

reset

public void reset()

alloc

public static SimpleServiceQuery alloc()

alloc

public static SimpleServiceQuery alloc(String iface)

alloc

public static SimpleServiceQuery alloc(String func,
                                       String iface)

free

public static void free(SimpleServiceQuery q)