public abstract class DocumentRepositoryAbstract
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.ws.WebServiceContext |
context |
| Constructor and Description |
|---|
DocumentRepositoryAbstract() |
| Modifier and Type | Method and Description |
|---|---|
abstract oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType |
documentRepositoryProvideAndRegisterDocumentSetB(ihe.iti.xds_b._2007.ProvideAndRegisterDocumentSetRequestType body)
Handle an incoming XDR request with a
ProvideAndRegisterDocumentSetRequestType object.
|
abstract ihe.iti.xds_b._2007.RetrieveDocumentSetResponseType |
documentRepositoryRetrieveDocumentSet(ihe.iti.xds_b._2007.RetrieveDocumentSetRequestType body)
Handle an incoming XDR request with a RetrieveDocumentSetRequestType
object
|
protected oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType |
getRepositoryProvideResponse(java.lang.String messageId)
Create a RegistryResponseType object.
|
protected oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType |
provideAndRegisterDocumentSet(ihe.iti.xds_b._2007.ProvideAndRegisterDocumentSetRequestType prdst,
org.nhindirect.xd.soap.SafeThreadData threadData)
Handle an incoming ProvideAndRegisterDocumentSetRequestType object and
transform to XDM or relay to another XDR endponit.
|
void |
setAuditMessageGenerator(AuditMessageGenerator auditMessageGenerator)
Set the value of auditMessageGenerator.
|
void |
setConfig(XdConfig config) |
void |
setMailClient(MailClient mailClient)
Set the value of mailClient.
|
void |
setResolver(org.nhindirect.xd.routing.RoutingResolver resolver)
Set the value of resolver.
|
public abstract oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType documentRepositoryProvideAndRegisterDocumentSetB(ihe.iti.xds_b._2007.ProvideAndRegisterDocumentSetRequestType body)
body - The ProvideAndRegisterDocumentSetRequestType object
representing an XDR messagepublic abstract ihe.iti.xds_b._2007.RetrieveDocumentSetResponseType documentRepositoryRetrieveDocumentSet(ihe.iti.xds_b._2007.RetrieveDocumentSetRequestType body)
body - The RetrieveDocumentSetRequestType object representing an XDR
messageprotected oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType provideAndRegisterDocumentSet(ihe.iti.xds_b._2007.ProvideAndRegisterDocumentSetRequestType prdst,
org.nhindirect.xd.soap.SafeThreadData threadData)
throws java.lang.Exception
prdst - The incoming ProvideAndRegisterDocumentSetRequestType objectjava.lang.Exceptionprotected oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType getRepositoryProvideResponse(java.lang.String messageId)
throws java.lang.Exception
messageId - The message IDjava.lang.Exceptionpublic void setMailClient(MailClient mailClient)
mailClient - the value of mailClient.public void setConfig(XdConfig config)
public void setAuditMessageGenerator(AuditMessageGenerator auditMessageGenerator)
auditMessageGenerator - the value of auditMessageGenerator.public void setResolver(org.nhindirect.xd.routing.RoutingResolver resolver)
resolver - the value of resolver.Copyright © 2010-2021 HNIN Direct. All Rights Reserved.