Uses of Class
org.projecthusky.xua.exceptions.SerializeException
Packages that use SerializeException
Package
Description
-
Uses of SerializeException in org.projecthusky.communication
Methods in org.projecthusky.communication that throw SerializeExceptionModifier and TypeMethodDescriptionprotected void
CamelService.addWssHeader
(SecurityHeaderElement securityHeaderElement, org.apache.camel.Exchange exchange) -
Uses of SerializeException in org.projecthusky.communication.ch.ppq.impl.serialization
Methods in org.projecthusky.communication.ch.ppq.impl.serialization that throw SerializeExceptionModifier and TypeMethodDescriptionbyte[]
PrivacyPolicyFeedResponseSerializerImpl.toXmlByteArray
(PrivacyPolicyFeedResponse ppfResponse) byte[]
PrivacyPolicyFeedSerializerImpl.toXmlByteArray
(PrivacyPolicyFeed ppFeed) byte[]
PrivacyPolicyQueryResponseSerializerImpl.toXmlByteArray
(PrivacyPolicyQueryResponse ppqResponse) byte[]
PrivacyPolicyQuerySerializerImpl.toXmlByteArray
(PrivacyPolicyQuery ppQuery) PrivacyPolicyFeedResponseSerializerImpl.toXmlElement
(PrivacyPolicyFeedResponse ppfResponse) PrivacyPolicyFeedSerializerImpl.toXmlElement
(PrivacyPolicyFeed ppFeed) PrivacyPolicyQueryResponseSerializerImpl.toXmlElement
(PrivacyPolicyQueryResponse ppqResponse) PrivacyPolicyQuerySerializerImpl.toXmlElement
(PrivacyPolicyQuery ppQuery) PrivacyPolicyFeedResponseSerializerImpl.toXmlString
(PrivacyPolicyFeedResponse ppfResponse) PrivacyPolicyFeedSerializerImpl.toXmlString
(PrivacyPolicyFeed ppFeed) PrivacyPolicyQueryResponseSerializerImpl.toXmlString
(PrivacyPolicyQueryResponse ppqResponse) PrivacyPolicyQuerySerializerImpl.toXmlString
(PrivacyPolicyQuery ppQuery) -
Uses of SerializeException in org.projecthusky.communication.services
Methods in org.projecthusky.communication.services that throw SerializeExceptionModifier and TypeMethodDescriptionprotected void
HuskyWebServiceClient.addWssHeader
(SecurityHeaderElement securityHeaderElement, org.apache.camel.Exchange exchange) org.apache.camel.Exchange
HuskyWebServiceClient.send
(String endpoint, Object body, SecurityHeaderElement securityHeaderElement, String messageId, Map<String, String> outgoingHttpHeaders) org.openehealth.ipf.commons.ihe.xds.core.responses.RetrievedDocumentSet
HuskyWebServiceClient.send
(XdsDocumentSetRequest request, URI destination, String messageId) HuskyWebServiceClient.sendHpdBatchRequest
(HpdBatchRequest hpdBatchRequest) It implements the following IHE transactions: [ITI-58] Provider Information Query - Search Request [ITI-59] Provider Information Feed - Add Request [ITI-59] Provider Information Feed - Delete RequestHuskyWebServiceClient.sendHpdRequest
(HpdRequest hpdRequest) Method that can be used for sending an individual request e.g.net.ihe.gazelle.hl7v3.mcciin000002UV01.MCCIIN000002UV01Type
HuskyWebServiceClient.sendITI44Query
(net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02Type request, SecurityHeaderElement assertion, URI pdqDest, String action, String messageId) net.ihe.gazelle.hl7v3.prpain201306UV02.PRPAIN201306UV02Type
HuskyWebServiceClient.sendPdqSearchQueryRequest
(PdqQuery request, SecurityHeaderElement security, URI pdqDest, String messageId) net.ihe.gazelle.hl7v3.mcciin000002UV01.MCCIIN000002UV01Type
HuskyWebServiceClient.sendPixAddPatientRequest
(net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02Type request, SecurityHeaderElement assertion, URI pdqDest, String action, String messageId) net.ihe.gazelle.hl7v3.mcciin000002UV01.MCCIIN000002UV01Type
HuskyWebServiceClient.sendPixUpdatePatientRequest
(net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02Type request, SecurityHeaderElement assertion, URI pdqDest, String action, String messageId) org.openehealth.ipf.commons.ihe.xds.core.responses.Response
HuskyWebServiceClient.sendProvideAndRegisterDocumentSetRequest
(XdsProvideAndRetrieveDocumentSetQuery documentSet) org.openehealth.ipf.commons.ihe.xds.core.responses.Response
HuskyWebServiceClient.sendProvideAndRegisterDocumentSetRequest
(XdsProvideAndRetrieveDocumentSetQuery documentSet, SubmissionSetMetadata.SubmissionSetMetadataExtractionMode extractionMode, DocumentMetadata.DocumentMetadataExtractionMode documentMetadataExtractionMode) It implements the following IHE transaction: [ITI-41] Provide and Register Document Set – borg.openehealth.ipf.commons.ihe.xds.core.responses.QueryResponse
HuskyWebServiceClient.sendQueryFoldersRequest
(XdsFindFoldersStoredQuery findFoldersStoredQuery) It implements the following IHE transaction: [ITI-18] Find foldersorg.openehealth.ipf.commons.ihe.xds.core.responses.QueryResponse
HuskyWebServiceClient.sendRegistryStoredFindDocumentsQuery
(XdsRegistryStoredFindDocumentsQuery query, URI destination, org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType returnType, String messageId) -
Uses of SerializeException in org.projecthusky.xua.serialization
Methods in org.projecthusky.xua.serialization that throw SerializeExceptionModifier and TypeMethodDescriptionbyte[]
OpenSaml2Serializer.serializeToByteArray
(org.opensaml.core.xml.XMLObject aObject) Method to serialize an XMLObject to an byte array.OpenSaml2Serializer.serializeToString
(org.opensaml.core.xml.XMLObject aObject) Method to serialize an XMLObject to a String.OpenSaml2Serializer.serializeToXml
(org.opensaml.core.xml.XMLObject aObject) Method to serialize an XMLObject to an xml element.byte[]
Serializer.toXmlByteArray
(T aSecurityObject) Method to serialize the instance of T into an byte array. Methode um eine Instanz von T in ein Byte Array zu serialisieren.Serializer.toXmlElement
(T aSecurityObject) Method to serialize the instance of T into an xml structure. Methode um eine Instanz von T in eine XML Struktur zu serialisieren.Serializer.toXmlString
(T aSecurityObject) Method to serialize the instance of T into a string. Methode um eine Instanz von T in einen string zu serialisieren. -
Uses of SerializeException in org.projecthusky.xua.serialization.impl
Methods in org.projecthusky.xua.serialization.impl that throw SerializeExceptionModifier and TypeMethodDescriptionbyte[]
OpenSaml2SerializerImpl.serializeToByteArray
(org.opensaml.core.xml.XMLObject aXmlObject) Method to serialize an XMLObject to an byte array.OpenSaml2SerializerImpl.serializeToString
(org.opensaml.core.xml.XMLObject aXmlObject) Method to serialize an XMLObject to a String.OpenSaml2SerializerImpl.serializeToXml
(org.opensaml.core.xml.XMLObject aXmlObject) Method to serialize an XMLObject to an xml element.byte[]
ArtifactResolveSerializerImpl.toXmlByteArray
(ArtifactResolve aSecurityObject) byte[]
ArtifactResponseSerializerImpl.toXmlByteArray
(ArtifactResponse aSecurityObject) byte[]
AssertionSerializerImpl.toXmlByteArray
(Assertion aSecurityObject) byte[]
AttributeSerializerImpl.toXmlByteArray
(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AttributeType aSecurityObject) Method to serialize the instance of T into an byte array. Methode um eine Instanz von T in ein Byte Array zu serialisieren.byte[]
AuthnRequestSerializerImpl.toXmlByteArray
(AuthnRequest aSecurityObject) Method to serialize the instance of T into an byte array. Methode um eine Instanz von T in ein Byte Array zu serialisieren.byte[]
BaseSerializerImpl.toXmlByteArray
(Base aSecurityObject) byte[]
EncryptedAssertionSerializerImpl.toXmlByteArray
(EncryptedAssertion aSecurityObject) byte[]
ResponseSerializerImpl.toXmlByteArray
(Response aSecurityObject) Method to serialize the instance of T into an byte array. Methode um eine Instanz von T in ein Byte Array zu serialisieren.byte[]
UsernameTokenSerializerImpl.toXmlByteArray
(UsernameToken aSecurityObject) byte[]
XUserAssertionRequestSerializerImpl.toXmlByteArray
(XUserAssertionRequest aXUserAssertionRequest) byte[]
XUserAssertionResponseSerializerImpl.toXmlByteArray
(XUserAssertionResponse aXUserAssertionRequest) ArtifactResolveSerializerImpl.toXmlElement
(ArtifactResolve aSecurityObject) ArtifactResponseSerializerImpl.toXmlElement
(ArtifactResponse aSecurityObject) AssertionSerializerImpl.toXmlElement
(Assertion aSecurityObject) AttributeSerializerImpl.toXmlElement
(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AttributeType aSecurityObject) Method to serialize the instance of T into an xml structure. Methode um eine Instanz von T in eine XML Struktur zu serialisieren.AuthnRequestSerializerImpl.toXmlElement
(AuthnRequest aSecurityObject) Method to serialize the instance of T into an xml structure. Methode um eine Instanz von T in eine XML Struktur zu serialisieren.BaseSerializerImpl.toXmlElement
(Base aSecurityObject) EncryptedAssertionSerializerImpl.toXmlElement
(EncryptedAssertion aSecurityObject) ResponseSerializerImpl.toXmlElement
(Response aSecurityObject) Method to serialize the instance of T into an xml structure. Methode um eine Instanz von T in eine XML Struktur zu serialisieren.UsernameTokenSerializerImpl.toXmlElement
(UsernameToken aSecurityObject) XUserAssertionRequestSerializerImpl.toXmlElement
(XUserAssertionRequest aXUserAssertionRequest) XUserAssertionResponseSerializerImpl.toXmlElement
(XUserAssertionResponse aXUserAssertionRequest) ArtifactResolveSerializerImpl.toXmlString
(ArtifactResolve aSecurityObject) ArtifactResponseSerializerImpl.toXmlString
(ArtifactResponse aSecurityObject) AssertionSerializerImpl.toXmlString
(Assertion aSecurityObject) AttributeSerializerImpl.toXmlString
(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AttributeType aSecurityObject) Method to serialize the instance of T into a string. Methode um eine Instanz von T in einen string zu serialisieren.AuthnRequestSerializerImpl.toXmlString
(AuthnRequest aSecurityObject) Method to serialize the instance of T into a string. Methode um eine Instanz von T in einen string zu serialisieren.BaseSerializerImpl.toXmlString
(Base aSecurityObject) EncryptedAssertionSerializerImpl.toXmlString
(EncryptedAssertion aSecurityObject) ResponseSerializerImpl.toXmlString
(Response aSecurityObject) Method to serialize the instance of T into a string. Methode um eine Instanz von T in einen string zu serialisieren.UsernameTokenSerializerImpl.toXmlString
(UsernameToken aSecurityObject) XUserAssertionRequestSerializerImpl.toXmlString
(XUserAssertionRequest aXUserAssertionRequest) XUserAssertionResponseSerializerImpl.toXmlString
(XUserAssertionResponse aXUserAssertionRequest)