org.ow2.petals.registry.api
Class Query
java.lang.Object
org.ow2.petals.registry.api.Query
public class Query
- extends java.lang.Object
This is a simple query where each parameter is linked with AND ie if endpoint
and service are not null, the query will be"Give me all the endpoints where the endpoint name is 'endpoint' and where the service name is 'service'"
- Author:
- chamerling
|
Constructor Summary |
Query()
|
Query(javax.xml.namespace.QName endpoint,
javax.xml.namespace.QName service,
javax.xml.namespace.QName itf)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Query
public Query()
Query
public Query(javax.xml.namespace.QName endpoint,
javax.xml.namespace.QName service,
javax.xml.namespace.QName itf)
getInterface
public javax.xml.namespace.QName getInterface()
setInterface
public void setInterface(javax.xml.namespace.QName itf)
getEndpoint
public javax.xml.namespace.QName getEndpoint()
setEndpoint
public void setEndpoint(javax.xml.namespace.QName endpoint)
getService
public javax.xml.namespace.QName getService()
setService
public void setService(javax.xml.namespace.QName service)
getComponent
public java.lang.String getComponent()
setComponent
public void setComponent(java.lang.String component)
getContainer
public java.lang.String getContainer()
setContainer
public void setContainer(java.lang.String container)
getSubDomain
public java.lang.String getSubDomain()
setSubDomain
public void setSubDomain(java.lang.String subDomain)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.