|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.query.AdhocQueryResponse
The response includes a RegistryObjectList which has zero or more RegistryObjects that match the query specified in AdhocQueryRequest.
Constructor Summary | |
AdhocQueryResponse()
|
Method Summary | |
FilterQueryResult |
getFilterQueryResult()
Returns the value of field 'filterQueryResult'. |
SQLQueryResult |
getSQLQueryResult()
Returns the value of field 'SQLQueryResult'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.DocumentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setFilterQueryResult(FilterQueryResult filterQueryResult)
Sets the value of field 'filterQueryResult'. |
void |
setSQLQueryResult(SQLQueryResult SQLQueryResult)
Sets the value of field 'SQLQueryResult'. |
static AdhocQueryResponse |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdhocQueryResponse()
Method Detail |
public FilterQueryResult getFilterQueryResult()
public SQLQueryResult getSQLQueryResult()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setFilterQueryResult(FilterQueryResult filterQueryResult)
filterQueryResult
- the value of field
'filterQueryResult'.public void setSQLQueryResult(SQLQueryResult SQLQueryResult)
SQLQueryResult
- the value of field 'SQLQueryResult'.public static AdhocQueryResponse unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |