- EhcacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset> - Class in org.openehealth.ipf.commons.ihe.ws.correlation
-
Ehcache-based implementation of asynchronous message correlator.
- EhcacheAsynchronyCorrelator(Ehcache) - Constructor for class org.openehealth.ipf.commons.ihe.ws.correlation.EhcacheAsynchronyCorrelator
-
- enrichNamespaces(Document, String) - Static method in class org.openehealth.ipf.commons.ihe.ws.cxf.payload.InNamespaceMergeInterceptor
-
Copies namespace definitions from SOAP Envelope and SOAP Body elements
of the given XML Document into the top-level element of the XML document
represented by the given String.
- extractAddressesFromServletRequest(SoapMessage, WsAuditDataset) - Static method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.AbstractAuditInterceptor
-
Extracts service URI and client IP address from the servlet request.
- extractNonEmptyElement(String, String) - Static method in class org.openehealth.ipf.commons.ihe.ws.utils.SoapUtils
-
Extracts the given XML element from the given XML document.
- extractOutgoingException(Exchange) - Static method in class org.openehealth.ipf.commons.ihe.ws.utils.SoapUtils
-
Returns Exception object from the outgoing fault message contained in the given
CXF exchange, or null, when no exception could be extracted.
- extractOutgoingPayload(Exchange) - Static method in class org.openehealth.ipf.commons.ihe.ws.utils.SoapUtils
-
Returns String payload of the outgoing message contained in the given
CXF exchange, or null, when no String payload could be extracted.
- extractPojo(Message) - Static method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.AbstractAuditInterceptor
-
Extracts POJO from the given CXF message.
- extractSoapBody(String) - Static method in class org.openehealth.ipf.commons.ihe.ws.utils.SoapUtils
-
Extracts the proper body (for example, a Query) from the
SOAP envelope, both represented as Strings.
- extractUserIdFromWSAddressing(SoapMessage, boolean, boolean, WsAuditDataset) - Static method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.AbstractAuditInterceptor
-
Extracts user ID from an WS-Addressing SOAP header and stores it in the given
audit dataset.
- extractXuaUserNameFromSaml2Assertion(SoapMessage, Header.Direction, WsAuditDataset) - Static method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.AbstractAuditInterceptor
-
Extracts ITI-40 XUA user name from the SAML2 assertion contained
in the given CXF message, and stores it in the ATNA audit dataset.
- get(StringPayloadHolder.PayloadType) - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.payload.StringPayloadHolder
-
- getAdditionalInterceptors() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.payload.OutPayloadLoggerInterceptor
-
- getAuditDataset(String) - Method in interface org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator
-
Returns the audit dataset for the request message with the
given ID, or null if the message is unknown.
- getAuditDataset(String) - Method in class org.openehealth.ipf.commons.ihe.ws.correlation.EhcacheAsynchronyCorrelator
-
- getAuditDataset(SoapMessage) - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.AbstractAuditInterceptor
-
Returns an audit dataset instance which corresponds to the given message.
- getAuditStrategy() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.AbstractAuditInterceptor
-
Returns the audit strategy associated with this interceptor.
- getBindingName() - Method in class org.openehealth.ipf.commons.ihe.ws.WsTransactionConfiguration
-
- getClient() - Method in class org.openehealth.ipf.commons.ihe.ws.JaxWsClientFactory
-
Returns a client stub for the web-service.
- getClientIpAddress() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
-
Client IP address.
- getCollectedPayload() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.payload.WrappedOutputStream
-
Returns the collected message payload.
- getCorrelationKey(String) - Method in interface org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator
-
Returns the user-defined correlation key for the message with the
given ID, or null if the message is unknown or the
user did not provided any correlation key.
- getCorrelationKey(String) - Method in class org.openehealth.ipf.commons.ihe.ws.correlation.EhcacheAsynchronyCorrelator
-
- getElementNS(Element, Set<String>, String) - Static method in class org.openehealth.ipf.commons.ihe.ws.utils.SoapUtils
-
Searches for the first sub-element of the given XML element, which has
the given local name and whose namespace belongs to the given set.
- getErrorCountLimit() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.payload.OutPayloadLoggerInterceptor
-
- getExpressionResolver() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.payload.OutPayloadLoggerInterceptor
-
- getMessageId(String) - Method in interface org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator
-
Determines WS-Addressing message ID ("primary key")
which corresponds to the given alternative key.
- getMessageId(String) - Method in class org.openehealth.ipf.commons.ihe.ws.correlation.EhcacheAsynchronyCorrelator
-
- getPurposesOfUse() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
-
Purposes of use, see ITI TF-2a section 3.20.7.8 and ITI TF-2b section 3.40.4.1.2.3.
- getRequestPayload() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
-
Request SOAP Body (XML) payload.
- getSei() - Method in class org.openehealth.ipf.commons.ihe.ws.WsTransactionConfiguration
-
- getServiceEndpointUri(String) - Method in interface org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator
-
Returns the URI of the endpoint to which the message with the given
ID has been sent, or null if the message is unknown.
- getServiceEndpointUri(String) - Method in class org.openehealth.ipf.commons.ihe.ws.correlation.EhcacheAsynchronyCorrelator
-
- getServiceEndpointUrl() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
-
Service (i.e.
- getServiceName() - Method in class org.openehealth.ipf.commons.ihe.ws.WsTransactionConfiguration
-
- getStreamWrapper(Message) - Static method in class org.openehealth.ipf.commons.ihe.ws.cxf.payload.OutStreamSubstituteInterceptor
-
Retrieves the instance of stream wrapper installed by this interceptor.
- getSupportedReaderFormats() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.databinding.plainxml.PlainXmlDataBinding
-
- getSupportedWriterFormats() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.databinding.plainxml.PlainXmlDataBinding
-
- getUserId() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
-
Client user ID (WS-Addressing <Reply-To> header).
- getUserName() - Method in class org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
-
Client user name (WS-Security <Username> header).
- getWsdlLocation() - Method in class org.openehealth.ipf.commons.ihe.ws.WsTransactionConfiguration
-
- getWsTransactionConfiguration() - Method in class org.openehealth.ipf.commons.ihe.ws.JaxWsClientFactory
-
- getWsTransactionConfiguration() - Method in class org.openehealth.ipf.commons.ihe.ws.JaxWsServiceFactory
-