| java.lang.Object com.sun.portal.search.rdmserver.RDMService com.sun.portal.search.rdmserver.SchemaService
SchemaService | public class SchemaService extends RDMService (Code) | | Support for RDM-Query-Language=Schema-Basic
NOTE: The resulting schema uses multivalued SOIF to the hilt.
All numbering used to implemented the multivalued SOIF
is valid only for that 1 result, and may be renumbered
for another query.
Scope = defined Attribute
Example RDM messages
--------------------
To send the entire schema:
|
Inner Class :class QLSchemaQuery | |
SchemaService | public SchemaService()(Code) | | |
scopeParse | protected boolean scopeParse(String scope, QLSchemaQuery qry)(Code) | | parsing "defined attr"
|
service | public void service(RDMRequest req, RDMResponse res) throws Exception(Code) | | RDM-QL=Schema-Basic Service Function
Takes the incoming RDM Request message, and returns the RDMResponse.
|
Fields inherited from com.sun.portal.search.rdmserver.RDMService | Set supportedServices(Code)(Java Doc)
|
|
|