Uses of Class
org.oasis.ebxml.registry.bindings.query.AdhocQueryResponse

Packages that use AdhocQueryResponse
org.oasis.ebxml.registry.bindings.query   
org.oasis.ebxml.registry.bindings.rs   
 

Uses of AdhocQueryResponse in org.oasis.ebxml.registry.bindings.query
 

Methods in org.oasis.ebxml.registry.bindings.query that return AdhocQueryResponse
static AdhocQueryResponse AdhocQueryResponse.unmarshal(java.io.Reader reader)
           
 

Uses of AdhocQueryResponse in org.oasis.ebxml.registry.bindings.rs
 

Methods in org.oasis.ebxml.registry.bindings.rs that return AdhocQueryResponse
 AdhocQueryResponse RegistryResponseChoice.getAdhocQueryResponse()
          Returns the value of field 'adhocQueryResponse'.
 

Methods in org.oasis.ebxml.registry.bindings.rs with parameters of type AdhocQueryResponse
 void RegistryResponseChoice.setAdhocQueryResponse(AdhocQueryResponse adhocQueryResponse)
          Sets the value of field 'adhocQueryResponse'.