|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.xd.proxy.DocumentRepositoryProxy
public class DocumentRepositoryProxy
Wrapper class for handling calls to the Document Repository WS (XD*). The initialization uses a WSDL located within the JAR for convenience. The constructor requires and endpoint and an optional HandlerResolver.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public RegistryResponseType provideAndRegisterDocumentSetB(ProvideAndRegisterDocumentSetRequestType body)
body - The ProvideAndRegisterDocumentSetRequestType object.
public RetrieveDocumentSetResponseType retrieveDocumentSet(RetrieveDocumentSetRequestType body)
throws Exception
body - The RetrieveDocumentSetRequestType object.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||