Skip navigation links
TouK OpenSource Projects
A C D E F G H I L M N O P R S T W 

A

addCorrelationIdFromHeaders(String) - Method in class pl.touk.cxf.interceptors.CorrelationIdInInterceptor
 
addNewCorrelationId() - Method in class pl.touk.cxf.interceptors.CorrelationIdInInterceptor
 
apply(String) - Method in class pl.touk.cxf.interceptors.threadname.policy.ThreadNamePrefixPolicy
 
apply(String) - Method in interface pl.touk.cxf.interceptors.threadname.ThreadNamePolicy
 

C

chooseCorrelationIdWhenBothArePresent(String, String) - Method in class pl.touk.cxf.interceptors.CorrelationIdInInterceptor
 
context - Variable in class pl.touk.cxf.interceptors.CorrelationIdFeature
 
context - Variable in class pl.touk.cxf.interceptors.CorrelationIdInInterceptor
 
context - Variable in class pl.touk.cxf.interceptors.CorrelationIdOutInterceptor
 
context - Variable in class pl.touk.cxf.interceptors.threadname.ThreadNameFeature
 
context - Variable in class pl.touk.cxf.interceptors.threadname.ThreadNameInInterceptor
 
context - Variable in class pl.touk.cxf.interceptors.threadname.ThreadNameOutInterceptor
 
Correlation - Class in pl.touk.cxf.interceptors.correlation
 
Correlation() - Constructor for class pl.touk.cxf.interceptors.correlation.Correlation
 
CorrelationContext - Class in pl.touk.cxf.interceptors
 
CorrelationContext() - Constructor for class pl.touk.cxf.interceptors.CorrelationContext
 
correlationId - Variable in class pl.touk.cxf_interceptors.TestResponse
 
CorrelationIdFeature - Class in pl.touk.cxf.interceptors
 
CorrelationIdFeature() - Constructor for class pl.touk.cxf.interceptors.CorrelationIdFeature
 
CorrelationIdInInterceptor - Class in pl.touk.cxf.interceptors
 
CorrelationIdInInterceptor(CorrelationContext) - Constructor for class pl.touk.cxf.interceptors.CorrelationIdInInterceptor
 
CorrelationIdOutInterceptor - Class in pl.touk.cxf.interceptors
 
CorrelationIdOutInterceptor(CorrelationContext) - Constructor for class pl.touk.cxf.interceptors.CorrelationIdOutInterceptor
 
correlationIdProvider - Variable in class pl.touk.cxf.interceptors.CorrelationContext
 
createTestRequest() - Method in class pl.touk.cxf_interceptors.ObjectFactory
Create an instance of TestRequest
createTestResponse() - Method in class pl.touk.cxf_interceptors.ObjectFactory
Create an instance of TestResponse

D

DEFAULT_LIMIT - Static variable in class pl.touk.cxf.interceptors.logging.LoggingFeature
 

E

ExternalCorrelationIdProvider - Interface in pl.touk.cxf.interceptors.correlation
Enables pluggable correlation id, useful if you want to reuse existing correlation mechanism.

F

finish() - Method in interface pl.touk.cxf.interceptors.correlation.ExternalCorrelationIdProvider
Finishes correlation id process.

G

generateNew() - Static method in class pl.touk.cxf.interceptors.correlation.Correlation
 
getCorrelationId() - Method in class pl.touk.cxf_interceptors.TestResponse
Gets the value of the correlationId property.
getCorrelationIdFromHeaders(Message) - Method in class pl.touk.cxf.interceptors.CorrelationIdInInterceptor
 
getLimit() - Method in class pl.touk.cxf.interceptors.logging.LoggingFeature
Retrieve the value set with LoggingFeature.setLimit(int).
getLogger() - Method in class pl.touk.cxf.interceptors.logging.LoggingInInterceptor
 
getLogger() - Method in class pl.touk.cxf.interceptors.logging.LoggingOutInterceptor
 
getRequest() - Method in class pl.touk.cxf_interceptors.TestRequest
Gets the value of the request property.
getTestWebServiceSoap() - Method in class pl.touk.cxf_interceptors.TestWebService
 
getTestWebServiceSoap(WebServiceFeature...) - Method in class pl.touk.cxf_interceptors.TestWebService
 
getThreadName() - Method in class pl.touk.cxf_interceptors.TestResponse
Gets the value of the threadName property.

H

handleMessage(Message) - Method in class pl.touk.cxf.interceptors.NonWsdlAbstractPhaseInterceptor
 
httpHeaderCorrelationIdName - Variable in class pl.touk.cxf.interceptors.CorrelationContext
 

I

in - Variable in class pl.touk.cxf.interceptors.CorrelationIdFeature
 
IN - Variable in class pl.touk.cxf.interceptors.logging.LoggingFeature
 
in - Variable in class pl.touk.cxf.interceptors.threadname.ThreadNameFeature
 
