public class DocumentRepositoryProxy extends Object
| Constructor and Description |
|---|
DocumentRepositoryProxy(String endpoint)
Construct a new proxy using the provided endpoint.
|
DocumentRepositoryProxy(String endpoint,
HandlerResolver handlerResolver)
Construct a new proxy using the provided endpoint and a HandlerResolver.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryResponseType |
provideAndRegisterDocumentSetB(ProvideAndRegisterDocumentSetRequestType body)
Wrapper method to call the
documentRepositoryProvideAndRegisterDocumentSetB
(ProvideAndRegisterDocumentSetRequestType) service method.
|
RetrieveDocumentSetResponseType |
retrieveDocumentSet(RetrieveDocumentSetRequestType body)
Wrapper method to call the
retrieveDocumentSet(RetrieveDocumentSetRequestType) service method.
|
public DocumentRepositoryProxy(String endpoint)
endpoint - The endpoint of the service.public DocumentRepositoryProxy(String endpoint, HandlerResolver handlerResolver)
endpoint - The endpoint of the service.handlerResolver - The HandlerResolver to attach.public RegistryResponseType provideAndRegisterDocumentSetB(ProvideAndRegisterDocumentSetRequestType body)
body - The ProvideAndRegisterDocumentSetRequestType object.public RetrieveDocumentSetResponseType retrieveDocumentSet(RetrieveDocumentSetRequestType body) throws Exception
body - The RetrieveDocumentSetRequestType object.ExceptionCopyright © 2010–2025. All rights reserved.