au.gov.nehta.vendorlibrary.pcehr.clients.documentexchange
Class UploadDocumentMetadataClient

java.lang.Object
  extended by au.gov.nehta.vendorlibrary.pcehr.clients.common.Client<ihe.iti.xds_b._2007.DocumentRegistryPortType>
      extended by au.gov.nehta.vendorlibrary.pcehr.clients.documentexchange.UploadDocumentMetadataClient

public final class UploadDocumentMetadataClient
extends Client<ihe.iti.xds_b._2007.DocumentRegistryPortType>

A JAX-WS client to the PCEHR 'Upload Document Metadata' web service.


Constructor Summary
UploadDocumentMetadataClient(javax.net.ssl.SSLSocketFactory sslSocketFactory, java.security.cert.X509Certificate x509Certificate, au.gov.nehta.xsp.CertificateValidator certificateVerifier, java.security.PrivateKey privateKey, java.lang.String endpointAddress, boolean setLoggingEnabled)
          Constructor - accepts an optional certificate verifier.
UploadDocumentMetadataClient(javax.net.ssl.SSLSocketFactory sslSocketFactory, java.security.cert.X509Certificate x509Certificate, java.security.PrivateKey privateKey, java.lang.String endpointAddress, boolean setLoggingEnabled)
          Constructor - no certificate verification performed.
 
Method Summary
 oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType uploadDocumentMetadata(au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PCEHRHeader commonHeader, byte[] packageContent, java.lang.String repositoryUniqueId, CodedValue healthcareFacilityTypeCode, CodedValue practiceSettingTypeCode, CodedValue formatCode)
          Register a document in the document registry.
 
Methods inherited from class au.gov.nehta.vendorlibrary.pcehr.clients.common.Client
getHandlerChain, getLastSoapRequest, getLastSoapResponse, getPort, setMTOMEnabled, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadDocumentMetadataClient

public UploadDocumentMetadataClient(javax.net.ssl.SSLSocketFactory sslSocketFactory,
                                    java.security.cert.X509Certificate x509Certificate,
                                    java.security.PrivateKey privateKey,
                                    java.lang.String endpointAddress,
                                    boolean setLoggingEnabled)
Constructor - no certificate verification performed.

Parameters:
sslSocketFactory - the SSLSocketFactory to be used when connecting to the web service provider (mandatory).
x509Certificate - the certificate key to be used for signing (mandatory)
privateKey - the private key to be used for signing (mandatory)
endpointAddress - the endpoint address of the web service (mandatory).
setLoggingEnabled - set to true to enable logging (mandatory).

UploadDocumentMetadataClient

public UploadDocumentMetadataClient(javax.net.ssl.SSLSocketFactory sslSocketFactory,
                                    java.security.cert.X509Certificate x509Certificate,
                                    au.gov.nehta.xsp.CertificateValidator certificateVerifier,
                                    java.security.PrivateKey privateKey,
                                    java.lang.String endpointAddress,
                                    boolean setLoggingEnabled)
Constructor - accepts an optional certificate verifier.

Parameters:
sslSocketFactory - the SSLSocketFactory to be used when connecting to the web service provider (mandatory).
x509Certificate - the certificate key to be used for signing (mandatory)
certificateVerifier - CertificateVerifier implementation (optional).
privateKey - the private key to be used for signing (mandatory)
endpointAddress - the endpoint address of the web service (mandatory).
setLoggingEnabled - set to true to enable logging (mandatory).
Method Detail

uploadDocumentMetadata

public oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType uploadDocumentMetadata(au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PCEHRHeader commonHeader,
                                                                                         byte[] packageContent,
                                                                                         java.lang.String repositoryUniqueId,
                                                                                         CodedValue healthcareFacilityTypeCode,
                                                                                         CodedValue practiceSettingTypeCode,
                                                                                         CodedValue formatCode)
                                                                                  throws java.io.IOException,
                                                                                         org.xml.sax.SAXException,
                                                                                         javax.xml.xpath.XPathExpressionException,
                                                                                         javax.xml.parsers.ParserConfigurationException
Register a document in the document registry.

Parameters:
commonHeader - PCEHR common header
packageContent - CDA package file content.
repositoryUniqueId - Repository unique ID.
healthcareFacilityTypeCode - Healthcare facility type code.
practiceSettingTypeCode - Practice setting type code.
formatCode - CDA root document template format code.
Returns:
RegistryResponseType.
Throws:
java.io.IOException - Thrown in the event that package content cannot be read.
org.xml.sax.SAXException - Thrown in the event of a parsing failure.
javax.xml.xpath.XPathExpressionException - Thrown in the event of an XPath evaluation failure.
javax.xml.parsers.ParserConfigurationException - Thrown in the event of a parser configuration exception.