initializeProvider(InterceptorProvider, Bus) - Method in class pl.touk.cxf.interceptors.CorrelationIdFeature
 
initializeProvider(InterceptorProvider, Bus) - Method in class pl.touk.cxf.interceptors.logging.LoggingFeature
 
initializeProvider(InterceptorProvider, Bus) - Method in class pl.touk.cxf.interceptors.threadname.ThreadNameFeature
 
inLocation - Variable in class pl.touk.cxf.interceptors.logging.LoggingFeature
 
isPrettyLogging() - Method in class pl.touk.cxf.interceptors.logging.LoggingFeature
 
isWsdl(Message) - Static method in class pl.touk.cxf.interceptors.NonWsdlAbstractPhaseInterceptor
 

L

limit - Variable in class pl.touk.cxf.interceptors.logging.LoggingFeature
 
logger - Variable in class pl.touk.cxf.interceptors.logging.LoggingFeature
 
logger - Variable in class pl.touk.cxf.interceptors.logging.LoggingInInterceptor
 
logger - Variable in class pl.touk.cxf.interceptors.logging.LoggingOutInterceptor
 
LoggingFeature - Class in pl.touk.cxf.interceptors.logging
Class is based on LoggingFeature (https://github.com/apache/cxf/blob/master/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java)
LoggingFeature() - Constructor for class pl.touk.cxf.interceptors.logging.LoggingFeature
 
LoggingFeature(String) - Constructor for class pl.touk.cxf.interceptors.logging.LoggingFeature
 
LoggingFeature(String, int) - Constructor for class pl.touk.cxf.interceptors.logging.LoggingFeature
 
LoggingFeature(Logging) - Constructor for class pl.touk.cxf.interceptors.logging.LoggingFeature
 
LoggingInInterceptor - Class in pl.touk.cxf.interceptors.logging
 
LoggingInInterceptor(int) - Constructor for class pl.touk.cxf.interceptors.logging.LoggingInInterceptor
 
LoggingInInterceptor(int, Logger) - Constructor for class pl.touk.cxf.interceptors.logging.LoggingInInterceptor
 
LoggingOutInterceptor - Class in pl.touk.cxf.interceptors.logging
 
LoggingOutInterceptor(String, Logger) - Constructor for class pl.touk.cxf.interceptors.logging.LoggingOutInterceptor
 
LoggingOutInterceptor(Logger) - Constructor for class pl.touk.cxf.interceptors.logging.LoggingOutInterceptor
 
LoggingOutInterceptor(int, Logger) - Constructor for class pl.touk.cxf.interceptors.logging.LoggingOutInterceptor
 
LoggingOutInterceptor(PrintWriter, Logger) - Constructor for class pl.touk.cxf.interceptors.logging.LoggingOutInterceptor
 

M

mdcCorrelationIdName - Variable in class pl.touk.cxf.interceptors.CorrelationContext
 

N

NonWsdlAbstractPhaseInterceptor - Class in pl.touk.cxf.interceptors
 
NonWsdlAbstractPhaseInterceptor(String) - Constructor for class pl.touk.cxf.interceptors.NonWsdlAbstractPhaseInterceptor
 

O

ObjectFactory - Class in pl.touk.cxf_interceptors
This object contains factory methods for each Java content interface and Java element interface generated in the pl.touk.cxf_interceptors package.
ObjectFactory() - Constructor for class pl.touk.cxf_interceptors.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: pl.touk.cxf_interceptors
oldNameContextProperty - Variable in class pl.touk.cxf.interceptors.threadname.ThreadNameContext
 
out - Variable in class pl.touk.cxf.interceptors.CorrelationIdFeature
 
OUT - Variable in class pl.touk.cxf.interceptors.logging.LoggingFeature
 
out - Variable in class pl.touk.cxf.interceptors.threadname.ThreadNameFeature
 
outLocation - Variable in class pl.touk.cxf.interceptors.logging.LoggingFeature
 

P

pl.touk.cxf.interceptors - package pl.touk.cxf.interceptors
 
pl.touk.cxf.interceptors.correlation - package pl.touk.cxf.interceptors.correlation
 
pl.touk.cxf.interceptors.logging - package pl.touk.cxf.interceptors.logging
 
pl.touk.cxf.interceptors.threadname - package pl.touk.cxf.interceptors.threadname
 
pl.touk.cxf.interceptors.threadname.policy - package pl.touk.cxf.interceptors.threadname.policy
 
pl.touk.cxf_interceptors - package pl.touk.cxf_interceptors
 
prettyLogging - Variable in class pl.touk.cxf.interceptors.logging.LoggingFeature
 
processMessage(Message) - Method in class pl.touk.cxf.interceptors.CorrelationIdInInterceptor
 
processMessage(Message) - Method in class pl.touk.cxf.interceptors.CorrelationIdOutInterceptor
 
processMessage(Message) - Method in class pl.touk.cxf.interceptors.NonWsdlAbstractPhaseInterceptor
 
processMessage(Message) - Method in class pl.touk.cxf.interceptors.threadname.ThreadNameInInterceptor
 
processMessage(Message) - Method in class pl.touk.cxf.interceptors.threadname.ThreadNameOutInterceptor
 

R

request - Variable in class pl.touk.cxf_interceptors.TestRequest
 

S

SERVICE - Static variable in class pl.touk.cxf_interceptors.TestWebService
 
setCorrelationId(String) - Method in class pl.touk.cxf_interceptors.TestResponse
Sets the value of the correlationId property.
setLimit(int) - Method in class pl.touk.cxf.interceptors.logging.LoggingFeature
This function has no effect at this time.
setPrettyLogging(boolean) - Method in class pl.touk.cxf.interceptors.logging.LoggingFeature
Turn pretty logging of XML content on/off
setRequest(String) - Method in class pl.touk.cxf_interceptors.TestRequest
Sets the value of the request property.
setThreadName(String) - Method in class pl.touk.cxf_interceptors.TestResponse
Sets the value of the threadName property.
showBinary - Variable in class pl.touk.cxf.interceptors.logging.LoggingFeature
 
start(String) - Method in interface pl.touk.cxf.interceptors.correlation.ExternalCorrelationIdProvider
Starts correlation id process, optionally using given correlation id.

T

test(TestRequest) - Method in interface pl.touk.cxf_interceptors.TestWebServiceSoap
 
TestRequest - Class in pl.touk.cxf_interceptors
Java class for anonymous complex type.
TestRequest() - Constructor for class pl.touk.cxf_interceptors.TestRequest
 
TestResponse - Class in pl.touk.cxf_interceptors
Java class for anonymous complex type.
TestResponse() - Constructor for class pl.touk.cxf_interceptors.TestResponse
 
TestWebService - Class in pl.touk.cxf_interceptors
TestWebservice This class was generated by Apache CXF 3.1.9 2024-05-18T15:45:18.100+02:00 Generated source version: 3.1.9
TestWebService(URL) - Constructor for class pl.touk.cxf_interceptors.TestWebService
 
TestWebService(URL, QName) - Constructor for class pl.touk.cxf_interceptors.TestWebService
 
TestWebService() - Constructor for class pl.touk.cxf_interceptors.TestWebService
 
TestWebService(WebServiceFeature...) - Constructor for class pl.touk.cxf_interceptors.TestWebService
 
TestWebService(URL, WebServiceFeature...) - Constructor for class pl.touk.cxf_interceptors.TestWebService
 
TestWebService(URL, QName, WebServiceFeature...) - Constructor for class pl.touk.cxf_interceptors.TestWebService
 
TestWebServiceSoap - Static variable in class pl.touk.cxf_interceptors.TestWebService
 
TestWebServiceSoap - Interface in pl.touk.cxf_interceptors
This class was generated by Apache CXF 3.1.9 2024-05-18T15:45:18.054+02:00 Generated source version: 3.1.9
threadName - Variable in class pl.touk.cxf_interceptors.TestResponse
 
ThreadNameContext - Class in pl.touk.cxf.interceptors.threadname
 
ThreadNameContext() - Constructor for class pl.touk.cxf.interceptors.threadname.ThreadNameContext
 
ThreadNameFeature - Class in pl.touk.cxf.interceptors.threadname
 
ThreadNameFeature(ThreadNameContext) - Constructor for class pl.touk.cxf.interceptors.threadname.ThreadNameFeature
 
ThreadNameFeature() - Constructor for class pl.touk.cxf.interceptors.threadname.ThreadNameFeature
 
ThreadNameInInterceptor - Class in pl.touk.cxf.interceptors.threadname
 
ThreadNameInInterceptor(ThreadNameContext) - Constructor for class pl.touk.cxf.interceptors.threadname.ThreadNameInInterceptor
 
ThreadNameOutInterceptor - Class in pl.touk.cxf.interceptors.threadname
 
ThreadNameOutInterceptor(ThreadNameContext) - Constructor for class pl.touk.cxf.interceptors.threadname.ThreadNameOutInterceptor
 
threadNamePolicy - Variable in class pl.touk.cxf.interceptors.threadname.ThreadNameContext
 
ThreadNamePolicy - Interface in pl.touk.cxf.interceptors.threadname
 
threadNamePrefix - Variable in class pl.touk.cxf.interceptors.threadname.policy.ThreadNamePrefixPolicy
 
ThreadNamePrefixPolicy - Class in pl.touk.cxf.interceptors.threadname.policy
 
ThreadNamePrefixPolicy() - Constructor for class pl.touk.cxf.interceptors.threadname.policy.ThreadNamePrefixPolicy
 

W

WSDL_LOCATION - Static variable in class pl.touk.cxf_interceptors.TestWebService
 
A C D E F G H I L M N O P R S T W 
Skip navigation links
TouK sp. z o.o. s.k.a.

Copyright © 2024. All rights reserved.