Skip navigation links
C D E G H I O P R S T 

C

createRequestAndSendToToopConnector(TDEDataRequestSubjectType, String, String, IdentifierType, EPredefinedDocumentTypeIdentifier, EPredefinedProcessIdentifier, List<? extends ConceptValue>) - Static method in class eu.toop.iface.ToopInterfaceClient
Deprecated.

D

doPost(HttpServletRequest, HttpServletResponse) - Method in class eu.toop.iface.servlet.ToDCServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class eu.toop.iface.servlet.ToDPServlet
 

E

eu.toop.iface - package eu.toop.iface
 
eu.toop.iface.servlet - package eu.toop.iface.servlet
 
eu.toop.iface.util - package eu.toop.iface.util
 

G

getConfigFile() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getInterfaceDC() - Static method in class eu.toop.iface.ToopInterfaceManager
 
getInterfaceDP() - Static method in class eu.toop.iface.ToopInterfaceManager
 
getKeystoreKeyAlias() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getKeystoreKeyPassword() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getKeystorePassword() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getKeystorePath() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getKeystoreType() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getProxyServerAddress() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getProxyServerNonProxyHosts() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getProxyServerPort() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getToopConnectorDCUrl() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getToopConnectorDPUrl() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
getToopConnectorUrl() - Static method in class eu.toop.iface.ToopInterfaceConfig
 

H

httpClientCall(String, byte[], ResponseHandler<T>, Consumer<? super T>) - Static method in class eu.toop.iface.util.HttpClientInvoker
 
httpClientCallGet(String, ResponseHandler<T>, Consumer<? super T>) - Static method in class eu.toop.iface.util.HttpClientInvoker
 
httpClientCallNoResponse(String, byte[]) - Static method in class eu.toop.iface.util.HttpClientInvoker
 
HttpClientInvoker - Class in eu.toop.iface.util
This class can be used to send something from DC or DP to the MessageProcessor.

I

isGlobalDebug() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
isGlobalProduction() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
isProxyServerEnabled() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
isTLSTrustAll() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
isUseHttpSystemProperties() - Static method in class eu.toop.iface.ToopInterfaceConfig
 
IToopInterfaceDC - Interface in eu.toop.iface
This interface must be implemented by DC receiving components to retrieve incoming requests (step 4/4).
IToopInterfaceDP - Interface in eu.toop.iface
This interface must be implemented by DP receiving components to retrieve incoming requests (step 2/4).

O

onToopErrorResponse(ToopResponseWithAttachments140) - Method in interface eu.toop.iface.IToopInterfaceDP
If the TOOP connector cannot handle the TOOP Response in step 3/4 it sends it back to the DP for correction.
onToopRequest(ToopRequestWithAttachments140) - Method in interface eu.toop.iface.IToopInterfaceDP
Invoked every time a TOOP Request Message is received
onToopResponse(ToopResponseWithAttachments140) - Method in interface eu.toop.iface.IToopInterfaceDC
Invoked every time a TOOP Response Message is received

P

PATH_PRIVATE_TOOP_INTERFACE_PROPERTIES - Static variable in class eu.toop.iface.ToopInterfaceConfig
The default primary properties file to load
PATH_TOOP_INTERFACE_PROPERTIES - Static variable in class eu.toop.iface.ToopInterfaceConfig
The default secondary properties file to load

R

reloadConfiguration() - Static method in class eu.toop.iface.ToopInterfaceConfig
Reload the configuration file.

S

searchDataProvider(String, String) - Static method in class eu.toop.iface.ToopInterfaceClient
 
sendRequestToToopConnector(TDETOOPRequestType) - Static method in class eu.toop.iface.ToopInterfaceClient
Create a request, wrap it in an ASiC and send it to DP TOOP Connector, using the configured connector URL.
sendRequestToToopConnector(TDETOOPRequestType, String) - Static method in class eu.toop.iface.ToopInterfaceClient
Create a request, wrap it in an ASiC and send it to DP TOOP Connector, using the provided URL.
sendResponseToToopConnector(TDETOOPResponseType, ICommonsList<AsicWriteEntry>) - Static method in class eu.toop.iface.ToopInterfaceClient
Create a response, wrap it in an ASiC and send it to DP TOOP Connector, using the configured connector URL.
sendResponseToToopConnector(TDETOOPResponseType, ICommonsList<AsicWriteEntry>, String) - Static method in class eu.toop.iface.ToopInterfaceClient
Create a response, wrap it in an ASiC and send it to DP TOOP Connector, using the provided URL.
sendResponseToToopConnector(TDETOOPResponseType, String, Iterable<? extends AsicWriteEntry>) - Static method in class eu.toop.iface.ToopInterfaceClient
 
setInterfaceDC(IToopInterfaceDC) - Static method in class eu.toop.iface.ToopInterfaceManager
 
setInterfaceDP(IToopInterfaceDP) - Static method in class eu.toop.iface.ToopInterfaceManager
 
SYSTEM_PROPERTY_TOOP_INTERFACE_PROPERTIES_PATH - Static variable in class eu.toop.iface.ToopInterfaceConfig
The name of the primary system property which points to the toop-interface.properties files

T

TCHttpClientFactory - Class in eu.toop.iface.util
Common TOOP Interface HTTPClient factory
TCHttpClientFactory() - Constructor for class eu.toop.iface.util.TCHttpClientFactory
 
ToDCServlet - Class in eu.toop.iface.servlet
This servlet can be included in Java DC implementations to receive messages from the MP (step 4/4).
ToDCServlet() - Constructor for class eu.toop.iface.servlet.ToDCServlet
 
ToDPServlet - Class in eu.toop.iface.servlet
 
ToDPServlet() - Constructor for class eu.toop.iface.servlet.ToDPServlet
 
ToopInterfaceClient - Class in eu.toop.iface
 
ToopInterfaceConfig - Class in eu.toop.iface
This class contains global configuration elements for the toop-interface.
ToopInterfaceManager - Class in eu.toop.iface
This class only contains the callback interfaces for DC/DP.
C D E G H I O P R S T 
Skip navigation links

Copyright © 2018–2019 toop.eu. All rights reserved.