Uses of Interface
org.apache.cxf.phase.PhaseInterceptor
-
Packages that use PhaseInterceptor Package Description org.apache.cxf.binding.soap.interceptor org.apache.cxf.databinding.stax org.apache.cxf.ext.logging org.apache.cxf.feature.transform org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF.org.apache.cxf.interceptor.security org.apache.cxf.interceptor.transform org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains.org.apache.cxf.staxutils.validation org.apache.cxf.sts.interceptor org.apache.cxf.transport.common.gzip org.apache.cxf.validation org.apache.cxf.ws.addressing org.apache.cxf.ws.security.policy.interceptors org.apache.cxf.ws.security.trust org.apache.cxf.ws.security.wss4j org.jboss.wsf.stack.cxf.client.configuration -
-
Uses of PhaseInterceptor in org.apache.cxf.binding.soap.interceptor
Classes in org.apache.cxf.binding.soap.interceptor with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw PhaseInterceptor Modifier and Type Class Description classorg.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor -
Uses of PhaseInterceptor in org.apache.cxf.databinding.stax
Classes in org.apache.cxf.databinding.stax that implement PhaseInterceptor Modifier and Type Class Description classStaxDataBindingInterceptor -
Uses of PhaseInterceptor in org.apache.cxf.ext.logging
Classes in org.apache.cxf.ext.logging that implement PhaseInterceptor Modifier and Type Class Description classAbstractLoggingInterceptorclassLoggingInInterceptorclassLoggingOutInterceptorclassWireTapInMethods in org.apache.cxf.ext.logging that return types with arguments of type PhaseInterceptor Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>LoggingInInterceptor. getAdditionalInterceptors() -
Uses of PhaseInterceptor in org.apache.cxf.feature.transform
Classes in org.apache.cxf.feature.transform that implement PhaseInterceptor Modifier and Type Class Description classAbstractXSLTInterceptorCreates an XMLStreamReader from the InputStream on the Message.classXSLTInInterceptorClass provides XSLT transformation of incoming message.classXSLTOutInterceptorClass provides XSLT transformation of outgoing message. -
Uses of PhaseInterceptor in org.apache.cxf.interceptor
Classes in org.apache.cxf.interceptor that implement PhaseInterceptor Modifier and Type Class Description classAbstractInDatabindingInterceptorclassAbstractLoggingInterceptorDeprecated.classAbstractOutDatabindingInterceptorclassAttachmentInInterceptorclassAttachmentOutInterceptorclassAttachmentOutInterceptor.AttachmentOutEndingInterceptorclassClientFaultConverterTakes a Fault and converts it to a local exception type if possible.classFaultOutInterceptorclassFIStaxInInterceptorCreates an XMLStreamReader from the InputStream on the Message.classFIStaxOutInterceptorCreates an XMLStreamReader from the InputStream on the Message.classLoggingInInterceptorDeprecated.use the logging module rt/features/logging insteadclassLoggingOutInterceptorDeprecated.use the logging module rt/features/logging insteadclassMessageSenderInterceptorTakes the Conduit from the exchange and sends the message through it.static classMessageSenderInterceptor.MessageSenderEndingInterceptorclassOneWayProcessorInterceptorclassOutgoingChainInterceptorclassServiceInvokerInterceptorInvokes a Binding's invoker with theINVOCATION_INPUTfrom the Exchange.classStaxInEndingInterceptorclassStaxInInterceptorCreates an XMLStreamReader from the InputStream on the Message.classStaxOutEndingInterceptorclassStaxOutInterceptorCreates an XMLStreamWriter from the OutputStream on the Message. -
Uses of PhaseInterceptor in org.apache.cxf.interceptor.security
Classes in org.apache.cxf.interceptor.security that implement PhaseInterceptor Modifier and Type Class Description classAbstractAuthorizingInInterceptorclassAbstractSecurityContextInInterceptorclassAbstractUsernameTokenInInterceptorclassDelegatingAuthenticationInterceptorclassDepthRestrictingStreamInterceptorCreates an XMLStreamReader from the InputStream on the Message.classJAASLoginInterceptorclassOperationInfoAuthorizingInterceptorclassSecureAnnotationsInterceptorclassSimpleAuthorizingInterceptor -
Uses of PhaseInterceptor in org.apache.cxf.interceptor.transform
Classes in org.apache.cxf.interceptor.transform that implement PhaseInterceptor Modifier and Type Class Description classTransformInInterceptorCreates an XMLStreamReader from the InputStream on the Message.classTransformOutInterceptorCreates an XMLStreamReader from the InputStream on the Message. -
Uses of PhaseInterceptor in org.apache.cxf.phase
Classes in org.apache.cxf.phase that implement PhaseInterceptor Modifier and Type Class Description classAbstractPhaseInterceptor<T extends Message>Provides a starting point implementation for a interceptors that participate in phased message processing.Methods in org.apache.cxf.phase that return types with arguments of type PhaseInterceptor Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>AbstractPhaseInterceptor. getAdditionalInterceptors()Collection<PhaseInterceptor<? extends Message>>PhaseInterceptor. getAdditionalInterceptors()Returns a collection of Interceptors that should be added to the chain whenever this interceptor is added. -
Uses of PhaseInterceptor in org.apache.cxf.staxutils.validation
Classes in org.apache.cxf.staxutils.validation that implement PhaseInterceptor Modifier and Type Class Description classStaxSchemaValidationInInterceptorclassStaxSchemaValidationOutInterceptor -
Uses of PhaseInterceptor in org.apache.cxf.sts.interceptor
Classes in org.apache.cxf.sts.interceptor that implement PhaseInterceptor Modifier and Type Class Description classSCTInInterceptorclassSCTOutInterceptor -
Uses of PhaseInterceptor in org.apache.cxf.transport.common.gzip
Classes in org.apache.cxf.transport.common.gzip that implement PhaseInterceptor Modifier and Type Class Description classGZIPInInterceptorCXF interceptor that uncompresses those incoming messages that have "gzip" content-encoding.classGZIPOutInterceptorCXF interceptor that compresses outgoing messages using gzip and sets the HTTP Content-Encoding header appropriately. -
Uses of PhaseInterceptor in org.apache.cxf.validation
Classes in org.apache.cxf.validation that implement PhaseInterceptor Modifier and Type Class Description classAbstractBeanValidationInterceptorclassAbstractValidationInterceptorclassBeanValidationInInterceptorclassBeanValidationOutInterceptorclassClientBeanValidationOutInterceptor -
Uses of PhaseInterceptor in org.apache.cxf.ws.addressing
Classes in org.apache.cxf.ws.addressing that implement PhaseInterceptor Modifier and Type Class Description classMAPAggregatorLogical Handler responsible for aggregating the Message Addressing Properties for outgoing messages.Methods in org.apache.cxf.ws.addressing that return types with arguments of type PhaseInterceptor Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>MAPAggregator. getAdditionalInterceptors() -
Uses of PhaseInterceptor in org.apache.cxf.ws.security.policy.interceptors
Classes in org.apache.cxf.ws.security.policy.interceptors that implement PhaseInterceptor Modifier and Type Class Description classSecurityVerificationOutInterceptorInterceptor verifies critical policy security assertions for client sideclassSTSTokenOutInterceptor -
Uses of PhaseInterceptor in org.apache.cxf.ws.security.trust
Classes in org.apache.cxf.ws.security.trust that implement PhaseInterceptor Modifier and Type Class Description classAuthPolicyValidatingInterceptorMethods in org.apache.cxf.ws.security.trust that return types with arguments of type PhaseInterceptor Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>AuthPolicyValidatingInterceptor. getAdditionalInterceptors() -
Uses of PhaseInterceptor in org.apache.cxf.ws.security.wss4j
Classes in org.apache.cxf.ws.security.wss4j that implement PhaseInterceptor Modifier and Type Class Description classAbstractTokenInterceptorAn abstract interceptor that can be used to form the basis of an interceptor to add and process a specific type of security token.classAbstractUsernameTokenAuthenticatingInterceptorBase class providing an extensibility point for populating javax.security.auth.Subject from a current UsernameToken.classAbstractWSS4JInterceptorclassAbstractWSS4JStaxInterceptorclassBinarySecurityTokenInterceptorAn interceptor to add a BinarySecurityToken token to the security header of an outbound request, and to process a BinarySecurityToken on an inbound request.classCryptoCoverageCheckerUtility to enable the checking of WS-Security signature/encryption coverage based on the results of the WSS4J processors.classDefaultCryptoCoverageCheckerThis utility extends the CryptoCoverageChecker to provide an easy way to check to see if the SOAP (1.1 + 1.2) Body was signed and/or encrypted, if the Timestamp was signed, if the WS-Addressing ReplyTo and FaultTo headers were signed, and if the UsernameToken was encrypted.classKerberosTokenInterceptorAn interceptor to add a Kerberos token to the security header of an outbound request, and to process a Kerberos Token on an inbound request.classPolicyBasedWSS4JInInterceptorclassPolicyBasedWSS4JOutInterceptorclassPolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternalclassPolicyBasedWSS4JStaxInInterceptorclassPolicyBasedWSS4JStaxOutInterceptorclassSamlTokenInterceptorAn interceptor to create and add a SAML token to the security header of an outbound request, and to process a SAML Token on an inbound request.classStaxActionInInterceptorThis interceptor handles parsing the StaX WS-Security results (events) + checks to see whether the required Actions were fulfilled.classStaxCryptoCoverageCheckerThis interceptor handles parsing the StaX WS-Security results (events) + checks that the specified crypto coverage events actually occurred.classStaxSecurityContextInInterceptorThis interceptor handles parsing the StaX WS-Security results (events) + sets up the security context appropriately.classUsernameTokenInterceptorclassWSS4JInInterceptorPerforms WS-Security inbound actions.classWSS4JOutInterceptorclassWSS4JStaxInInterceptorclassWSS4JStaxOutInterceptorMethods in org.apache.cxf.ws.security.wss4j that return types with arguments of type PhaseInterceptor Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>AbstractWSS4JInterceptor. getAdditionalInterceptors()Collection<PhaseInterceptor<? extends Message>>AbstractWSS4JStaxInterceptor. getAdditionalInterceptors()Collection<PhaseInterceptor<? extends Message>>PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal. getAdditionalInterceptors() -
Uses of PhaseInterceptor in org.jboss.wsf.stack.cxf.client.configuration
Classes in org.jboss.wsf.stack.cxf.client.configuration that implement PhaseInterceptor Modifier and Type Class Description classHandlerChainSortInterceptorAn interceptor for properly sorting handlers, some of which might come from PRE/POST handler chains in the client / endpoint pre-defined configuration.
-