Skip navigation links
Apache CXF API
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Annotation Types
  • Fields
  • Methods
  • Constructors
  • Deprecated Interfaces
    Interface
    Description
    org.apache.cxf.cdi.extension.JAXRSServerFactoryCustomizationExtension
  • Deprecated Classes
    Class
    Description
    org.apache.cxf.ext.logging.OldLoggingFactoryBeanListener
    org.apache.cxf.feature.LoggingFeature
    use the logging module rt/features/logging instead
    org.apache.cxf.interceptor.AbstractLoggingInterceptor
     
    org.apache.cxf.interceptor.LoggingInInterceptor
    use the logging module rt/features/logging instead
    org.apache.cxf.interceptor.LoggingMessage
    use the logging module rt/features/logging instead
    org.apache.cxf.interceptor.LoggingOutInterceptor
    use the logging module rt/features/logging instead
    org.apache.cxf.jaxrs.interceptor.JAXRSOutExceptionMapperInterceptor
    org.apache.cxf.jaxws22.EndpointImpl
    - all functionality moved to superclass - create superclass instead
    org.apache.cxf.jaxws22.JAXWS22Invoker
    - functionality moved into superclass
    org.apache.cxf.jaxws22.spi.ProviderImpl
    - functionality moved into parent class
    org.apache.cxf.transport.jms.JMSPropertyType
  • Deprecated Annotation Types
    Annotation Type
    Description
    org.apache.cxf.annotations.Logging
  • Deprecated Fields
    Field
    Description
    org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngine.ENABLE_HTTP2_PROP
    org.apache.cxf.transport.jms.JMSConstants.ENDPOINT_CONFIGURATION_URI
    org.apache.cxf.transport.jms.JMSConstants.JMS_CLIENT_CONFIG_ID
    org.apache.cxf.transport.jms.JMSConstants.JMS_CLIENT_CONFIGURATION_URI
    org.apache.cxf.transport.jms.JMSConstants.JMS_CLIENT_RECEIVE_TIMEOUT
    org.apache.cxf.transport.jms.JMSConstants.JMS_CONTENT_TYPE
    org.apache.cxf.transport.jms.JMSConstants.JMS_POOLEDSESSION
    org.apache.cxf.transport.jms.JMSConstants.JMS_QUEUE
    org.apache.cxf.transport.jms.JMSConstants.JMS_RESPONSE_MESSAGE
    org.apache.cxf.transport.jms.JMSConstants.JMS_SERVER_CONFIG_ID
    org.apache.cxf.transport.jms.JMSConstants.JMS_SERVER_CONFIGURATION_URI
    org.apache.cxf.transport.jms.JMSConstants.JMS_TOPIC
    org.apache.cxf.transport.jms.JMSConstants.PORT_CONFIGURATION_URI
    org.apache.cxf.transport.jms.JMSConstants.SERVICE_CONFIGURATION_URI
    org.apache.cxf.transport.jms.spec.JMSSpecConstants.SOAP_JMS_NAMESPACE
    org.apache.cxf.ws.addressing.JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_INBOUND
    org.apache.cxf.ws.addressing.JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_OUTBOUND
    org.apache.cxf.ws.addressing.JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_INBOUND
    org.apache.cxf.ws.addressing.JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_OUTBOUND
  • Deprecated Methods
    Method
    Description
    org.apache.cxf.attachment.AttachmentUtil.createAttachment(InputStream, Map<String, List<String>>)
    use createAttachment(InputStream stream, Map<String, List> headers, Message message)
    org.apache.cxf.common.logging.AbstractDelegatingLogger.logrb(Level, String, String, String, String)
    org.apache.cxf.common.logging.AbstractDelegatingLogger.logrb(Level, String, String, String, String, Object)
    org.apache.cxf.common.logging.AbstractDelegatingLogger.logrb(Level, String, String, String, String, Object[])
    org.apache.cxf.common.logging.AbstractDelegatingLogger.logrb(Level, String, String, String, String, Throwable)
    org.apache.cxf.configuration.jsse.TLSParameterJaxBUtils.getTrustManagers(TrustManagersType)
    org.apache.cxf.frontend.WSDLGetUtils.updateDoc(Document, String, Map<String, Definition>, Map<String, SchemaReference>, Message, String, String)
    org.apache.cxf.interceptor.security.JAASLoginInterceptor.setRolePrefix(String)
    replaced by JAASLoginInterceptor.setRoleClassifier(String)
    org.apache.cxf.jaxrs.model.wadl.WadlGenerator.setLinkJsonToXmlSchema(boolean)
    org.apache.cxf.jaxrs.security.ClaimsAuthorizingFilter.setClaims(Map<String, List<ClaimBean>>)
    org.apache.cxf.jaxrs.security.ClaimsAuthorizingFilter.setSecuredObject(Object)
    org.apache.cxf.jaxrs.security.JAASAuthenticationFilter.setRolePrefix(String)
    org.apache.cxf.jaxrs.utils.schemas.SchemaHandler.setSchemas(List<String>)
    org.apache.cxf.management.jmx.InstrumentationManagerImpl.register()
    org.apache.cxf.message.MessageUtils.isTrue(Object)
    replaced by {@link #PropertyUtils#isTrue(Object)}
    org.apache.cxf.rs.security.jose.jws.JwsJsonProducer.getJwsJsonSignedDocument(boolean)
    org.apache.cxf.rs.security.jose.jws.JwsUtils.loadPublicVerificationKeys(Message, Properties)
    org.apache.cxf.rt.security.claims.Claim.setValue(Object)
    org.apache.cxf.security.transport.TLSSessionInfo.getChipherSuite()
    org.apache.cxf.transport.jms.JMSConfiguration.setReconnectOnException(boolean)
    org.apache.cxf.transport.jms.JMSConfiguration.setTransactionManager(Object)
    org.apache.cxf.transport.jms.JMSMessageHeadersType.getProperty()
    org.apache.cxf.ws.rm.persistence.RMMessage.getAttachments()
    not used as the optional attachments are stored in the content
    org.apache.cxf.ws.rm.persistence.RMMessage.setAttachments(List<InputStream>)
    not used as the optional attachments are stored in the content
  • Deprecated Constructors
    Constructor
    Description
    org.apache.cxf.transport.http.netty.server.NettyHttpServerEngine(String, int)
    org.apache.cxf.transport.http.netty.server.NettyHttpServletPipelineFactory(TLSServerParameters, boolean, int, int, Map<String, NettyHttpContextHandler>, NettyHttpServerEngine)
    use NettyHttpServletPipelineFactory(TLSServerParameters, boolean, int, Map, NettyHttpServerEngine, EventExecutorGroup)

Apache CXF