Uses of Class
nl.b3p.csw.jaxb.csw.TransactionResponse
-
Packages that use TransactionResponse Package Description nl.b3p.csw.client nl.b3p.csw.jaxb.csw -
-
Uses of TransactionResponse in nl.b3p.csw.client
Methods in nl.b3p.csw.client that return TransactionResponse Modifier and Type Method Description protected TransactionResponseCswClient. createTransactionResponse(org.jdom2.Document responseDocument)TransactionResponseCswClient. delete(String uuid)TransactionResponseCswClient. delete(DeleteType deleteType)TransactionResponseCswClient. insert(InsertType insertType)TransactionResponseCswClient. insert(Document document)TransactionResponseCswClient. update(String fileIdentifier, Document document)TransactionResponseCswClient. update(UpdateType updateType)TransactionResponseCswClient. update(org.jdom2.Document document) -
Uses of TransactionResponse in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as TransactionResponse Modifier and Type Field Description protected TransactionResponseHarvestResponseType. transactionResponseMethods in nl.b3p.csw.jaxb.csw that return TransactionResponse Modifier and Type Method Description TransactionResponseObjectFactory. createTransactionResponse(TransactionResponseType value)Create an instance ofTransactionResponse}TransactionResponseHarvestResponseType. getTransactionResponse()Gets the value of the transactionResponse property.Methods in nl.b3p.csw.jaxb.csw with parameters of type TransactionResponse Modifier and Type Method Description voidHarvestResponseType. setTransactionResponse(TransactionResponse value)Sets the value of the transactionResponse property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type TransactionResponse Constructor Description HarvestResponseType(Acknowledgement acknowledgement, TransactionResponse transactionResponse)Fully-initialising value constructor
-