Uses of Interface
org.apache.cxf.message.Message
-
-
Uses of Message in org.apache.cxf.attachment
Methods in org.apache.cxf.attachment with parameters of type Message Modifier and Type Method Description voidAttachmentDataSource. cache(Message message)static AttachmentAttachmentUtil. createAttachment(InputStream stream, Map<String,List<String>> headers, Message message)voidAttachmentDataSource. hold(Message message)static booleanAttachmentUtil. isMtomEnabled(Message message)static voidAttachmentUtil. setStreamedAttachmentProperties(Message message, CachedOutputStream bos)Constructors in org.apache.cxf.attachment with parameters of type Message Constructor Description AttachmentDeserializer(Message message)AttachmentDeserializer(Message message, List<String> supportedTypes)AttachmentSerializer(Message messageParam)AttachmentSerializer(Message messageParam, String multipartType, boolean writeOptionalTypeParameters, Map<String,List<String>> headers) -
Uses of Message in org.apache.cxf.binding
Methods in org.apache.cxf.binding that return Message Modifier and Type Method Description MessageBinding. createMessage()Create a Message for this Binding.MessageBinding. createMessage(Message m)Create a Message form the message.Methods in org.apache.cxf.binding with parameters of type Message Modifier and Type Method Description MessageBinding. createMessage(Message m)Create a Message form the message. -
Uses of Message in org.apache.cxf.binding.coloc
Methods in org.apache.cxf.binding.coloc that return Message Modifier and Type Method Description protected MessageColocOutInterceptor. getInBoundMessage(Exchange ex)Methods in org.apache.cxf.binding.coloc that return types with arguments of type Message Modifier and Type Method Description protected List<Interceptor<? extends Message>>ColocMessageObserver. addColocInterceptors()Methods in org.apache.cxf.binding.coloc with parameters of type Message Modifier and Type Method Description static voidColocUtil. convertObjectToSource(Message message)static voidColocUtil. convertSourceToObject(Message message)voidColocInInterceptor. handleMessage(Message msg)voidColocOutInterceptor. handleMessage(Message message)voidWebFaultInInterceptor. handleMessage(Message message)protected voidColocOutInterceptor. invokeColocObserver(Message outMsg, Endpoint inboundEndpoint)voidColocMessageObserver. onMessage(Message m)protected voidColocMessageObserver. setExchangeProperties(Exchange exchange, Message m) -
Uses of Message in org.apache.cxf.binding.corba
Classes in org.apache.cxf.binding.corba that implement Message Modifier and Type Class Description classCorbaMessageMethods in org.apache.cxf.binding.corba that return Message Modifier and Type Method Description MessageCorbaBinding. createMessage()MessageCorbaBinding. createMessage(Message m)Methods in org.apache.cxf.binding.corba that return types with arguments of type Message Modifier and Type Method Description List<Interceptor<? extends Message>>CorbaBinding. getFaultInInterceptors()List<Interceptor<? extends Message>>CorbaBinding. getFaultOutInterceptors()Methods in org.apache.cxf.binding.corba with parameters of type Message Modifier and Type Method Description voidCorbaConduit. close(Message message)voidCorbaServerConduit. close(Message message)MessageCorbaBinding. createMessage(Message m)ConduitCorbaDestination. getBackChannel(Message inMessage)voidCorbaConduit. prepare(Message message)voidCorbaServerConduit. prepare(Message message)Constructors in org.apache.cxf.binding.corba with parameters of type Message Constructor Description CorbaMessage(Message m) -
Uses of Message in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type Message Modifier and Type Method Description voidCorbaStreamFaultInInterceptor. handleMessage(Message msg)voidCorbaStreamFaultOutInterceptor. handleMessage(Message msg)voidCorbaStreamInInterceptor. handleMessage(Message message)voidCorbaStreamOutEndingInterceptor. handleMessage(Message msg)voidCorbaStreamOutInterceptor. handleMessage(Message msg) -
Uses of Message in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils with parameters of type Message Modifier and Type Method Description static booleanContextUtils. isOutbound(Message message)Determine if message is outbound.static booleanContextUtils. isRequestor(Message message) -
Uses of Message in org.apache.cxf.binding.soap
Classes in org.apache.cxf.binding.soap that implement Message Modifier and Type Class Description classSoapMessageMethods in org.apache.cxf.binding.soap that return Message Modifier and Type Method Description MessageSoapBinding. createMessage()MessageSoapBinding. createMessage(Message m)Methods in org.apache.cxf.binding.soap with parameters of type Message Modifier and Type Method Description MessageSoapBinding. createMessage(Message m)Constructors in org.apache.cxf.binding.soap with parameters of type Message Constructor Description SoapMessage(Message message) -
Uses of Message in org.apache.cxf.binding.soap.interceptor
Methods in org.apache.cxf.binding.soap.interceptor with parameters of type Message Modifier and Type Method Description protected StringRPCOutInterceptor. addOperationNode(NSStack nsStack, Message message, XMLStreamWriter xmlWriter, boolean output, BindingOperationInfo boi)protected DataWriter<XMLStreamWriter>SoapOutInterceptor. getDataWriter(Message message)static StringSoapActionInInterceptor. getSoapAction(Message m)protected XMLStreamWriterRPCOutInterceptor. getXMLStreamWriter(Message message)voidRPCInInterceptor. handleMessage(Message message)voidRPCOutInterceptor. handleMessage(Message message)voidSoapHeaderInterceptor. handleMessage(Message m)protected EndpointEndpointSelectionInterceptor. selectEndpoint(Message message, Set<Endpoint> eps) -
Uses of Message in org.apache.cxf.binding.soap.saaj
Methods in org.apache.cxf.binding.soap.saaj that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>SAAJInInterceptor. getAdditionalInterceptors() -
Uses of Message in org.apache.cxf.binding.xml
Classes in org.apache.cxf.binding.xml that implement Message Modifier and Type Class Description classXMLMessageMethods in org.apache.cxf.binding.xml that return Message Modifier and Type Method Description MessageXMLBinding. createMessage()MessageXMLBinding. createMessage(Message m)Methods in org.apache.cxf.binding.xml with parameters of type Message Modifier and Type Method Description MessageXMLBinding. createMessage(Message m)Constructors in org.apache.cxf.binding.xml with parameters of type Message Constructor Description XMLMessage(Message message) -
Uses of Message in org.apache.cxf.binding.xml.interceptor
Methods in org.apache.cxf.binding.xml.interceptor with parameters of type Message Modifier and Type Method Description voidXMLFaultOutInterceptor. handleFault(Message message)voidXMLFaultInInterceptor. handleMessage(Message message)voidXMLFaultOutInterceptor. handleMessage(Message message)voidXMLMessageInInterceptor. handleMessage(Message message)voidXMLMessageOutInterceptor. handleMessage(Message message)protected booleanXMLFaultOutInterceptor. mustPropogateException(Message m) -
Uses of Message in org.apache.cxf.bus.spring
Methods in org.apache.cxf.bus.spring that return types with arguments of type Message Modifier and Type Method Description List<Interceptor<? extends Message>>BusDefinitionParser.BusConfig. getInFaultInterceptors()List<Interceptor<? extends Message>>BusDefinitionParser.BusConfig. getInInterceptors()List<Interceptor<? extends Message>>BusDefinitionParser.BusConfig. getOutFaultInterceptors()List<Interceptor<? extends Message>>BusDefinitionParser.BusConfig. getOutInterceptors()Method parameters in org.apache.cxf.bus.spring with type arguments of type Message Modifier and Type Method Description voidBusDefinitionParser.BusConfig. setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidBusDefinitionParser.BusConfig. setInInterceptors(List<Interceptor<? extends Message>> interceptors)voidBusDefinitionParser.BusConfig. setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidBusDefinitionParser.BusConfig. setOutInterceptors(List<Interceptor<? extends Message>> interceptors) -
Uses of Message in org.apache.cxf.cdi
Methods in org.apache.cxf.cdi with parameters of type Message Modifier and Type Method Description ObjectPerRequestResourceProvider. getInstance(Message m)ObjectSingletonResourceProvider. getInstance(Message m)voidPerRequestResourceProvider. releaseInstance(Message m, Object o)voidSingletonResourceProvider. releaseInstance(Message m, Object o) -
Uses of Message in org.apache.cxf.clustering
Methods in org.apache.cxf.clustering with parameters of type Message Modifier and Type Method Description voidFailoverTargetSelector. prepare(Message message)Called prior to the interceptor chain being traversed.protected booleanFailoverTargetSelector. replaceEndpointAddressPropertyIfNeeded(Message message, String endpointAddress, Conduit cond)ConduitCircuitBreakerTargetSelector. selectConduit(Message message)ConduitFailoverTargetSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitLoadDistributorTargetSelector. selectConduit(Message message)Called when a Conduit is actually required. -
Uses of Message in org.apache.cxf.common.util
Methods in org.apache.cxf.common.util with parameters of type Message Modifier and Type Method Description static IntegerPropertyUtils. getInteger(Message message, String key)static LongPropertyUtils. getLong(Message message, String key) -
Uses of Message in org.apache.cxf.databinding
Fields in org.apache.cxf.databinding with type parameters of type Message Modifier and Type Field Description protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding. inFaultInterceptorsprotected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding. inInterceptorsprotected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding. outFaultInterceptorsprotected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding. outInterceptorsMethods in org.apache.cxf.databinding that return types with arguments of type Message Modifier and Type Method Description List<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding. getInFaultInterceptors()List<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding. getInInterceptors()List<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding. getOutFaultInterceptors()List<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding. getOutInterceptors() -
Uses of Message in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type Message Modifier and Type Method Description voidStaxDataBindingInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint with parameters of type Message Modifier and Type Method Description protected ConduitAbstractConduitSelector. createConduit(Message message, Exchange exchange, ConduitInitiator conduitInitiator)protected ConduitAbstractConduitSelector. findCompatibleConduit(Message message)If address protocol was changed, conduit should be re-initialisedprotected ConduitAbstractConduitSelector. getSelectedConduit(Message message)Mechanics to actually get the Conduit from the ConduitInitiator if necessary.protected voidClientImpl. modifyChain(InterceptorChain chain, Message ctx, boolean in)voidClientImpl. onMessage(Message message)voidConduitSelector. prepare(Message message)Called prior to the interceptor chain being traversed.voidDeferredConduitSelector. prepare(Message message)Called prior to the interceptor chain being traversed.voidNullConduitSelector. prepare(Message message)Called prior to the interceptor chain being traversed.voidPreexistingConduitSelector. prepare(Message message)Called prior to the interceptor chain being traversed.voidUpfrontConduitSelector. prepare(Message message)Called prior to the interceptor chain being traversed.protected voidClientImpl. prepareConduitSelector(Message message)protected Object[]ClientImpl. processResult(Message message, Exchange exchange, BindingOperationInfo oi, Map<String,Object> resContext)protected booleanAbstractConduitSelector. replaceEndpointAddressPropertyIfNeeded(Message message, String endpointAddress, Conduit cond)ConduitConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitDeferredConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitNullConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitPreexistingConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitUpfrontConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.protected voidClientImpl. setContext(Map<String,Object> ctx, Message message)protected voidClientImpl. setOutMessageProperties(Message message, BindingOperationInfo boi)protected voidClientImpl. setParameters(Object[] params, Message message)voidClientCallback. start(Message msg)Called when a message is first received prior to any actions being applied to the message. -
Uses of Message in org.apache.cxf.ext.logging
Methods in org.apache.cxf.ext.logging that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>LoggingInInterceptor. getAdditionalInterceptors()Methods in org.apache.cxf.ext.logging with parameters of type Message Modifier and Type Method Description voidAbstractLoggingInterceptor. createExchangeId(Message message)voidLoggingInInterceptor. handleMessage(Message message)voidLoggingOutInterceptor. handleMessage(Message message)voidWireTapIn. handleMessage(Message message)protected static booleanAbstractLoggingInterceptor. isLoggingDisabledNow(Message message)protected StringAbstractLoggingInterceptor. maskSensitiveElements(Message message, String originalLogString)StringMaskSensitiveHelper. maskSensitiveElements(Message message, String originalLogString)protected StringAbstractLoggingInterceptor. transform(Message message, String originalLogString)Constructors in org.apache.cxf.ext.logging with parameters of type Message Constructor Description LoggingCallback(LogEventSender sender, Message msg, OutputStream os, int limit) -
Uses of Message in org.apache.cxf.ext.logging.event
Methods in org.apache.cxf.ext.logging.event with parameters of type Message Modifier and Type Method Description EventTypeDefaultLogEventMapper. getEventType(Message message)Gets the event type from message.LogEventDefaultLogEventMapper. map(Message message)LogEventDefaultLogEventMapper. map(Message message, Set<String> sensitiveProtocolHeaders)voidDefaultLogEventMapper. setEpInfo(Message message, LogEvent event) -
Uses of Message in org.apache.cxf.feature.transform
Methods in org.apache.cxf.feature.transform with parameters of type Message Modifier and Type Method Description protected booleanAbstractXSLTInterceptor. checkContextProperty(Message message)voidXSLTInInterceptor. handleMessage(Message message)voidXSLTOutInterceptor. handleMessage(Message message)protected voidXSLTInInterceptor. transformIS(Message message, InputStream is)protected voidXSLTOutInterceptor. transformOS(Message message, OutputStream out)protected voidXSLTInInterceptor. transformReader(Message message, Reader reader)protected voidXSLTOutInterceptor. transformWriter(Message message, Writer writer)protected voidXSLTInInterceptor. transformXReader(Message message, XMLStreamReader xReader)protected voidXSLTOutInterceptor. transformXWriter(Message message, XMLStreamWriter xWriter) -
Uses of Message in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend with parameters of type Message Modifier and Type Method Description protected voidWSDLGetInterceptor. cleanUpOutInterceptors(Message outMessage)DocumentWSDLGetUtils. getDocument(Message message, String base, Map<String,String> params, String ctxUri, EndpointInfo endpointInfo)protected StringWSDLGetUtils. getPublishedEndpointURL(Message message, String base, EndpointInfo endpointInfo)Retrieve the published endpoint url from the working information set.Map<String,String>WSDLGetUtils. getSchemaLocations(Message message, String base, String ctxUri, EndpointInfo endpointInfo)Set<String>WSDLGetUtils. getWSDLIds(Message message, String base, String ctxUri, EndpointInfo endpointInfo)voidWSDLGetInterceptor. handleMessage(Message message)voidWSDLGetOutInterceptor. handleMessage(Message message)protected voidWSDLGetUtils. updateDoc(Document doc, String base, Map<String,javax.wsdl.Definition> mp, Map<String,javax.wsdl.extensions.schema.SchemaReference> smp, Message message, String xsdWsdlPar)protected voidWSDLGetUtils. updateDoc(Document doc, String base, Map<String,javax.wsdl.Definition> mp, Map<String,javax.wsdl.extensions.schema.SchemaReference> smp, Message message, String xsd, String wsdl)Deprecated.protected voidWSDLGetUtils. updateWSDLKeyDefinition(Bus bus, Map<String,javax.wsdl.Definition> mp, Message message, Map<String,javax.wsdl.extensions.schema.SchemaReference> smp, String base, EndpointInfo endpointInfo)Create a wsdl Definition object from the endpoint information and register it in the local data structure for future reference.DocumentWSDLGetUtils. writeWSDLDocument(Message message, Map<String,javax.wsdl.Definition> mp, Map<String,javax.wsdl.extensions.schema.SchemaReference> smp, String wsdl, String base, EndpointInfo endpointInfo)Write the contents of a wsdl Definition object to a file.Constructor parameters in org.apache.cxf.frontend with type arguments of type Message Constructor Description WSDLGetInterceptor(Interceptor<Message> outInterceptor) -
Uses of Message in org.apache.cxf.helpers
Methods in org.apache.cxf.helpers with parameters of type Message Modifier and Type Method Description static SchemaValidation.SchemaValidationTypeServiceUtils. getSchemaValidationType(Message message)A convenience method to check for schema validation config in the message context, and then in the service model.static booleanServiceUtils. isSchemaValidationEnabled(SchemaValidation.SchemaValidationType type, Message message)A short cut method to be able to test for if Schema Validation should be enabled for IN or OUT without having to check BOTH and IN or OUT. -
Uses of Message in org.apache.cxf.interceptor
Classes in org.apache.cxf.interceptor with type parameters of type Message Modifier and Type Interface Description interfaceInterceptor<T extends Message>Base interface for all interceptors.Methods in org.apache.cxf.interceptor that return types with arguments of type Message Modifier and Type Method Description Class<? extends Interceptor<? extends Message>>[]classes()Class<? extends Interceptor<? extends Message>>[]classes()Class<? extends Interceptor<? extends Message>>[]classes()Class<? extends Interceptor<? extends Message>>[]classes()List<Interceptor<? extends Message>>AbstractAttributedInterceptorProvider. getInFaultInterceptors()List<Interceptor<? extends Message>>AbstractBasicInterceptorProvider. getInFaultInterceptors()List<Interceptor<? extends Message>>AnnotationInterceptors. getInFaultInterceptors()List<Interceptor<? extends Message>>InterceptorProvider. getInFaultInterceptors()Returns the list of interceptors attached to the incoming fault interceptor chain of the object.List<Interceptor<? extends Message>>AbstractAttributedInterceptorProvider. getInInterceptors()List<Interceptor<? extends Message>>AbstractBasicInterceptorProvider. getInInterceptors()List<Interceptor<? extends Message>>AnnotationInterceptors. getInInterceptors()List<Interceptor<? extends Message>>InterceptorProvider. getInInterceptors()Returns the list of interceptors attached to the incoming interceptor chain of the object.ListIterator<Interceptor<? extends Message>>InterceptorChain. getIterator()List<Interceptor<? extends Message>>AbstractAttributedInterceptorProvider. getOutFaultInterceptors()List<Interceptor<? extends Message>>AbstractBasicInterceptorProvider. getOutFaultInterceptors()List<Interceptor<? extends Message>>AnnotationInterceptors. getOutFaultInterceptors()List<Interceptor<? extends Message>>InterceptorProvider. getOutFaultInterceptors()Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.List<Interceptor<? extends Message>>AbstractAttributedInterceptorProvider. getOutInterceptors()List<Interceptor<? extends Message>>AbstractBasicInterceptorProvider. getOutInterceptors()List<Interceptor<? extends Message>>AnnotationInterceptors. getOutInterceptors()List<Interceptor<? extends Message>>InterceptorProvider. getOutInterceptors()Returns the list of interceptors attached to the outgoing interceptor chain of the object.Methods in org.apache.cxf.interceptor with parameters of type Message Modifier and Type Method Description booleanInterceptorChain. doIntercept(Message message)booleanInterceptorChain. doInterceptStartingAfter(Message message, String startingAfterInterceptorID)booleanInterceptorChain. doInterceptStartingAt(Message message, String startingAtInterceptorID)protected MessagePartInfoAbstractInDatabindingInterceptor. findMessagePart(Exchange exchange, Collection<OperationInfo> operations, QName name, boolean client, int index, Message message)Find the next possible message part in the message.protected static ConduitOutgoingChainInterceptor. getBackChannelConduit(Message message)static ConduitMessageSenderInterceptor. getConduit(Message message)protected DataReader<XMLStreamReader>AbstractInDatabindingInterceptor. getDataReader(Message message)protected <T> DataReader<T>AbstractInDatabindingInterceptor. getDataReader(Message message, Class<T> input)protected <T> DataWriter<T>AbstractOutDatabindingInterceptor. getDataWriter(Message message, Service service, Class<T> output)protected ObjectFaultOutInterceptor. getFaultBean(Throwable cause, FaultInfo faultPart, Message message)protected MessageInfoAbstractInDatabindingInterceptor. getMessageInfo(Message message, BindingOperationInfo operation)protected MessageInfoAbstractInDatabindingInterceptor. getMessageInfo(Message message, BindingOperationInfo operation, boolean requestor)protected DataReader<Node>AbstractInDatabindingInterceptor. getNodeDataReader(Message message)static XMLInputFactoryStaxInInterceptor. getXMLInputFactory(Message m)static XMLOutputFactoryStaxOutInterceptor. getXMLOutputFactory(Message m)protected DepthXMLStreamReaderAbstractInDatabindingInterceptor. getXMLStreamReader(Message message)protected XMLStreamWriterAbstractOutDatabindingInterceptor. getXMLStreamWriter(Message message)voidAttachmentInInterceptor. handleFault(Message messageParam)voidFIStaxOutInterceptor. handleFault(Message message)voidOneWayProcessorInterceptor. handleFault(Message message)voidStaxOutInterceptor. handleFault(Message message)voidAttachmentInInterceptor. handleMessage(Message message)voidAttachmentOutInterceptor.AttachmentOutEndingInterceptor. handleMessage(Message message)voidAttachmentOutInterceptor. handleMessage(Message message)voidClientFaultConverter. handleMessage(Message msg)voidFaultOutInterceptor. handleMessage(Message message)voidFIStaxInInterceptor. handleMessage(Message message)voidFIStaxOutInterceptor. handleMessage(Message message)voidLoggingInInterceptor. handleMessage(Message message)Deprecated.voidLoggingOutInterceptor. handleMessage(Message message)Deprecated.voidMessageSenderInterceptor. handleMessage(Message message)voidMessageSenderInterceptor.MessageSenderEndingInterceptor. handleMessage(Message message)voidOneWayProcessorInterceptor. handleMessage(Message message)voidOutgoingChainInterceptor. handleMessage(Message message)voidServiceInvokerInterceptor. handleMessage(Message message)voidStaxInEndingInterceptor. handleMessage(Message message)voidStaxInInterceptor. handleMessage(Message message)voidStaxOutEndingInterceptor. handleMessage(Message message)voidStaxOutInterceptor. handleMessage(Message message)protected booleanFIStaxInInterceptor. isHttpVerbSupported(Message message)protected static booleanAbstractLoggingInterceptor. isLoggingDisabledNow(Message message)Deprecated.protected booleanFIStaxInInterceptor. isRequestor(Message message)protected voidLoggingInInterceptor. logging(Logger logger, Message message)Deprecated.protected voidLoggingInInterceptor. logInputStream(Message message, InputStream is, LoggingMessage buffer, String encoding, String ct)Deprecated.protected voidLoggingInInterceptor. logReader(Message message, Reader reader, LoggingMessage buffer)Deprecated.voidAbstractFaultChainInitiatorObserver. onMessage(Message message)voidClientOutFaultObserver. onMessage(Message m)override the super class methodprotected voidClientFaultConverter. processFaultDetail(Fault fault, Message msg)protected voidAbstractInDatabindingInterceptor. setDataReaderValidation(Service service, Message message, DataReader<?> reader)Based on the Schema Validation configuration, will initialise the DataReader with or without the schema set.protected MessageInfoAbstractInDatabindingInterceptor. setMessage(Message message, BindingOperationInfo operation, boolean requestor, ServiceInfo si, MessageInfo msgInfo)protected voidAbstractInDatabindingInterceptor. setOperationSchemaValidation(Message message)protected voidAbstractOutDatabindingInterceptor. setOperationSchemaValidation(Message message)protected booleanAbstractOutDatabindingInterceptor. shouldBuffer(Message message)protected booleanAbstractInDatabindingInterceptor. shouldValidate(Message message)protected booleanAbstractOutDatabindingInterceptor. shouldValidate(Message m)protected booleanAbstractInDatabindingInterceptor. supportsDataReader(Message message, Class<?> input)protected voidAbstractOutDatabindingInterceptor. writeParts(Message message, Exchange exchange, BindingOperationInfo operation, MessageContentsList objs, List<MessagePartInfo> parts)protected booleanAbstractOutDatabindingInterceptor. writeToOutputStream(Message m, BindingInfo info, Service s)Method parameters in org.apache.cxf.interceptor with type arguments of type Message Modifier and Type Method Description voidInterceptorChain. add(Collection<Interceptor<? extends Message>> i)Adds multiple interceptors to the interceptor chain.voidInterceptorChain. add(Interceptor<? extends Message> i)Adds a single interceptor to the interceptor chain.voidInterceptorChain. remove(Interceptor<? extends Message> i)voidAbstractAttributedInterceptorProvider. setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractBasicInterceptorProvider. setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractAttributedInterceptorProvider. setInInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractBasicInterceptorProvider. setInInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractAttributedInterceptorProvider. setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractBasicInterceptorProvider. setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractAttributedInterceptorProvider. setOutInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractBasicInterceptorProvider. setOutInterceptors(List<Interceptor<? extends Message>> interceptors) -
Uses of Message in org.apache.cxf.interceptor.security
Methods in org.apache.cxf.interceptor.security with parameters of type Message Modifier and Type Method Description protected booleanDepthRestrictingStreamInterceptor. canBeIgnored(Message message)protected StringDelegatingAuthenticationInterceptor. getAuthenticationScheme(Message message)protected OperationInfoOperationInfoAuthorizingInterceptor. getTargetOperationInfo(Message message)voidAbstractAuthorizingInInterceptor. handleMessage(Message message)voidAbstractSecurityContextInInterceptor. handleMessage(Message message)voidDelegatingAuthenticationInterceptor. handleMessage(Message message)voidDepthRestrictingStreamInterceptor. handleMessage(Message message)voidJAASLoginInterceptor. handleMessage(Message message)voidOperationInfoAuthorizingInterceptor. handleMessage(Message message)Method parameters in org.apache.cxf.interceptor.security with type arguments of type Message Modifier and Type Method Description voidDelegatingAuthenticationInterceptor. setSchemeHandlers(Map<String,Interceptor<Message>> handlers) -
Uses of Message in org.apache.cxf.interceptor.security.callback
Methods in org.apache.cxf.interceptor.security.callback with parameters of type Message Modifier and Type Method Description CallbackHandlerCallbackHandlerProvider. create(Message message)CallbackHandlerCallbackHandlerProviderAuthPol. create(Message message)CallbackHandlerCallbackHandlerProviderUsernameToken. create(Message message)CallbackHandlerCallbackHandlerTlsCert. create(Message message) -
Uses of Message in org.apache.cxf.interceptor.transform
Methods in org.apache.cxf.interceptor.transform with parameters of type Message Modifier and Type Method Description voidTransformOutInterceptor. handleFault(Message message)voidTransformInInterceptor. handleMessage(Message message)voidTransformOutInterceptor. handleMessage(Message message)protected booleanTransformOutInterceptor. isHttpVerbSupported(Message message) -
Uses of Message in org.apache.cxf.javascript
Fields in org.apache.cxf.javascript with type parameters of type Message Modifier and Type Field Description static Interceptor<? extends Message>JavascriptGetInterceptor. INSTANCEMethods in org.apache.cxf.javascript with parameters of type Message Modifier and Type Method Description voidJavascriptGetInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.jaxb
Methods in org.apache.cxf.jaxb with parameters of type Message Modifier and Type Method Description protected javax.xml.bind.ValidationEventHandlerJAXBDataBase. getValidationEventHandler(Message m, String property) -
Uses of Message in org.apache.cxf.jaxb.attachment
Methods in org.apache.cxf.jaxb.attachment with parameters of type Message Modifier and Type Method Description voidJAXBAttachmentSchemaValidationHack. handleMessage(Message message) -
Uses of Message in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return Message Modifier and Type Method Description MessageJAXRSBinding. createMessage()MessageJAXRSBinding. createMessage(Message m)Methods in org.apache.cxf.jaxrs with parameters of type Message Modifier and Type Method Description protected AsyncResponseImplJAXRSInvoker. checkFutureResponse(Message inMessage, Object result)MessageJAXRSBinding. createMessage(Message m)protected javax.ws.rs.core.MultivaluedMap<String,String>JAXRSInvoker. getTemplateValues(Message msg) -
Uses of Message in org.apache.cxf.jaxrs.blueprint
Methods in org.apache.cxf.jaxrs.blueprint with parameters of type Message Modifier and Type Method Description ObjectBlueprintResourceFactory. getInstance(Message m)voidBlueprintResourceFactory. releaseInstance(Message m, Object o) -
Uses of Message in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return Message Modifier and Type Method Description protected MessageAbstractClient. createMessage(Object body, String httpMethod, javax.ws.rs.core.MultivaluedMap<String,String> headers, URI currentURI, Exchange exchange, Map<String,Object> invocationContext, boolean proxy)protected MessageClientProxyImpl. createMessage(Object body, OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap<String,String> headers, URI currentURI, Exchange exchange, Map<String,Object> invocationContext, boolean isProxy)Methods in org.apache.cxf.jaxrs.client that return types with arguments of type Message Modifier and Type Method Description List<Interceptor<? extends Message>>ClientConfiguration. getInFaultInterceptors()List<Interceptor<? extends Message>>ClientConfiguration. getInInterceptors()List<Interceptor<? extends Message>>ClientConfiguration. getOutFaultInterceptors()List<Interceptor<? extends Message>>ClientConfiguration. getOutInterceptors()Methods in org.apache.cxf.jaxrs.client with parameters of type Message Modifier and Type Method Description protected javax.ws.rs.client.InvocationCallback<Object>ClientProxyImpl. checkAsyncCallback(OperationResourceInfo ori, Map<String,Object> reqContext, Message outMessage)protected voidAbstractClient. checkClientException(Message outMessage, Exception ex)protected voidClientProxyImpl. checkResponse(Method m, javax.ws.rs.core.Response r, Message inMessage)protected voidAbstractClient.AbstractClientAsyncResponseInterceptor. closeAsyncResponseIfPossible(javax.ws.rs.core.Response r, Message outMessage, JaxrsClientCallback<?> cb)protected ExchangeAbstractClient. createExchange(Message m, Exchange exchange)<T extends Throwable>
ResponseExceptionMapper<T>ClientProviderFactory. createResponseExceptionMapper(Message m, Class<?> paramType)protected abstract voidAbstractClient.AbstractClientAsyncResponseInterceptor. doHandleAsyncResponse(Message message, javax.ws.rs.core.Response r, JaxrsClientCallback<?> cb)protected ObjectClientProxyImpl. doInvokeAsync(OperationResourceInfo ori, Message outMessage, javax.ws.rs.client.InvocationCallback<Object> asyncCallback)protected javax.ws.rs.core.ResponseWebClient. doResponse(Message m, Class<?> responseClass, Type outGenericType)protected voidAbstractClient. doRunInterceptorChain(Message m)protected abstract voidAbstractClient.AbstractBodyWriter. doWriteBody(Message outMessage, Object body, Type bodyType, Annotation[] customAnns, OutputStream os)protected voidClientProxyImpl.BodyWriter. doWriteBody(Message outMessage, Object body, Type bodyType, Annotation[] customAnns, OutputStream os)protected static ResponseExceptionMapper<?>ClientProxyImpl. findExceptionMapper(Message message, Class<?> exType)javax.ws.rs.core.ConfigurationClientProviderFactory. getConfiguration(Message m)static ClientProviderFactoryClientProviderFactory. getInstance(Message m)protected Map<String,Object>AbstractClient. getRequestContext(Message outMessage)protected Class<?>ClientProxyImpl. getReturnType(Method method, Message outMessage)protected voidAbstractClient.AbstractClientAsyncResponseInterceptor. handleAsyncFault(Message message)voidAbstractClient.AbstractClientAsyncResponseInterceptor. handleFault(Message message)voidAbstractClient.AbstractBodyWriter. handleMessage(Message outMessage)voidAbstractClient.AbstractClientAsyncResponseInterceptor. handleMessage(Message message)protected ObjectClientProxyImpl. handleResponse(Message outMessage, Class<?> serviceCls)protected javax.ws.rs.core.ResponseWebClient. handleResponse(Message outMessage, Class<?> responseClass, Type genericType)protected JaxrsClientCallback<?>ClientProxyImpl. newJaxrsClientCallback(javax.ws.rs.client.InvocationCallback<Object> asyncCallback, Message outMessage, Class<?> responseClass, Type outGenericType)protected voidAbstractClient. prepareConduitSelector(Message message, URI currentURI, boolean proxy)protected Object[]AbstractClient. preProcessResult(Message message)protected <T> TAbstractClient. readBody(javax.ws.rs.core.Response r, Message outMessage, Class<T> cls, Type type, Annotation[] anns)protected booleanAbstractClient. responseStreamCanBeClosed(Message outMessage, Class<?> cls)protected voidAbstractClient. setContexts(Message message, Exchange exchange, Map<String,Object> context, boolean proxy)protected voidAbstractClient. setEmptyRequestPropertyIfNeeded(Message outMessage, Object body)protected voidAbstractClient. setPlainOperationNameProperty(Message outMessage, String name)protected javax.ws.rs.core.Response.ResponseBuilderAbstractClient. setResponseBuilder(Message outMessage, Exchange exchange)protected voidAbstractClient. setSupportOnewayResponseProperty(Message outMessage)protected <T> voidAbstractClient. writeBody(T o, Message outMessage, Class<?> cls, Type type, Annotation[] anns, OutputStream os)Method parameters in org.apache.cxf.jaxrs.client with type arguments of type Message Modifier and Type Method Description voidClientConfiguration. setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)Sets the list of in fault interceptors which will deal with the HTTP faults; the client code may choose to catchWebApplicationExceptionexceptions instead.voidClientConfiguration. setInInterceptors(List<Interceptor<? extends Message>> interceptors)Sets the list of in interceptors which pre-process the responses from remote services.voidClientConfiguration. setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)Sets the list of out fault interceptors which will deal with the client-side faults; the client code may choose to catchClientExceptionexceptions instead.voidClientConfiguration. setOutInterceptors(List<Interceptor<? extends Message>> interceptors)Sets the list of out interceptors which post-process the requests to the remote services. -
Uses of Message in org.apache.cxf.jaxrs.client.spec
Methods in org.apache.cxf.jaxrs.client.spec with parameters of type Message Modifier and Type Method Description protected javax.ws.rs.core.ResponseClientResponseFilterInterceptor. getResponse(Message inMessage)voidClientRequestFilterInterceptor. handleMessage(Message outMessage)voidClientResponseFilterInterceptor. handleMessage(Message inMessage)Constructors in org.apache.cxf.jaxrs.client.spec with parameters of type Message Constructor Description ClientRequestContextImpl(Message m, boolean responseContext)ClientResponseContextImpl(ResponseImpl r, Message m) -
Uses of Message in org.apache.cxf.jaxrs.client.validation
Methods in org.apache.cxf.jaxrs.client.validation with parameters of type Message Modifier and Type Method Description protected voidJAXRSClientBeanValidationOutInterceptor. handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments) -
Uses of Message in org.apache.cxf.jaxrs.ext
Methods in org.apache.cxf.jaxrs.ext with parameters of type Message Modifier and Type Method Description intResourceComparator. compare(ClassResourceInfo cri1, ClassResourceInfo cri2, Message message)Compares two resource classesintResourceComparator. compare(OperationResourceInfo oper1, OperationResourceInfo oper2, Message message)Compares two resource methodsTContextProvider. createContext(Message message)Creates the context instanceConstructors in org.apache.cxf.jaxrs.ext with parameters of type Message Constructor Description MessageContextImpl(Message m)ProtocolHeadersImpl(Message m) -
Uses of Message in org.apache.cxf.jaxrs.ext.search
Methods in org.apache.cxf.jaxrs.ext.search with parameters of type Message Modifier and Type Method Description QueryContextQueryContextProvider. createContext(Message message)SearchContextSearchContextProvider. createContext(Message message)Constructors in org.apache.cxf.jaxrs.ext.search with parameters of type Message Constructor Description SearchContextImpl(Message message) -
Uses of Message in org.apache.cxf.jaxrs.impl
Fields in org.apache.cxf.jaxrs.impl declared as Message Modifier and Type Field Description protected MessageAbstractPropertiesImpl. mprotected MessageAbstractResponseContextImpl. mMethods in org.apache.cxf.jaxrs.impl that return Message Modifier and Type Method Description protected MessageCacheControlHeaderProvider. getCurrentMessage()MessageAbstractPropertiesImpl. getMessage()MessageResponseImpl. getOutMessage()Methods in org.apache.cxf.jaxrs.impl with parameters of type Message Modifier and Type Method Description static PropertyHolderFactory.PropertyHolderPropertyHolderFactory. getPropertyHolder(Message m)protected LevelWebApplicationExceptionMapper. getStackTraceLogLevel(Message msg, javax.ws.rs.core.Response r)StringRequestPreprocessor. preprocess(Message m, javax.ws.rs.core.UriInfo u)voidResponseImpl. setOutMessage(Message message)Constructors in org.apache.cxf.jaxrs.impl with parameters of type Message Constructor Description AbstractInterceptorContextImpl(Class<?> cls, Type type, Annotation[] anns, Message message)AbstractPropertiesImpl(Message message)AbstractRequestContextImpl(Message message, boolean responseContext)AbstractResponseContextImpl(ResponseImpl r, Message m)AsyncResponseImpl(Message inMessage)ContainerRequestContextImpl(Message message, boolean preMatch, boolean responseContext)ContainerResponseContextImpl(ResponseImpl r, Message m, Class<?> serviceCls, Method invoked)HttpHeadersImpl(Message message)HttpServletRequestFilter(javax.servlet.http.HttpServletRequest request, Message message)HttpServletResponseFilter(javax.servlet.http.HttpServletResponse response, Message message)ProvidersImpl(Message m)ReaderInterceptorContextImpl(Class<?> cls, Type type, Annotation[] anns, InputStream is, Message message, List<javax.ws.rs.ext.ReaderInterceptor> readers)ReaderInterceptorMBR(javax.ws.rs.ext.MessageBodyReader<?> reader, Message m)RequestImpl(Message m)ResourceContextImpl(Message m, OperationResourceInfo ori)ResourceInfoImpl(Message m)SecurityContextImpl(Message m)ServletOutputStreamFilter(javax.servlet.ServletOutputStream os, Message m)UriInfoImpl(Message m)UriInfoImpl(Message m, javax.ws.rs.core.MultivaluedMap<String,String> templateParams)WriterInterceptorContextImpl(Object entity, Class<?> cls, Type type, Annotation[] anns, OutputStream os, Message message, List<javax.ws.rs.ext.WriterInterceptor> writers)WriterInterceptorMBW(javax.ws.rs.ext.MessageBodyWriter<Object> writer, Message m) -
Uses of Message in org.apache.cxf.jaxrs.interceptor
Methods in org.apache.cxf.jaxrs.interceptor with parameters of type Message Modifier and Type Method Description voidJAXRSDefaultFaultOutInterceptor. handleFault(Message message)voidJAXRSOutExceptionMapperInterceptor. handleFault(Message message)Deprecated.voidJAXRSOutInterceptor. handleFault(Message message)voidJAXRSDefaultFaultOutInterceptor. handleMessage(Message message)voidJAXRSInInterceptor. handleMessage(Message message)voidJAXRSOutExceptionMapperInterceptor. handleMessage(Message message)Deprecated.voidJAXRSOutInterceptor. handleMessage(Message message)protected booleanJAXRSDefaultFaultOutInterceptor. mustPropogateException(Message m) -
Uses of Message in org.apache.cxf.jaxrs.lifecycle
Methods in org.apache.cxf.jaxrs.lifecycle with parameters of type Message Modifier and Type Method Description protected ObjectPerRequestResourceProvider. createInstance(Message m)ObjectPerRequestResourceProvider. getInstance(Message m)Returns the resource instance which will handle the current requestObjectResourceProvider. getInstance(Message m)Returns the resource instance which will handle the current requestObjectSingletonResourceProvider. getInstance(Message m)Returns the resource instance which will handle the current requestvoidPerRequestResourceProvider. releaseInstance(Message m, Object o)Releases the resource instance if neededvoidResourceProvider. releaseInstance(Message m, Object o)Releases the resource instance if neededvoidSingletonResourceProvider. releaseInstance(Message m, Object o)Releases the resource instance if needed -
Uses of Message in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model with parameters of type Message Modifier and Type Method Description ClassResourceInfoClassResourceInfo. getSubResource(Class<?> typedClass, Class<?> instanceClass, Object instance, boolean resolveContexts, Message message)voidClassResourceInfo. injectContexts(Object resourceObject, OperationResourceInfo ori, Message inMessage)Constructors in org.apache.cxf.jaxrs.model with parameters of type Message Constructor Description ClassResourceInfoComparator(Message m)OperationResourceInfoComparator(Message m, String method)OperationResourceInfoComparator(Message m, String httpMethod, boolean getMethod, javax.ws.rs.core.MediaType contentType, List<javax.ws.rs.core.MediaType> acceptTypes) -
Uses of Message in org.apache.cxf.jaxrs.model.wadl
Methods in org.apache.cxf.jaxrs.model.wadl with parameters of type Message Modifier and Type Method Description protected voidWadlGenerator. doFilter(javax.ws.rs.container.ContainerRequestContext context, Message m)StringBuilderWadlGenerator. generateWADL(String baseURI, List<ClassResourceInfo> cris, boolean isJson, Message m, javax.ws.rs.core.UriInfo ui)protected StringWadlGenerator. getBaseURI(Message m, javax.ws.rs.core.UriInfo ui)javax.ws.rs.core.ResponseWadlGenerator. getExistingResource(Message m, javax.ws.rs.core.UriInfo ui, String href)javax.ws.rs.core.ResponseWadlGenerator. getExistingWadl(Message m, javax.ws.rs.core.UriInfo ui, javax.ws.rs.core.MediaType mt)List<ClassResourceInfo>WadlGenerator. getResourcesList(Message m, javax.ws.rs.core.UriInfo ui) -
Uses of Message in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider with parameters of type Message Modifier and Type Method Description static voidServerProviderFactory. clearThreadLocalProxies(ServerProviderFactory factory, Message message)static voidServerProviderFactory. clearThreadLocalProxies(Message message)<T> ContextProvider<T>ProviderFactory. createContextProvider(Type contextType, Message m)<T> javax.ws.rs.ext.ContextResolver<T>ProviderFactory. createContextResolver(Type contextType, Message m)<T> javax.ws.rs.ext.ContextResolver<T>ProviderFactory. createContextResolver(Type contextType, Message m, javax.ws.rs.core.MediaType type)<T extends Throwable>
javax.ws.rs.ext.ExceptionMapper<T>ServerProviderFactory. createExceptionMapper(Class<?> exceptionType, Message m)<T> javax.ws.rs.ext.MessageBodyReader<T>ProviderFactory. createMessageBodyReader(Class<T> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, Message m)<T> List<javax.ws.rs.ext.ReaderInterceptor>ProviderFactory. createMessageBodyReaderInterceptor(Class<T> bodyType, Type parameterType, Annotation[] parameterAnnotations, javax.ws.rs.core.MediaType mediaType, Message m, boolean checkMbrNow, Set<String> names)<T> javax.ws.rs.ext.MessageBodyWriter<T>ProviderFactory. createMessageBodyWriter(Class<T> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, Message m)<T> List<javax.ws.rs.ext.WriterInterceptor>ProviderFactory. createMessageBodyWriterInterceptor(Class<T> bodyType, Type parameterType, Annotation[] parameterAnnotations, javax.ws.rs.core.MediaType mediaType, Message m, Set<String> names)<T> javax.ws.rs.ext.ParamConverter<T>ProviderFactory. createParameterHandler(Class<T> paramType, Type genericType, Annotation[] anns, Message m)abstract javax.ws.rs.core.ConfigurationProviderFactory. getConfiguration(Message message)javax.ws.rs.core.ConfigurationServerProviderFactory. getConfiguration(Message m)static ProviderFactoryProviderFactory. getInstance(Message m)static ServerProviderFactoryServerProviderFactory. getInstance(Message m)protected <T> booleanProviderFactory. handleMapper(ProviderInfo<T> em, Class<?> expectedType, Message m, Class<?> providerClass, boolean injectContext)protected <T> booleanProviderFactory. handleMapper(ProviderInfo<T> em, Class<?> expectedType, Message m, Class<?> providerClass, Class<?> commonBaseClass, boolean injectContext)protected voidProviderFactory. injectContextValues(ProviderInfo<?> pi, Message m)protected voidServerProviderFactory. injectContextValues(ProviderInfo<?> pi, Message m)static voidServerProviderFactory. releaseRequestState(ServerProviderFactory factory, Message message)static voidServerProviderFactory. releaseRequestState(Message message) -
Uses of Message in org.apache.cxf.jaxrs.provider.dom4j
Methods in org.apache.cxf.jaxrs.provider.dom4j that return Message Modifier and Type Method Description protected MessageDOM4JProvider. getCurrentMessage() -
Uses of Message in org.apache.cxf.jaxrs.provider.jsonp
Methods in org.apache.cxf.jaxrs.provider.jsonp with parameters of type Message Modifier and Type Method Description protected StringAbstractJsonpOutInterceptor. getCallbackValue(Message message)protected StringJsonpInInterceptor. getCallbackValue(Message message)protected StringJsonpJaxrsWriterInterceptor. getCallbackValue(Message message)voidJsonpInInterceptor. handleMessage(Message message)voidJsonpPostStreamInterceptor. handleMessage(Message message)voidJsonpPreStreamInterceptor. handleMessage(Message message)protected voidJsonpPreStreamInterceptor. setContentType(Message message)protected voidAbstractJsonpOutInterceptor. writeValue(Message message, String value) -
Uses of Message in org.apache.cxf.jaxrs.reactivestreams.server
Methods in org.apache.cxf.jaxrs.reactivestreams.server with parameters of type Message Modifier and Type Method Description protected booleanAbstractReactiveInvoker. isJsonResponse(Message inMessage)protected booleanAbstractReactiveInvoker. isStreamingSubscriberUsed(org.reactivestreams.Publisher<?> publisher, javax.ws.rs.container.AsyncResponse asyncResponse, Message inMessage) -
Uses of Message in org.apache.cxf.jaxrs.reactor.server
Methods in org.apache.cxf.jaxrs.reactor.server with parameters of type Message Modifier and Type Method Description protected AsyncResponseImplReactorInvoker. checkFutureResponse(Message inMessage, Object result) -
Uses of Message in org.apache.cxf.jaxrs.rx3.server
Methods in org.apache.cxf.jaxrs.rx3.server with parameters of type Message Modifier and Type Method Description protected AsyncResponseImplReactiveIOInvoker. checkFutureResponse(Message inMessage, Object result)protected AsyncResponseImplReactiveIOInvoker. handleFlowable(Message inMessage, io.reactivex.rxjava3.core.Flowable<?> f)protected AsyncResponseImplReactiveIOInvoker. handleMaybe(Message inMessage, io.reactivex.rxjava3.core.Maybe<?> maybe)protected AsyncResponseImplReactiveIOInvoker. handleObservable(Message inMessage, io.reactivex.rxjava3.core.Observable<?> obs)protected AsyncResponseImplReactiveIOInvoker. handleSingle(Message inMessage, io.reactivex.rxjava3.core.Single<?> single) -
Uses of Message in org.apache.cxf.jaxrs.security
Methods in org.apache.cxf.jaxrs.security that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>KerberosAuthOutInterceptor. getAdditionalInterceptors()Methods in org.apache.cxf.jaxrs.security with parameters of type Message Modifier and Type Method Description protected javax.ws.rs.core.ResponseJAASAuthenticationFilter. handleAuthenticationException(SecurityException ex, Message m)voidKerberosAuthOutInterceptor. handleFault(Message message)voidKerberosAuthOutInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.jaxrs.spring
Methods in org.apache.cxf.jaxrs.spring with parameters of type Message Modifier and Type Method Description ObjectSpringResourceFactory. getInstance(Message m)Returns the resource instance which will handle the current requestprotected voidSpringResourceFactory. initInstance(Message m, Object instance)voidSpringResourceFactory. releaseInstance(Message m, Object o)Releases the resource instance if needed -
Uses of Message in org.apache.cxf.jaxrs.sse
Methods in org.apache.cxf.jaxrs.sse with parameters of type Message Modifier and Type Method Description javax.ws.rs.sse.SseSseContextProvider. createContext(Message message)javax.ws.rs.sse.SseEventSinkSseEventSinkContextProvider. createContext(Message message) -
Uses of Message in org.apache.cxf.jaxrs.sse.interceptor
Methods in org.apache.cxf.jaxrs.sse.interceptor with parameters of type Message Modifier and Type Method Description voidSseInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils that return Message Modifier and Type Method Description static MessageJAXRSUtils. getContextMessage(Message m)static MessageJAXRSUtils. getCurrentMessage()Methods in org.apache.cxf.jaxrs.utils with parameters of type Message Modifier and Type Method Description static <T extends Throwable>
javax.ws.rs.core.ResponseExceptionUtils. convertFaultToResponse(T ex, Message currentMessage)static <T extends Throwable>
javax.ws.rs.core.ResponseJAXRSUtils. convertFaultToResponse(T ex, Message currentMessage)static ObjectJAXRSUtils. createBeanParamValue(Message m, Class<?> clazz, OperationResourceInfo ori)static Object[]ResourceUtils. createConstructorArguments(Constructor<?> c, Message m, boolean perRequest)static Object[]ResourceUtils. createConstructorArguments(Constructor<?> c, Message m, boolean perRequest, Map<Class<?>,Object> contextValues)static Object[]ResourceUtils. createConstructorArguments(Constructor<?> c, Message m, boolean perRequest, Map<Class<?>,Object> contextValues, Class<?>[] params, Annotation[][] anns, Type[] genericTypes)static javax.ws.rs.ext.ContextResolver<?>JAXRSUtils. createContextResolver(Type genericType, Message m)static <T> TJAXRSUtils. createContextValue(Message m, Type genericType, Class<T> clazz)static <T> TInjectionUtils. createFromParameterHandler(String value, Class<T> pClass, Type genericType, Annotation[] anns, Message message)static ObjectJAXRSUtils. createHttpParameterValue(Parameter parameter, Class<?> parameterClass, Type genericParam, Annotation[] paramAnns, Message message, javax.ws.rs.core.MultivaluedMap<String,String> values, OperationResourceInfo ori)static ObjectInjectionUtils. createParameterObject(List<String> paramValues, Class<?> paramType, Type genericType, Annotation[] paramAnns, String defaultValue, boolean decoded, ParameterType pathParam, Message message)static ObjectJAXRSUtils. createResourceValue(Message m, Type genericType, Class<?> clazz)static javax.ws.rs.core.ResponseJAXRSUtils. createResponse(List<ClassResourceInfo> cris, Message msg, String responseMessage, int status, boolean addAllow)static <T> THttpUtils. createServletResourceValue(Message m, Class<T> clazz)static OperationResourceInfoJAXRSUtils. findTargetMethod(Map<ClassResourceInfo,javax.ws.rs.core.MultivaluedMap<String,String>> matchedResources, Message message, String httpMethod, javax.ws.rs.core.MultivaluedMap<String,String> matchedValues, String requestContentType, List<javax.ws.rs.core.MediaType> acceptContentTypes)static OperationResourceInfoJAXRSUtils. findTargetMethod(Map<ClassResourceInfo,javax.ws.rs.core.MultivaluedMap<String,String>> matchedResources, Message message, String httpMethod, javax.ws.rs.core.MultivaluedMap<String,String> matchedValues, String requestContentType, List<javax.ws.rs.core.MediaType> acceptContentTypes, boolean throwException, boolean recordMatchedUri)static StringHttpUtils. getBaseAddress(Message m)static MessageJAXRSUtils. getContextMessage(Message m)static StringHttpUtils. getEndpointAddress(Message m)static StringHttpUtils. getEndpointUri(Message m)static LevelJAXRSUtils. getExceptionLogLevel(Message message, Class<? extends javax.ws.rs.WebApplicationException> exClass)static javax.ws.rs.core.MultivaluedMap<String,Object>HttpUtils. getModifiableHeaders(Message m)static <T> javax.ws.rs.core.MultivaluedMap<String,T>HttpUtils. getModifiableStringHeaders(Message m)static StringHttpUtils. getOriginalAddress(Message m)static <T> Optional<javax.ws.rs.ext.ParamConverter<T>>InjectionUtils. getParamConverter(Class<T> pClass, Type genericType, Annotation[] anns, Message message)static StringHttpUtils. getPathToMatch(Message m, boolean addSlash)static StringHttpUtils. getProtocolHeader(Message m, String name, String defaultValue)static StringHttpUtils. getProtocolHeader(Message m, String name, String defaultValue, boolean setOnMessage)static ClassResourceInfoJAXRSUtils. getRootResource(Message m)static List<ClassResourceInfo>JAXRSUtils. getRootResources(Message message)static StringJAXRSUtils. getUriTemplate(Message message, ClassResourceInfo cri, OperationResourceInfo ori)Get path URI template, combining base path, class & method templatesstatic StringJAXRSUtils. getUriTemplate(Message message, ClassResourceInfo cri, OperationResourceInfo ori, OperationResourceInfo subOri)Get path URI template, combining base path, class & method & subresource templatesstatic ObjectInjectionUtils. handleBean(Class<?> paramType, Annotation[] paramAnns, javax.ws.rs.core.MultivaluedMap<String,String> values, ParameterType pType, Message message, boolean decoded)static <T> TInjectionUtils. handleParameter(String value, boolean decoded, Class<T> pClass, Type genericType, Annotation[] paramAnns, ParameterType pType, Message message)static voidInjectionUtils. injectConstructorProxies(Object o, AbstractResourceInfo cri, Message m)static voidInjectionUtils. injectContextFields(Object o, AbstractResourceInfo cri, Message m)static voidInjectionUtils. injectContextMethods(Object requestObject, AbstractResourceInfo cri, Message message)static voidInjectionUtils. injectContexts(Object requestObject, AbstractResourceInfo resource, Message message)static voidJAXRSUtils. injectParameters(OperationResourceInfo ori, Object requestObject, Message message)static voidJAXRSUtils. injectParameters(OperationResourceInfo ori, BeanResourceInfo bri, Object requestObject, Message message)static voidInjectionUtils. injectThroughMethod(Object requestObject, Method method, Object parameterValue, Message inMessage)static booleanFormUtils. isFormPostRequest(Message m)static booleanHttpUtils. isHttpRequest(Message message)static voidFormUtils. populateMapFromMultipart(javax.ws.rs.core.MultivaluedMap<String,String> params, MultipartBody body, Message m, boolean decode)static voidFormUtils. populateMapFromString(javax.ws.rs.core.MultivaluedMap<String,String> params, Message m, String postBody, String enc, boolean decode)static voidFormUtils. populateMapFromString(javax.ws.rs.core.MultivaluedMap<String,String> params, Message m, String postBody, String enc, boolean decode, javax.servlet.http.HttpServletRequest request)static voidFormUtils. populateMapFromStringOrHttpRequest(javax.ws.rs.core.MultivaluedMap<String,String> params, Message m, String postBody, String enc, boolean decode)static List<Object>JAXRSUtils. processParameters(OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap<String,String> values, Message message)static booleanExceptionUtils. propogateException(Message m)static voidJAXRSUtils. pushOntoStack(OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap<String,String> params, Message msg)static javax.ws.rs.core.FormFormUtils. readForm(FormEncodingProvider<javax.ws.rs.core.Form> provider, Message message)static ObjectJAXRSUtils. readFromMessageBodyReader(List<javax.ws.rs.ext.ReaderInterceptor> readers, Class<?> targetTypeClass, Type parameterType, Annotation[] parameterAnnotations, InputStream is, javax.ws.rs.core.MediaType mediaType, Message m)static voidHttpUtils. resetRequestURI(Message m, String requestURI)static voidFormUtils. restoreForm(FormEncodingProvider<javax.ws.rs.core.Form> provider, javax.ws.rs.core.Form form, Message message)static booleanJAXRSUtils. runContainerRequestFilters(ServerProviderFactory pf, Message m, boolean preMatch, Set<String> names)static voidJAXRSUtils. runContainerResponseFilters(ServerProviderFactory pf, ResponseImpl r, Message m, OperationResourceInfo ori, Method invoked)static Map<ClassResourceInfo,javax.ws.rs.core.MultivaluedMap<String,String>>JAXRSUtils. selectResourceClass(List<ClassResourceInfo> resources, String path, Message message)static voidHttpUtils. setHttpRequestURI(Message message, String uriTemplate)static voidJAXRSUtils. setMessageContentType(Message message, javax.ws.rs.core.Response response)static URIHttpUtils. toAbsoluteUri(String relativePath, Message message)static URIHttpUtils. toAbsoluteUri(URI u, Message message)static voidHttpUtils. updatePath(Message m, String path)static voidJAXRSUtils. writeMessageBody(List<javax.ws.rs.ext.WriterInterceptor> writers, Object entity, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, Message message) -
Uses of Message in org.apache.cxf.jaxrs.validation
Methods in org.apache.cxf.jaxrs.validation with parameters of type Message Modifier and Type Method Description protected BeanValidationProviderJAXRSBeanValidationInvoker. getProvider(Message message)static ObjectValidationUtils. getResourceInstance(Message message)protected ObjectJAXRSBeanValidationInInterceptor. getServiceObject(Message message)protected ObjectJAXRSBeanValidationOutInterceptor. getServiceObject(Message message)protected voidJAXRSBeanValidationInInterceptor. handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments) -
Uses of Message in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return types with arguments of type Message Modifier and Type Method Description List<Interceptor<? extends Message>>EndpointImpl. getInFaultInterceptors()List<Interceptor<? extends Message>>EndpointImpl. getInInterceptors()List<Interceptor<? extends Message>>EndpointImpl. getOutFaultInterceptors()List<Interceptor<? extends Message>>EndpointImpl. getOutInterceptors()Method parameters in org.apache.cxf.jaxws with type arguments of type Message Modifier and Type Method Description voidEndpointImpl. setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidEndpointImpl. setInInterceptors(List<Interceptor<? extends Message>> interceptors)voidEndpointImpl. setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidEndpointImpl. setOutInterceptors(List<Interceptor<? extends Message>> interceptors) -
Uses of Message in org.apache.cxf.jaxws.context
Methods in org.apache.cxf.jaxws.context that return Message Modifier and Type Method Description MessageWrappedMessageContext. getWrappedMessage()Constructors in org.apache.cxf.jaxws.context with parameters of type Message Constructor Description WrappedMessageContext(Message m)WrappedMessageContext(Message m, javax.xml.ws.handler.MessageContext.Scope defScope) -
Uses of Message in org.apache.cxf.jaxws.handler
Classes in org.apache.cxf.jaxws.handler with type parameters of type Message Modifier and Type Class Description classAbstractJAXWSHandlerInterceptor<T extends Message>classAbstractProtocolHandlerInterceptor<T extends Message>Methods in org.apache.cxf.jaxws.handler with parameters of type Message Modifier and Type Method Description voidHandlerChainInvoker. mepComplete(Message message)Invoke handlers at the end of an MEP calling close on each. -
Uses of Message in org.apache.cxf.jaxws.handler.logical
Methods in org.apache.cxf.jaxws.handler.logical with parameters of type Message Modifier and Type Method Description voidLogicalHandlerOutInterceptor. handleFault(Message message)voidLogicalHandlerFaultInInterceptor. handleMessage(Message message)voidLogicalHandlerFaultOutInterceptor. handleMessage(Message message)voidLogicalHandlerInInterceptor. handleMessage(Message message)voidLogicalHandlerOutInterceptor. handleMessage(Message message)Constructors in org.apache.cxf.jaxws.handler.logical with parameters of type Message Constructor Description LogicalMessageContextImpl(Message wrapped) -
Uses of Message in org.apache.cxf.jaxws.handler.soap
Constructors in org.apache.cxf.jaxws.handler.soap with parameters of type Message Constructor Description SOAPMessageContextImpl(Message m) -
Uses of Message in org.apache.cxf.jaxws.interceptors
Methods in org.apache.cxf.jaxws.interceptors with parameters of type Message Modifier and Type Method Description voidHolderInInterceptor. handleMessage(Message message)voidHolderOutInterceptor. handleMessage(Message message)voidMessageModeInInterceptor. handleMessage(Message message)voidMessageModeOutInterceptor. handleMessage(Message message)voidWebFaultOutInterceptor. handleMessage(Message message)voidWrapperClassInInterceptor. handleMessage(Message message)voidWrapperClassOutInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.logging
Methods in org.apache.cxf.logging with parameters of type Message Modifier and Type Method Description booleanFaultListener. faultOccurred(Exception exception, String description, Message message)Handle the occurred exception.booleanNoOpFaultListener. faultOccurred(Exception exception, String description, Message message) -
Uses of Message in org.apache.cxf.management.interceptor
Methods in org.apache.cxf.management.interceptor with parameters of type Message Modifier and Type Method Description voidResponseTimeMessageInInterceptor. handleFault(Message message)voidResponseTimeMessageInvokerInterceptor. handleFault(Message message)voidResponseTimeMessageOutInterceptor.EndingInterceptor. handleFault(Message message)voidResponseTimeMessageOutInterceptor. handleFault(Message message)voidPersistInInterceptor. handleMessage(Message message)voidPersistOutInterceptor. handleMessage(Message message)voidResponseTimeMessageInInterceptor. handleMessage(Message message)voidResponseTimeMessageInvokerInterceptor. handleMessage(Message message)voidResponseTimeMessageOutInterceptor.EndingInterceptor. handleMessage(Message message)voidResponseTimeMessageOutInterceptor. handleMessage(Message message)protected booleanAbstractMessageResponseTimeInterceptor. isClient(Message msg) -
Uses of Message in org.apache.cxf.message
Classes in org.apache.cxf.message that implement Message Modifier and Type Class Description classAbstractWrappedMessageA base class to build your own message implementations on.classMessageImplclassXMLMessageMethods in org.apache.cxf.message that return Message Modifier and Type Method Description MessageExchange. getInFaultMessage()MessageExchangeImpl. getInFaultMessage()MessageExchange. getInMessage()Returns the inbound message for the exchange.MessageExchangeImpl. getInMessage()MessageAbstractWrappedMessage. getMessage()MessageExchange. getOutFaultMessage()MessageExchangeImpl. getOutFaultMessage()MessageExchange. getOutMessage()Returns the outbound message for the exchange.MessageExchangeImpl. getOutMessage()Methods in org.apache.cxf.message with parameters of type Message Modifier and Type Method Description static voidMessageImpl. copyContent(Message m1, Message m2)ConduitExchange. getConduit(Message message)ConduitExchangeImpl. getConduit(Message message)static MessageContentsListMessageContentsList. getContentsList(Message msg)static booleanMessageUtils. getContextualBoolean(Message m, String key)static booleanMessageUtils. getContextualBoolean(Message m, String key, boolean defaultValue)static intMessageUtils. getContextualInteger(Message m, String key, int defaultValue)static Collection<Integer>MessageUtils. getContextualIntegers(Message m, String key, Collection<Integer> defaultValue)static ObjectMessageUtils. getContextualProperty(Message m, String propPreferred, String propDefault)static StringMessageUtils. getContextualString(Message m, String key, String defaultValue)static Set<String>MessageUtils. getContextualStrings(Message m, String key, Set<String> defaultValue)static FaultModeMessageUtils. getFaultMode(Message message)Determine the fault mode for the underlying (fault) message (for use on server side only).static intMessageUtils. getReponseCodeFromMessage(Message message)Gets the response code from the message and tries to deduct one if it is not set yet.static Optional<Method>MessageUtils. getTargetMethod(Message m)static booleanMessageUtils. hasNoResponseContent(Message message)Determines if the current message has no response content.static booleanMessageUtils. isDOMPresent(Message m)Returns true if the underlying content format is a W3C DOM or a SAAJ message.static booleanMessageUtils. isEmptyPartialResponse(Message message)Determines if the current message is an empty partial response, which is a partial response with an empty content.static booleanMessageUtils. isFault(Message message)Determine if message is fault.static booleanMessageUtils. isOneWay(Message message)Checks if the message is oneway or notstatic booleanMessageUtils. isOutbound(Message message)Determine if message is outbound.static booleanMessageUtils. isPartialResponse(Message message)Determine if the current message is a partial response.static booleanMessageUtils. isRequestor(Message message)Determine if current messaging role is that of requestor.voidExchange. setInFaultMessage(Message m)voidExchangeImpl. setInFaultMessage(Message m)voidExchange. setInMessage(Message m)voidExchangeImpl. setInMessage(Message m)voidAbstractWrappedMessage. setMessage(Message message)voidExchange. setOutFaultMessage(Message m)voidExchangeImpl. setOutFaultMessage(Message m)voidExchange. setOutMessage(Message m)voidExchangeImpl. setOutMessage(Message m)Constructors in org.apache.cxf.message with parameters of type Message Constructor Description AbstractWrappedMessage(Message msg)MessageImpl(Message m)XMLMessage(Message message) -
Uses of Message in org.apache.cxf.metrics.interceptors
Methods in org.apache.cxf.metrics.interceptors with parameters of type Message Modifier and Type Method Description protected voidAbstractMetricsInterceptor. addOperationMetrics(ExchangeMetrics ctx, Message m, BindingOperationInfo boi)protected ExchangeMetricsAbstractMetricsInterceptor. getExchangeMetrics(Message m, boolean create)voidMetricsMessageClientOutInterceptor. handleFault(Message message)voidMetricsMessageInInterceptor. handleFault(Message message)voidCountingOutInterceptor. handleMessage(Message message)voidMetricsMessageClientOutInterceptor. handleMessage(Message message)voidMetricsMessageInInterceptor. handleMessage(Message message)voidMetricsMessageInOneWayInterceptor. handleMessage(Message message)voidMetricsMessageInPostInvokeInterceptor. handleMessage(Message message)voidMetricsMessageInPreInvokeInterceptor. handleMessage(Message message)voidMetricsMessageOutInterceptor. handleMessage(Message message)voidAbstractMetricsInterceptor. stop(Message m) -
Uses of Message in org.apache.cxf.metrics.micrometer.provider
Methods in org.apache.cxf.metrics.micrometer.provider with parameters of type Message Modifier and Type Method Description io.micrometer.core.instrument.TagStandardTags. method(Message request)io.micrometer.core.instrument.TagStandardTags. outcome(Message response)io.micrometer.core.instrument.TagStandardTags. status(Message response)io.micrometer.core.instrument.TagStandardTags. uri(Message request) -
Uses of Message in org.apache.cxf.metrics.micrometer.provider.jaxrs
Methods in org.apache.cxf.metrics.micrometer.provider.jaxrs with parameters of type Message Modifier and Type Method Description io.micrometer.core.instrument.TagJaxrsTags. method(Message request)io.micrometer.core.instrument.TagJaxrsTags. operation(Message request) -
Uses of Message in org.apache.cxf.metrics.micrometer.provider.jaxws
Methods in org.apache.cxf.metrics.micrometer.provider.jaxws with parameters of type Message Modifier and Type Method Description io.micrometer.core.instrument.TagJaxwsTags. operation(Message request) -
Uses of Message in org.apache.cxf.microprofile.client
Methods in org.apache.cxf.microprofile.client with parameters of type Message Modifier and Type Method Description List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<?>>MicroProfileClientProviderFactory. createResponseExceptionMapper(Message m, Class<?> paramType)javax.ws.rs.core.ConfigurationMicroProfileClientProviderFactory. getConfiguration(Message m)static MicroProfileClientProviderFactoryMicroProfileClientProviderFactory. getInstance(Message m)Constructors in org.apache.cxf.microprofile.client with parameters of type Message Constructor Description MPRestClientCallback(javax.ws.rs.client.InvocationCallback<T> handler, Message outMessage, Class<?> responseClass, Type outGenericType) -
Uses of Message in org.apache.cxf.microprofile.client.proxy
Methods in org.apache.cxf.microprofile.client.proxy that return Message Modifier and Type Method Description protected MessageMicroProfileClientProxyImpl. createMessage(Object body, OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap<String,String> headers, URI currentURI, Exchange exchange, Map<String,Object> invocationContext, boolean proxy)Methods in org.apache.cxf.microprofile.client.proxy with parameters of type Message Modifier and Type Method Description protected javax.ws.rs.client.InvocationCallback<Object>MicroProfileClientProxyImpl. checkAsyncCallback(OperationResourceInfo ori, Map<String,Object> reqContext, Message outMessage)protected booleanMicroProfileClientProxyImpl. checkAsyncReturnType(OperationResourceInfo ori, Map<String,Object> reqContext, Message outMessage)protected voidMicroProfileClientProxyImpl. checkResponse(Method m, javax.ws.rs.core.Response r, Message inMessage)protected ObjectMicroProfileClientProxyImpl. doInvokeAsync(OperationResourceInfo ori, Message outMessage, javax.ws.rs.client.InvocationCallback<Object> asyncCallback)protected voidMicroProfileClientProxyImpl. doRunInterceptorChain(Message message)protected Class<?>MicroProfileClientProxyImpl. getReturnType(Method method, Message outMessage)voidMPAsyncInvocationInterceptorImpl. handleMessage(Message message)Intercepts a message.voidMPAsyncInvocationInterceptorPostAsyncImpl. handleMessage(Message message)Intercepts a message.voidMPAsyncInvocationInterceptorRemoveContextImpl. handleMessage(Message message)Intercepts a message.protected JaxrsClientCallback<?>MicroProfileClientProxyImpl. newJaxrsClientCallback(javax.ws.rs.client.InvocationCallback<Object> asyncCallback, Message outMessage, Class<?> responseClass, Type outGenericType) -
Uses of Message in org.apache.cxf.phase
Classes in org.apache.cxf.phase with type parameters of type Message Modifier and Type Class Description classAbstractPhaseInterceptor<T extends Message>Provides a starting point implementation for a interceptors that participate in phased message processing.interfacePhaseInterceptor<T extends Message>A phase interceptor is an intercetor that participates in a PhaseInterceptorChain.Methods in org.apache.cxf.phase that return Message Modifier and Type Method Description static MessagePhaseInterceptorChain. getCurrentMessage()Methods in org.apache.cxf.phase that return types with arguments of type Message 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.ListIterator<Interceptor<? extends Message>>PhaseInterceptorChain. getIterator()Iterator<Interceptor<? extends Message>>PhaseInterceptorChain. iterator()Methods in org.apache.cxf.phase with parameters of type Message Modifier and Type Method Description booleanPhaseInterceptorChain. doIntercept(Message message)Intercept a message, invoking each phase's handlers in turn.booleanPhaseInterceptorChain. doInterceptStartingAfter(Message message, String startingAfterInterceptorID)Intercept a message, invoking each phase's handlers in turn, starting after the specified interceptor.booleanPhaseInterceptorChain. doInterceptStartingAt(Message message, String startingAtInterceptorID)Intercept a message, invoking each phase's handlers in turn, starting at the specified interceptor.static booleanPhaseInterceptorChain. setCurrentMessage(PhaseInterceptorChain chain, Message m)voidPhaseInterceptorChain. unwind(Message message)Method parameters in org.apache.cxf.phase with type arguments of type Message Modifier and Type Method Description voidPhaseInterceptorChain. add(Collection<Interceptor<? extends Message>> newhandlers)voidPhaseInterceptorChain. add(Collection<Interceptor<? extends Message>> newhandlers, boolean force)voidPhaseInterceptorChain. add(Interceptor<? extends Message> i)voidPhaseInterceptorChain. add(Interceptor<? extends Message> i, boolean force)PhaseInterceptorChainPhaseChainCache. get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1)PhaseInterceptorChainPhaseChainCache. get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2)PhaseInterceptorChainPhaseChainCache. get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3)PhaseInterceptorChainPhaseChainCache. get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4)PhaseInterceptorChainPhaseChainCache. get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4, List<Interceptor<? extends Message>> p5)voidPhaseInterceptorChain. remove(Interceptor<? extends Message> i) -
Uses of Message in org.apache.cxf.policy
Methods in org.apache.cxf.policy with parameters of type Message Modifier and Type Method Description <T> voidPolicyDataEngine. assertMessage(Message message, T confPol, PolicyCalculator<T> policyCalculator)<T> TPolicyDataEngine. getClientEndpointPolicy(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator)<T> TPolicyDataEngine. getPolicy(Message message, T confPolicy, PolicyCalculator<T> intersector)<T> TPolicyDataEngine. getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator)booleanPolicyCalculator. isAsserted(Message message, T policy, T refPolicy) -
Uses of Message in org.apache.cxf.rs.security.common
Methods in org.apache.cxf.rs.security.common with parameters of type Message Modifier and Type Method Description static CallbackHandlerRSSecurityUtils. getCallbackHandler(Message message, Class<?> callingClass)static CallbackHandlerRSSecurityUtils. getCallbackHandler(Message message, Class<?> callingClass, String callbackProperty)org.apache.wss4j.common.crypto.CryptoCryptoLoader. getCrypto(Message message, String cryptoKey, String propKey)static org.apache.wss4j.common.crypto.CryptoRSSecurityUtils. getCrypto(Message message, String cryptoKey, String propKey)Map<Object,org.apache.wss4j.common.crypto.Crypto>CryptoLoader. getCryptoCache(Message message)static StringRSSecurityUtils. getSignaturePassword(Message message, String userName, Class<?> callingClass)static StringRSSecurityUtils. getUserName(Message message, org.apache.wss4j.common.crypto.Crypto crypto, String userNameKey)static booleanRSSecurityUtils. isSignedAndEncryptedTwoWay(Message m) -
Uses of Message in org.apache.cxf.rs.security.httpsignature
Methods in org.apache.cxf.rs.security.httpsignature with parameters of type Message Modifier and Type Method Description voidMessageVerifier. verifyMessage(Map<String,List<String>> messageHeaders, String method, String uri, Message m, byte[] messageBody) -
Uses of Message in org.apache.cxf.rs.security.httpsignature.utils
Methods in org.apache.cxf.rs.security.httpsignature.utils with parameters of type Message Modifier and Type Method Description static PrivateKeyKeyManagementUtils. loadPrivateKey(Message m, Properties props)static PublicKeyKeyManagementUtils. loadPublicKey(Message m, Properties props) -
Uses of Message in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common with parameters of type Message Modifier and Type Method Description static booleanJoseUtils. checkBooleanProperty(JoseHeaders headers, Properties props, Message m, String propertyName)static X509CertificateKeyManagementUtils. getCertificateFromThumbprint(String thumbprint, String digestAlgorithm, Message m, Properties props)static StringKeyManagementUtils. getKeyAlgorithm(Message m, Properties props, String propName, String defaultAlg)static StringKeyManagementUtils. getKeyId(Message m, Properties props, String preferredPropertyName, KeyOperation keyOper)static List<String>KeyManagementUtils. loadAndEncodeX509CertificateOrChain(Message m, Properties props)static StringKeyManagementUtils. loadDigestAndEncodeX509Certificate(Message m, Properties props, String digestAlgo)static PrivateKeyPasswordProviderKeyManagementUtils. loadPasswordProvider(Message m, Properties props, KeyOperation keyOper)static KeyStoreKeyManagementUtils. loadPersistKeyStore(Message m, Properties props)static PrivateKeyKeyManagementUtils. loadPrivateKey(Message m, String keyStoreLocPropPreferred, String keyStoreLocPropDefault, KeyOperation keyOper)static PrivateKeyKeyManagementUtils. loadPrivateKey(Message m, String keyStoreLocProp, KeyOperation keyOper)static PrivateKeyKeyManagementUtils. loadPrivateKey(Message m, Properties props, X509Certificate inCert, KeyOperation keyOper)static PrivateKeyKeyManagementUtils. loadPrivateKey(Message m, Properties props, KeyOperation keyOper)static PublicKeyKeyManagementUtils. loadPublicKey(Message m, String keyStoreLocProp)static PublicKeyKeyManagementUtils. loadPublicKey(Message m, String keyStoreLocPropPreferred, String keyStoreLocPropDefault)static PublicKeyKeyManagementUtils. loadPublicKey(Message m, Properties props)static PropertiesKeyManagementUtils. loadStoreProperties(Message m, boolean required, String storeProp1, String storeProp2)static X509Certificate[]KeyManagementUtils. loadX509CertificateOrChain(Message m, Properties props)static voidKeyManagementUtils. setSha1DigestHeader(JoseHeaders headers, Message m, Properties props)static voidKeyManagementUtils. setSha256DigestHeader(JoseHeaders headers, Message m, Properties props) -
Uses of Message in org.apache.cxf.rs.security.jose.jaxrs.multipart
Constructors in org.apache.cxf.rs.security.jose.jaxrs.multipart with parameters of type Message Constructor Description JwsMultipartSignatureInFilter(Message message, JwsSignatureVerifier verifier, boolean bufferPayload, boolean useJwsJsonSignatureFormat) -
Uses of Message in org.apache.cxf.rs.security.jose.jwe
-
Uses of Message in org.apache.cxf.rs.security.jose.jwk
Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type Message Modifier and Type Method Description static JsonWebKeyJwkUtils. loadJsonWebKey(Message m, Properties props, KeyOperation keyOper)static JsonWebKeyJwkUtils. loadJsonWebKey(Message m, Properties props, KeyOperation keyOper, String inHeaderKid)static List<JsonWebKey>JwkUtils. loadJsonWebKeys(Message m, Properties props, KeyOperation keyOper)static List<JsonWebKey>JwkUtils. loadJsonWebKeys(Message m, Properties props, KeyOperation keyOper, PrivateKeyPasswordProvider cb)static JsonWebKeysJwkUtils. loadJwkSet(Message m, Properties props, PrivateKeyPasswordProvider cb)static JsonWebKeysJwkUtils. loadPublicJwkSet(Message m, Properties props) -
Uses of Message in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws with parameters of type Message Modifier and Type Method Description static SignatureAlgorithmJwsUtils. getSignatureAlgorithm(Message m, Properties props, SignatureAlgorithm defaultAlgo)static SignatureAlgorithmJwsUtils. getSignatureAlgorithm(Message m, Properties props, SignatureAlgorithm algo, SignatureAlgorithm defaultAlgo)static PropertiesJwsUtils. loadJwsProperties(Message m, String propLoc)static JsonWebKeysJwsUtils. loadPublicVerificationKeys(Message m, Properties props)Deprecated.static JsonWebKeysJwsUtils. loadPublicVerificationKeys(Message m, Properties props, boolean stripPrivateParameters)static JwsSignatureProviderJwsUtils. loadSignatureProvider(Message m, Properties props, JwsHeaders headers)static JwsSignatureVerifierJwsUtils. loadSignatureVerifier(Message m, Properties props, JwsHeaders inHeaders) -
Uses of Message in org.apache.cxf.rs.security.jose.jwt
Methods in org.apache.cxf.rs.security.jose.jwt with parameters of type Message Modifier and Type Method Description static voidJwtUtils. validateJwtAudienceRestriction(JwtClaims claims, Message message) -
Uses of Message in org.apache.cxf.rs.security.oauth2.auth.saml
Methods in org.apache.cxf.rs.security.oauth2.auth.saml with parameters of type Message Modifier and Type Method Description protected ElementSaml2BearerAuthHandler. readToken(Message message, String assertion)protected voidSaml2BearerAuthHandler. validateToken(Message message, Element element, String clientId) -
Uses of Message in org.apache.cxf.rs.security.oauth2.client
Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type Message Modifier and Type Method Description ClientTokenContextClientTokenContextProvider. createContext(Message m)StringBearerAuthSupplier. getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI currentURI, Message message, String fullHeader)StringCodeAuthSupplier. getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI currentURI, Message message, String fullHeader) -
Uses of Message in org.apache.cxf.rs.security.oauth2.filters
Methods in org.apache.cxf.rs.security.oauth2.filters that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>OAuthRequestInterceptor. getAdditionalInterceptors()Methods in org.apache.cxf.rs.security.oauth2.filters with parameters of type Message Modifier and Type Method Description protected booleanOAuthRequestFilter. checkRequestURI(javax.servlet.http.HttpServletRequest request, List<String> uris, Message m)protected String[]OAuthRequestFilter. getAuthorizationParts(Message m)protected String[]OAuthRequestInterceptor. getAuthorizationParts(Message message)protected StringOAuthRequestFilter. getTokenFromFormData(Message message)voidOAuthRequestInterceptor. handleFault(Message message)voidOAuthRequestInterceptor. handleMessage(Message message)protected booleanOAuthRequestFilter. isCorsRequest(Message m)protected voidOAuthRequestFilter. validateRequest(Message m) -
Uses of Message in org.apache.cxf.rs.security.oauth2.grants.saml
Methods in org.apache.cxf.rs.security.oauth2.grants.saml with parameters of type Message Modifier and Type Method Description protected UserSubjectSaml2BearerGrantHandler. getGrantSubject(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)protected voidSaml2BearerGrantHandler. setSecurityContext(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)protected voidSaml2BearerGrantHandler. validateToken(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper assertion) -
Uses of Message in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type Message Modifier and Type Method Description OAuthContextOAuthContextProvider. createContext(Message message) -
Uses of Message in org.apache.cxf.rs.security.oauth2.saml
Methods in org.apache.cxf.rs.security.oauth2.saml with parameters of type Message Modifier and Type Method Description voidSamlOAuthValidator. validate(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) -
Uses of Message in org.apache.cxf.rs.security.oidc.rp
Methods in org.apache.cxf.rs.security.oidc.rp with parameters of type Message Modifier and Type Method Description IdTokenContextOidcIdTokenProvider. createContext(Message m)UserInfoContextOidcUserInfoProvider. createContext(Message m) -
Uses of Message in org.apache.cxf.rs.security.saml
Methods in org.apache.cxf.rs.security.saml with parameters of type Message Modifier and Type Method Description protected booleanAbstractSamlInHandler. checkHolderOfKey(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper assertionWrapper, Certificate[] tlsCerts)protected booleanAbstractSamlInHandler. checkSenderVouches(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper assertionWrapper, Certificate[] tlsCerts)Check the sender-vouches requirements against the received assertion.protected voidAbstractSamlInHandler. checkSubjectConfirmationData(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)protected voidAbstractSamlInHandler. configureAudienceRestriction(Message msg, org.apache.wss4j.dom.handler.RequestData reqData)protected org.apache.wss4j.common.saml.SamlAssertionWrapperAbstractSamlOutInterceptor. createAssertion(Message message)static org.apache.wss4j.common.saml.SamlAssertionWrapperSAMLUtils. createAssertion(Message message)static org.apache.wss4j.common.saml.SamlAssertionWrapperSAMLUtils. createAssertion(Message message, CallbackHandler handler)protected javax.ws.rs.core.FormSamlFormOutInterceptor. getRequestForm(Message message)static SubjectSAMLUtils. getSubject(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper assertionW)voidSamlFormOutInterceptor. handleMessage(Message message)voidSamlHeaderOutInterceptor. handleMessage(Message message)protected voidAbstractSamlBase64InHandler. handleToken(Message message, String assertion)protected DocumentSamlEnvelopedOutInterceptor. processDocument(Message message, Document doc)protected ElementAbstractSamlInHandler. readToken(Message message, InputStream tokenStream)protected voidAbstractSamlInHandler. setSecurityContext(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)protected voidAbstractSamlInHandler. validateToken(Message message, InputStream tokenStream)protected voidAbstractSamlInHandler. validateToken(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)protected voidAbstractSamlInHandler. validateToken(Message message, Element tokenElement) -
Uses of Message in org.apache.cxf.rs.security.saml.authorization
Methods in org.apache.cxf.rs.security.saml.authorization with parameters of type Message Modifier and Type Method Description protected SecurityContextSecurityContextProviderImpl. doGetSecurityContext(Message message, Subject subject, ClaimCollection claims)SecurityContextSecurityContextProvider. getSecurityContext(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)SecurityContextSecurityContextProviderImpl. getSecurityContext(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)protected SubjectSecurityContextProviderImpl. getSubject(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, ClaimCollection claims) -
Uses of Message in org.apache.cxf.rs.security.saml.sso
Methods in org.apache.cxf.rs.security.saml.sso with parameters of type Message Modifier and Type Method Description protected booleanAbstractServiceProviderFilter. checkSecurityContext(Message m)org.opensaml.saml.saml2.core.AuthnRequestAuthnRequestBuilder. createAuthnRequest(Message message, String issuerId, String assertionConsumerServiceAddress)Create a SAML 2.0 Protocol AuthnRequestorg.opensaml.saml.saml2.core.AuthnRequestDefaultAuthnRequestBuilder. createAuthnRequest(Message message, String issuerId, String assertionConsumerServiceAddress)Create a SAML 2.0 Protocol AuthnRequestprotected SamlRequestInfoAbstractServiceProviderFilter. createSamlRequestInfo(Message m)protected StringAbstractSSOSpHandler. getIssuerId(Message m)protected ResponseStateAbstractServiceProviderFilter. getValidResponseState(javax.ws.rs.core.Cookie securityContextCookie, Message m)protected voidAbstractServiceProviderFilter. setSecurityContext(Message m, org.apache.wss4j.common.saml.SamlAssertionWrapper assertionWrapper) -
Uses of Message in org.apache.cxf.rs.security.xml
Methods in org.apache.cxf.rs.security.xml that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>XmlEncInInterceptor. getAdditionalInterceptors()Collection<PhaseInterceptor<? extends Message>>XmlSigInInterceptor. getAdditionalInterceptors()Methods in org.apache.cxf.rs.security.xml with parameters of type Message Modifier and Type Method Description protected voidAbstractXmlSigInHandler. checkSignature(Message message)protected org.apache.xml.security.stax.securityEvent.SecurityEventListenerXmlSecInInterceptor. configureSecurityEventListener(org.apache.wss4j.common.crypto.Crypto sigCrypto, Message msg, org.apache.xml.security.stax.ext.XMLSecurityProperties securityProperties)voidAbstractXmlEncInHandler. decryptContent(Message message)protected byte[]AbstractXmlEncInHandler. decryptSymmetricKey(String base64EncodedKey, X509Certificate cert, org.apache.wss4j.common.crypto.Crypto crypto, String keyEncAlgo, String digestAlgo, Message message)protected byte[]AbstractXmlEncInHandler. decryptSymmetricKey(String base64EncodedKey, X509Certificate cert, org.apache.wss4j.common.crypto.Crypto crypto, String keyEncAlgo, Message message)protected DocumentXmlEncOutInterceptor. encryptDocument(Message message, Document payloadDoc)protected DocumentAbstractXmlSecInHandler. getDocument(Message message)protected byte[]AbstractXmlEncInHandler. getSymmetricKeyBytes(Message message, Element encDataElement)protected StringAbstractXmlSigInHandler. getUserName(org.apache.wss4j.common.crypto.Crypto crypto, Message message)voidXmlEncInInterceptor. handleFault(Message message)voidXmlSigInInterceptor. handleFault(Message message)voidAbstractXmlSecOutInterceptor. handleMessage(Message message)voidXmlEncInInterceptor. handleMessage(Message message)voidXmlSecInInterceptor. handleMessage(Message message)voidXmlSecOutInterceptor. handleMessage(Message message)voidXmlSigInInterceptor. handleMessage(Message message)protected booleanAbstractXmlSecInHandler. isServerGet(Message message)protected abstract DocumentAbstractXmlSecOutInterceptor. processDocument(Message message, Document doc)protected DocumentXmlEncOutInterceptor. processDocument(Message message, Document payloadDoc)protected DocumentXmlSigOutInterceptor. processDocument(Message message, Document doc) -
Uses of Message in org.apache.cxf.rt.security.claims.interceptor
Methods in org.apache.cxf.rt.security.claims.interceptor with parameters of type Message Modifier and Type Method Description voidClaimsAuthorizingInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.rt.security.saml.interceptor
Methods in org.apache.cxf.rt.security.saml.interceptor with parameters of type Message Modifier and Type Method Description protected SecurityContextWSS4JBasicAuthValidator. createSecurityContext(Message msg, org.apache.wss4j.dom.validate.Credential credential)protected voidWSS4JBasicAuthValidator. validate(Message message) -
Uses of Message in org.apache.cxf.rt.security.saml.utils
Methods in org.apache.cxf.rt.security.saml.utils with parameters of type Message Modifier and Type Method Description static List<String>SAMLUtils. getAudienceRestrictions(Message msg, boolean enableByDefault) -
Uses of Message in org.apache.cxf.rt.security.saml.xacml
Constructors in org.apache.cxf.rt.security.saml.xacml with parameters of type Message Constructor Description CXFMessageParser(Message message) -
Uses of Message in org.apache.cxf.rt.security.saml.xacml2
Methods in org.apache.cxf.rt.security.saml.xacml2 with parameters of type Message Modifier and Type Method Description protected booleanAbstractXACMLAuthorizingInterceptor. authorize(Principal principal, List<String> roles, Message message)Perform a (remote) authorization decision and return a boolean depending on the resultorg.opensaml.xacml.ctx.RequestTypeDefaultXACMLRequestBuilder. createRequest(Principal principal, List<String> roles, Message message)Create an XACML Request given a Principal, list of roles and Message.org.opensaml.xacml.ctx.RequestTypeXACMLRequestBuilder. createRequest(Principal principal, List<String> roles, Message message)Create an XACML Request given a Principal, list of roles and Message.voidAbstractXACMLAuthorizingInterceptor. handleMessage(Message message)protected voidAbstractXACMLAuthorizingInterceptor. handleObligations(org.opensaml.xacml.ctx.RequestType request, Principal principal, Message message, org.opensaml.xacml.ctx.ResultType result)Handle any Obligations returned by the PDPprotected abstract org.opensaml.xacml.ctx.ResponseTypeAbstractXACMLAuthorizingInterceptor. performRequest(org.opensaml.xacml.ctx.RequestType request, Message message)protected org.opensaml.xacml.ctx.ResponseTypeXACMLAuthorizingInterceptor. performRequest(org.opensaml.xacml.ctx.RequestType request, Message message) -
Uses of Message in org.apache.cxf.rt.security.utils
Methods in org.apache.cxf.rt.security.utils with parameters of type Message Modifier and Type Method Description static URLSecurityUtils. getConfigFileURL(Message message, String configFileKey, String configFileDefault)static booleanSecurityUtils. getSecurityPropertyBoolean(String property, Message message, boolean defaultValue)Get the security property boolean for the given property.static ObjectSecurityUtils. getSecurityPropertyValue(String property, Message message)Get the security property value for the given property.static URLSecurityUtils. loadResource(Message message, Object o) -
Uses of Message in org.apache.cxf.staxutils
Methods in org.apache.cxf.staxutils with parameters of type Message Modifier and Type Method Description static XMLStreamReaderStaxUtils. configureReader(XMLStreamReader xreader, Message message)static booleanStaxUtils. isSecureReader(XMLStreamReader reader, Message message) -
Uses of Message in org.apache.cxf.staxutils.validation
Methods in org.apache.cxf.staxutils.validation with parameters of type Message Modifier and Type Method Description voidStaxSchemaValidationInInterceptor. handleMessage(Message message)voidStaxSchemaValidationOutInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.throttling
Methods in org.apache.cxf.throttling with parameters of type Message Modifier and Type Method Description ThrottleResponseSimpleThrottlingManager. getThrottleResponse(String phase, Message m)ThrottleResponseThrottlingManager. getThrottleResponse(String phase, Message m)Use information in the message to determine what throttling measures should be takenvoidThrottlingInterceptor. handleMessage(Message message)voidThrottlingResponseInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.tracing
Methods in org.apache.cxf.tracing with parameters of type Message Modifier and Type Method Description protected static URIAbstractTracingProvider. getUri(Message message) -
Uses of Message in org.apache.cxf.tracing.brave
Methods in org.apache.cxf.tracing.brave that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>AbstractBraveClientInterceptor. getAdditionalInterceptors()Collection<PhaseInterceptor<? extends Message>>AbstractBraveInterceptor. getAdditionalInterceptors()Methods in org.apache.cxf.tracing.brave with parameters of type Message Modifier and Type Method Description voidAbstractBraveClientInterceptor. handleFault(Message message)voidAbstractBraveInterceptor. handleFault(Message message)voidBraveClientStartInterceptor. handleFault(Message message)voidBraveClientStartInterceptor. handleMessage(Message message)voidBraveClientStopInterceptor. handleMessage(Message message)voidBraveStartInterceptor. handleMessage(Message message)voidBraveStopInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.tracing.brave.jaxrs
Methods in org.apache.cxf.tracing.brave.jaxrs with parameters of type Message Modifier and Type Method Description TracerContextBraveContextProvider. createContext(Message message) -
Uses of Message in org.apache.cxf.tracing.opentracing
Methods in org.apache.cxf.tracing.opentracing that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>AbstractOpenTracingClientInterceptor. getAdditionalInterceptors()Collection<PhaseInterceptor<? extends Message>>AbstractOpenTracingInterceptor. getAdditionalInterceptors()Methods in org.apache.cxf.tracing.opentracing with parameters of type Message Modifier and Type Method Description voidAbstractOpenTracingClientInterceptor. handleFault(Message message)voidAbstractOpenTracingInterceptor. handleFault(Message message)voidOpenTracingClientStartInterceptor. handleFault(Message message)voidOpenTracingClientStartInterceptor. handleMessage(Message message)voidOpenTracingClientStopInterceptor. handleMessage(Message message)voidOpenTracingStartInterceptor. handleMessage(Message message)voidOpenTracingStopInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.tracing.opentracing.jaxrs
Methods in org.apache.cxf.tracing.opentracing.jaxrs with parameters of type Message Modifier and Type Method Description TracerContextOpenTracingContextProvider. createContext(Message message) -
Uses of Message in org.apache.cxf.transport
Fields in org.apache.cxf.transport with type parameters of type Message Modifier and Type Field Description protected List<Interceptor<? extends Message>>MultipleEndpointObserver. bindingInterceptorsprotected List<Interceptor<? extends Message>>MultipleEndpointObserver. routingInterceptorsMethods in org.apache.cxf.transport that return Message Modifier and Type Method Description protected MessageMultipleEndpointObserver. createMessage(Message message)Give a chance for a Binding to customize their messageMethods in org.apache.cxf.transport that return types with arguments of type Message Modifier and Type Method Description List<Interceptor<? extends Message>>MultipleEndpointObserver. getBindingInterceptors()List<Interceptor<? extends Message>>MultipleEndpointObserver. getRoutingInterceptors()Methods in org.apache.cxf.transport with parameters of type Message Modifier and Type Method Description voidAssertor. assertMessage(Message message)voidAbstractConduit. close(Message msg)voidConduit. close(Message message)Close the connections associated with the messageprotected MessageMultipleEndpointObserver. createMessage(Message message)Give a chance for a Binding to customize their messageConduitAbstractDestination. getBackChannel(Message inMessage)Retrieve a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.ConduitDestination. getBackChannel(Message inMessage)Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.protected abstract ConduitAbstractDestination. getInbuiltBackChannel(Message inMessage)voidChainInitiationObserver. onMessage(Message m)voidMessageObserver. onMessage(Message message)Called for an incoming message, i.e.voidMultipleEndpointObserver. onMessage(Message message)voidConduit. prepare(Message message)Prepare the message for sending.protected voidChainInitiationObserver. setExchangeProperties(Exchange exchange, Message m)protected voidMultipleEndpointObserver. setExchangeProperties(Exchange exchange, Message m) -
Uses of Message in org.apache.cxf.transport.common.gzip
Methods in org.apache.cxf.transport.common.gzip with parameters of type Message Modifier and Type Method Description GZIPOutInterceptor.UseGzipGZIPOutInterceptor. gzipPermitted(Message message)Checks whether we can, cannot or must use gzip compression on this output message.voidGZIPInInterceptor. handleMessage(Message message)voidGZIPOutInterceptor. handleMessage(Message message)Method parameters in org.apache.cxf.transport.common.gzip with type arguments of type Message Modifier and Type Method Description voidGZIPFeature. remove(List<Interceptor<? extends Message>> outInterceptors) -
Uses of Message in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as Message Modifier and Type Field Description protected MessageHTTPConduit.WrappedOutputStream. outMessageMethods in org.apache.cxf.transport.http that return Message Modifier and Type Method Description protected MessageAbstractHTTPDestination. retrieveFromContinuation(javax.servlet.http.HttpServletRequest req)MessageContinuationProviderFactory. retrieveFromContinuation(javax.servlet.http.HttpServletRequest req)If the request already has a message associated with it, return itprotected MessageAbstractHTTPDestination. retrieveFromServlet3Async(javax.servlet.http.HttpServletRequest req)Methods in org.apache.cxf.transport.http with parameters of type Message Modifier and Type Method Description voidAbstractHTTPDestination. assertMessage(Message message)voidHTTPConduit. assertMessage(Message message)voidAbstractHTTPDestination.BackChannelConduit. close(Message msg)voidHTTPConduit. close(Message msg)ContinuationProviderContinuationProviderFactory. createContinuationProvider(Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)If this factory can support the given req/resp and provide a ContinuationProvider, it should create one and return it.protected OutputStreamHttpClientHTTPConduit. createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold)protected abstract OutputStreamHTTPConduit. createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold)protected OutputStreamURLConnectionHTTPConduit. createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold)protected static intHTTPConduit. determineConnectionTimeout(Message message, HTTPClientPolicy csPolicy)protected static intHTTPConduit. determineReceiveTimeout(Message message, HTTPClientPolicy csPolicy)abstract voidMessageTrustDecider. establishTrust(String conduitName, URLConnectionInfo connectionInfo, Message message)This method is called when a Message is about to be sent out over an HTTPConduit.protected OutputStreamAbstractHTTPDestination. flushHeaders(Message outMessage)protected OutputStreamAbstractHTTPDestination. flushHeaders(Message outMessage, boolean getStream)HTTPClientPolicyHTTPConduit. getClient(Message message)org.apache.cxf.configuration.security.AuthorizationPolicyHTTPConduit. getEffectiveAuthPolicy(Message message)Determines effective auth policy from message, conduit and empty default with priority from first to lastprotected ConduitAbstractHTTPDestination. getInbuiltBackChannel(Message inMessage)static Map<String,List<String>>Headers. getSetProtocolHeaders(Message message)While extracting the Message.PROTOCOL_HEADERS property from the Message, this call ensures that the Message.PROTOCOL_HEADERS property is set on the Message.voidHttpAuthenticationFaultHandler. handleFault(Message message)voidHttpAuthenticationFaultHandler. handleMessage(Message message)protected voidAbstractHTTPDestination. invokeComplete(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Message m)protected booleanHTTPConduit. isChunkingSupported(Message message, String httpMethod)protected booleanAbstractHTTPDestination. isOneWay(Message message)voidHTTPConduit.InterposedMessageObserver. onMessage(Message inMessage)Called for an incoming message.voidAbstractHTTPDestination.BackChannelConduit. prepare(Message message)Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).voidHTTPConduit. prepare(Message message)Prepare to send an outbound HTTP message over this http conduit to a particular endpoint.protected voidHTTPConduit.WrappedOutputStream. propagateConduit(Exchange exchange, Message in)protected voidHTTPConduit. setHeadersByAuthorizationPolicy(Message message, URI currentURI)This call places HTTP Header strings into the headers that are relevant to the Authorization policies that are set on this conduit by configuration.protected voidHttpClientHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected abstract voidHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected voidURLConnectionHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected voidAbstractHTTPDestination. setupContinuation(Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)protected voidAbstractHTTPDestination. setupMessage(Message inMessage, javax.servlet.ServletConfig config, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)protected abstract voidHTTPConduit.WrappedOutputStream. updateResponseHeaders(Message inMessage)voidCookies. writeToMessageHeaders(Message message)Constructors in org.apache.cxf.transport.http with parameters of type Message Constructor Description Headers(Message message)Servlet3ContinuationProvider(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Message inMessage)WrappedOutputStream(Message outMessage, boolean possibleRetransmit, boolean isChunking, int chunkThreshold, String conduitName, URI url) -
Uses of Message in org.apache.cxf.transport.http_jetty
Methods in org.apache.cxf.transport.http_jetty that return Message Modifier and Type Method Description protected MessageJettyHTTPDestination. retrieveFromContinuation(javax.servlet.http.HttpServletRequest req)Methods in org.apache.cxf.transport.http_jetty with parameters of type Message Modifier and Type Method Description protected OutputStreamJettyHTTPDestination. flushHeaders(Message outMessage, boolean getStream)protected voidJettyHTTPDestination. invokeComplete(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Message m) -
Uses of Message in org.apache.cxf.transport.http_undertow
Methods in org.apache.cxf.transport.http_undertow that return Message Modifier and Type Method Description protected MessageUndertowHTTPDestination. retrieveFromContinuation(javax.servlet.http.HttpServletRequest req)Methods in org.apache.cxf.transport.http_undertow with parameters of type Message Modifier and Type Method Description protected voidUndertowHTTPDestination. invokeComplete(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Message m)protected voidUndertowHTTPDestination. setupContinuation(Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Uses of Message in org.apache.cxf.transport.http.asyncclient
Methods in org.apache.cxf.transport.http.asyncclient with parameters of type Message Modifier and Type Method Description protected OutputStreamAsyncHTTPConduit. createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold)protected voidAsyncHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected voidAsyncHTTPConduit.AsyncWrappedOutputStream. updateResponseHeaders(Message inMessage)Constructors in org.apache.cxf.transport.http.asyncclient with parameters of type Message Constructor Description AsyncWrappedOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold, String conduitName, URI uri) -
Uses of Message in org.apache.cxf.transport.http.asyncclient.hc5
Methods in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type Message Modifier and Type Method Description protected OutputStreamAsyncHTTPConduit. createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold)protected voidAsyncHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected voidAsyncHTTPConduit.AsyncWrappedOutputStream. updateResponseHeaders(Message inMessage)Constructors in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type Message Constructor Description AsyncWrappedOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold, String conduitName, URI uri) -
Uses of Message in org.apache.cxf.transport.http.auth
Methods in org.apache.cxf.transport.http.auth with parameters of type Message Modifier and Type Method Description StringAbstractSpnegoAuthSupplier. getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI currentURI, Message message)StringCustomAuthSupplier. getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI currentURI, Message message, String fullHeader)StringDefaultBasicAuthSupplier. getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI currentURI, Message message, String fullHeader)StringDigestAuthSupplier. getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI currentURI, Message message, String fullHeader)StringHttpAuthSupplier. getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI uri, Message message, String fullHeader)The HTTPConduit makes a call to this method to obtain an Authentication token for http authentication.StringSpnegoAuthSupplier. getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI currentURI, Message message, String fullHeader)protected booleanAbstractSpnegoAuthSupplier. isCredDelegationRequired(Message message) -
Uses of Message in org.apache.cxf.transport.http.netty.client
Methods in org.apache.cxf.transport.http.netty.client with parameters of type Message Modifier and Type Method Description protected OutputStreamNettyHttpConduit. createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold)protected static intNettyHttpConduit. determineMaxResponseContentLength(Message message)protected voidNettyHttpConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected voidNettyHttpConduit.NettyWrappedOutputStream. updateResponseHeaders(Message inMessage)Constructors in org.apache.cxf.transport.http.netty.client with parameters of type Message Constructor Description NettyWrappedOutputStream(Message message, boolean possibleRetransmit, boolean isChunking, int chunkThreshold, String conduitName, URI url) -
Uses of Message in org.apache.cxf.transport.http.netty.server
Methods in org.apache.cxf.transport.http.netty.server that return Message Modifier and Type Method Description protected MessageNettyHttpDestination. retrieveFromContinuation(javax.servlet.http.HttpServletRequest req)Methods in org.apache.cxf.transport.http.netty.server with parameters of type Message Modifier and Type Method Description protected voidNettyHttpDestination. invokeComplete(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Message m)protected voidNettyHttpDestination. setupContinuation(Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Uses of Message in org.apache.cxf.transport.http.policy.impl
Methods in org.apache.cxf.transport.http.policy.impl with parameters of type Message Modifier and Type Method Description booleanClientPolicyCalculator. isAsserted(Message message, HTTPClientPolicy policy, HTTPClientPolicy refPolicy)booleanServerPolicyCalculator. isAsserted(Message message, HTTPServerPolicy policy, HTTPServerPolicy refPolicy) -
Uses of Message in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https with parameters of type Message Modifier and Type Method Description voidCertConstraintsInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.transport.jms
Methods in org.apache.cxf.transport.jms with parameters of type Message Modifier and Type Method Description voidJMSConduit. close(Message msg)protected ConduitJMSDestination. getInbuiltBackChannel(Message inMessage)protected static booleanJMSConduit. isSetReplyTo(Message message)voidJMSConduit. prepare(Message message)Prepare the message to be sent. -
Uses of Message in org.apache.cxf.transport.jms.continuations
Constructors in org.apache.cxf.transport.jms.continuations with parameters of type Message Constructor Description JMSContinuation(Bus b, Message m, MessageObserver observer, Counter suspendendContinuations)JMSContinuationProvider(Bus b, Message m, MessageObserver observer, Counter suspendendContinuations) -
Uses of Message in org.apache.cxf.transport.local
Methods in org.apache.cxf.transport.local with parameters of type Message Modifier and Type Method Description voidLocalConduit. close(Message message)voidLocalTransportFactory. copy(Message message, Message copy)protected ConduitLocalDestination. getInbuiltBackChannel(Message inMessage)voidLocalConduit. prepare(Message message) -
Uses of Message in org.apache.cxf.transport.udp
Methods in org.apache.cxf.transport.udp with parameters of type Message Modifier and Type Method Description voidUDPConduit. close(Message msg)protected ConduitUDPDestination. getInbuiltBackChannel(Message inMessage)voidUDPConduit. prepare(Message message) -
Uses of Message in org.apache.cxf.transport.websocket.ahc
Methods in org.apache.cxf.transport.websocket.ahc with parameters of type Message Modifier and Type Method Description protected OutputStreamAhcWebSocketConduit. createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold)protected voidAhcWebSocketConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected voidAhcWebSocketConduit.AhcWebSocketWrappedOutputStream. updateResponseHeaders(Message inMessage)Constructors in org.apache.cxf.transport.websocket.ahc with parameters of type Message Constructor Description AhcWebSocketWrappedOutputStream(Message message, boolean possibleRetransmit, boolean isChunking, int chunkThreshold, String conduitName, URI url) -
Uses of Message in org.apache.cxf.transport.websocket.atmosphere
Methods in org.apache.cxf.transport.websocket.atmosphere with parameters of type Message Modifier and Type Method Description protected voidAtmosphereWebSocketServletDestination. setupMessage(Message inMessage, javax.servlet.ServletConfig config, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Uses of Message in org.apache.cxf.validation
Methods in org.apache.cxf.validation with parameters of type Message Modifier and Type Method Description protected BeanValidationProviderBeanValidationOutInterceptor. getOutProvider(Message message)protected BeanValidationProviderAbstractValidationInterceptor. getProvider(Message message)protected MethodAbstractBeanValidationInterceptor. getServiceMethod(Message message)protected MethodAbstractValidationInterceptor. getServiceMethod(Message message)protected ObjectAbstractBeanValidationInterceptor. getServiceObject(Message message)protected ObjectAbstractValidationInterceptor. getServiceObject(Message message)voidAbstractValidationInterceptor. handleMessage(Message message)protected voidAbstractBeanValidationInterceptor. handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments)protected abstract voidAbstractValidationInterceptor. handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments)protected voidBeanValidationOutInterceptor. handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments) -
Uses of Message in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing that return Message Modifier and Type Method Description static MessageContextUtils. createMessage(Exchange exchange)Create a Binding specific Message.Methods in org.apache.cxf.ws.addressing that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>MAPAggregator. getAdditionalInterceptors()Methods in org.apache.cxf.ws.addressing with parameters of type Message Modifier and Type Method Description static ConduitContextUtils. getConduit(Conduit conduit, Message message)Retreive Conduit from Exchange if not already availablevoidMAPAggregator. handleFault(Message message)voidMAPAggregator. handleMessage(Message message)Invoked for normal processing of inbound and outbound messages.static booleanContextUtils. isFault(Message message)Determine if message is fault.static booleanContextUtils. isOutbound(Message message)Determine if message is outbound.static booleanContextUtils. isRequestor(Message message)Determine if current messaging role is that of requestor.static voidContextUtils. propogateReceivedMAPs(AddressingProperties inMAPs, Message responseMessage)Propogate inbound MAPs onto reponse message if applicable (not applicable for oneways).static booleanContextUtils. retrieveAsyncPostResponseDispatch(Message message)Retrieve indication that an async post-response service invocation is required.static booleanContextUtils. retrieveDeferredUncorrelatedMessageAbort(Message message)Retrieve indication that a deferred uncorrelated message abort should occur.static booleanContextUtils. retrieveDeferUncorrelatedMessageAbort(Message message)Retrieve indication that a deferred uncorrelated message abort is supportedstatic StringContextUtils. retrieveMAPFaultName(Message message)Retrieve MAP fault name from the message.static StringContextUtils. retrieveMAPFaultReason(Message message)Retrieve MAP fault reason from the message.static AddressingPropertiesContextUtils. retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound)static AddressingPropertiesContextUtils. retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound, boolean warnIfMissing)static booleanContextUtils. retrievePartialResponseSent(Message message)Retrieve indication that a partial response has been sent.static booleanWSAContextUtils. retrieveUsingAddressing(Message message)Retrieve UsingAddressing override flag from the contextstatic voidContextUtils. storeDeferredUncorrelatedMessageAbort(Message message)Store indication that a deferred uncorrelated message abort should occurstatic voidContextUtils. storeDeferUncorrelatedMessageAbort(Message message)Store indication that a deferred uncorrelated message abort is supportedstatic voidContextUtils. storeMAPFaultName(String faultName, Message message)Store bad MAP fault name in the message.static voidContextUtils. storeMAPFaultReason(String reason, Message message)Store MAP fault reason in the message.static voidContextUtils. storeMAPs(AddressingProperties maps, Message message, boolean isOutbound)Store MAPs in the message.static voidContextUtils. storeMAPs(AddressingProperties maps, Message message, boolean isOutbound, boolean isRequestor)Store MAPs in the message.static voidContextUtils. storeMAPs(AddressingProperties maps, Message message, boolean isOutbound, boolean isRequestor, boolean isProviderContext)Store MAPs in the message.static voidContextUtils. storePartialResponseSent(Message message)Store an indication that a partial response has been sent. -
Uses of Message in org.apache.cxf.ws.addressing.impl
Methods in org.apache.cxf.ws.addressing.impl with parameters of type Message Modifier and Type Method Description protected StringMAPAggregatorImpl. getActionUri(Message message, boolean checkMessage)voidMAPAggregatorImpl. handleFault(Message message)Invoked when unwinding normal interceptor chain when a fault occurred.voidMAPAggregatorImpl. handleMessage(Message message)Invoked for normal processing of inbound and outbound messages.protected booleanMAPAggregatorImpl. mediate(Message message, boolean isFault)Mediate message flow.voidMAPAggregatorImpl.InterposedMessageObserver. onMessage(Message inMessage)Called for an incoming message. -
Uses of Message in org.apache.cxf.ws.mex
Methods in org.apache.cxf.ws.mex with parameters of type Message Modifier and Type Method Description voidMEXInInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.ws.policy
Fields in org.apache.cxf.ws.policy with type parameters of type Message Modifier and Type Field Description protected List<Interceptor<? extends Message>>EffectivePolicyImpl. interceptorsMethods in org.apache.cxf.ws.policy that return types with arguments of type Message Modifier and Type Method Description List<Interceptor<? extends Message>>EndpointPolicy. getFaultInterceptors(Message m)List<Interceptor<? extends Message>>EndpointPolicyImpl. getFaultInterceptors(Message m)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistry. getInFaultInterceptorsForAssertion(QName qn)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistryImpl. getInFaultInterceptorsForAssertion(QName qn)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistry. getInInterceptorsForAssertion(QName qn)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistryImpl. getInInterceptorsForAssertion(QName qn)List<Interceptor<? extends Message>>EffectivePolicy. getInterceptors()List<Interceptor<? extends Message>>EffectivePolicyImpl. getInterceptors()List<Interceptor<? extends Message>>EndpointPolicy. getInterceptors(Message m)List<Interceptor<? extends Message>>EndpointPolicyImpl. getInterceptors(Message m)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistry. getInterceptorsForAlternative(Collection<? extends org.apache.neethi.Assertion> alterative, boolean out, boolean fault)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistryImpl. getInterceptorsForAlternative(Collection<? extends org.apache.neethi.Assertion> alternative, boolean out, boolean fault)protected List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistryImpl. getInterceptorsForAssertion(QName qn, boolean out, boolean fault)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistry. getOutFaultInterceptorsForAssertion(QName qn)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistryImpl. getOutFaultInterceptorsForAssertion(QName qn)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistry. getOutInterceptorsForAssertion(QName qn)List<Interceptor<? extends Message>>PolicyInterceptorProviderRegistryImpl. getOutInterceptorsForAssertion(QName qn)Methods in org.apache.cxf.ws.policy with parameters of type Message Modifier and Type Method Description voidAssertor. assertMessage(Message message)<T> voidPolicyDataEngineImpl. assertMessage(Message message, T confPol, PolicyCalculator<T> policyCalculator)voidPolicyUtils.WrappedAssertor. assertMessage(Message message)booleanAbstractPolicyInterceptorProvider. configurationPresent(Message msg, org.apache.neethi.Assertion assertion)booleanPolicyInterceptorProvider. configurationPresent(Message msg, org.apache.neethi.Assertion assertion)Return false if the message does not contain enough contextual configuration to preemtively support the given assertion.protected BindingFaultInfoAbstractPolicyInterceptor. getBindingFaultInfo(Message msg, Exception ex, BindingOperationInfo boi)<T> TPolicyDataEngineImpl. getClientEndpointPolicy(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator)EndpointPolicyPolicyEngine. getClientEndpointPolicy(EndpointInfo ei, Conduit conduit, Message msg)EndpointPolicyPolicyEngineImpl. getClientEndpointPolicy(EndpointInfo ei, Conduit conduit, Message m)EffectivePolicyPolicyEngine. getEffectiveClientFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Message m)EffectivePolicyPolicyEngineImpl. getEffectiveClientFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Message m)EffectivePolicyPolicyEngine. getEffectiveClientRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Conduit c, Message m)EffectivePolicyPolicyEngineImpl. getEffectiveClientRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Conduit c, Message m)EffectivePolicyPolicyEngine. getEffectiveClientResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Message m)EffectivePolicyPolicyEngineImpl. getEffectiveClientResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Message m)org.apache.neethi.PolicyPolicyProvider. getEffectivePolicy(BindingFaultInfo bfi, Message m)org.apache.neethi.PolicyPolicyProvider. getEffectivePolicy(BindingMessageInfo bmi, Message m)org.apache.neethi.PolicyPolicyProvider. getEffectivePolicy(BindingOperationInfo bi, Message m)org.apache.neethi.PolicyPolicyProvider. getEffectivePolicy(EndpointInfo ei, Message m)org.apache.neethi.PolicyPolicyProvider. getEffectivePolicy(ServiceInfo si, Message m)EffectivePolicyPolicyEngine. getEffectiveServerFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Destination d, Message m)EffectivePolicyPolicyEngineImpl. getEffectiveServerFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Destination d, Message m)EffectivePolicyPolicyEngine. getEffectiveServerRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Message m)EffectivePolicyPolicyEngineImpl. getEffectiveServerRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Message m)EffectivePolicyPolicyEngine. getEffectiveServerResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Destination d, List<List<org.apache.neethi.Assertion>> incoming, Message m)EffectivePolicyPolicyEngineImpl. getEffectiveServerResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Destination d, List<List<org.apache.neethi.Assertion>> incoming, Message m)List<Interceptor<? extends Message>>EndpointPolicy. getFaultInterceptors(Message m)List<Interceptor<? extends Message>>EndpointPolicyImpl. getFaultInterceptors(Message m)Collection<org.apache.neethi.Assertion>EndpointPolicy. getFaultVocabulary(Message m)Collection<org.apache.neethi.Assertion>EndpointPolicyImpl. getFaultVocabulary(Message m)List<Interceptor<? extends Message>>EndpointPolicy. getInterceptors(Message m)List<Interceptor<? extends Message>>EndpointPolicyImpl. getInterceptors(Message m)<T> TPolicyDataEngineImpl. getPolicy(Message message, T confPolicy, PolicyCalculator<T> intersector)<T> TPolicyDataEngineImpl. getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator)EndpointPolicyPolicyEngine. getServerEndpointPolicy(EndpointInfo ei, Destination destination, Message msg)EndpointPolicyPolicyEngineImpl. getServerEndpointPolicy(EndpointInfo ei, Destination destination, Message m)protected Collection<org.apache.neethi.Assertion>EffectivePolicyImpl. getSupportedAlternatives(PolicyEngine engine, org.apache.neethi.Policy p, Message m)protected Collection<org.apache.neethi.Assertion>EndpointPolicyImpl. getSupportedAlternatives(Message msg)protected voidAbstractPolicyInterceptor. getTransportAssertions(Message message)Collection<org.apache.neethi.Assertion>EndpointPolicy. getVocabulary(Message m)Collection<org.apache.neethi.Assertion>EndpointPolicyImpl. getVocabulary(Message m)protected abstract voidAbstractPolicyInterceptor. handle(Message message)protected voidClientPolicyInFaultInterceptor. handle(Message msg)protected voidPolicyInInterceptor. handle(Message msg)protected voidPolicyOutInterceptor. handle(Message msg)protected voidPolicyVerificationInFaultInterceptor. handle(Message message)Determines the effective policy, and checks if one of its alternatives is supported.protected voidPolicyVerificationInInterceptor. handle(Message message)Determines the effective policy, and checks if one of its alternatives is supported.protected voidPolicyVerificationOutInterceptor. handle(Message message)Checks if all assertions in the chosen alternative have been asserted.protected voidServerPolicyOutFaultInterceptor. handle(Message msg)voidAbstractPolicyInterceptor. handleMessage(Message message)voidEffectivePolicyImpl. initialise(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, PolicyEngine engine, Assertor assertor, Message m)voidEffectivePolicyImpl. initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngine engine, boolean requestor, boolean request, Message m)voidEffectivePolicyImpl. initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngine engine, Assertor assertor, boolean requestor, boolean request, Message m)voidEffectivePolicyImpl. initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> incoming, Message m)voidEffectivePolicyImpl. initialise(EndpointPolicy epi, PolicyEngine engine, boolean inbound, boolean fault, Message m)voidEffectivePolicyImpl. initialise(EndpointPolicy epi, PolicyEngine engine, boolean inbound, Message m)voidEndpointPolicyImpl. initialize(Message m)Collection<org.apache.neethi.Assertion>AlternativeSelector. selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, Message msg)booleanPolicyEngine. supportsAlternative(Collection<? extends org.apache.neethi.PolicyComponent> alterative, Assertor assertor, Message m)booleanPolicyEngineImpl. supportsAlternative(Collection<? extends org.apache.neethi.PolicyComponent> alternative, Assertor assertor, Message m)Check if a given list of assertions can potentially be supported by interceptors or by an already installed assertor (a conduit or transport that implements the Assertor interface).EndpointPolicyEndpointPolicy. updatePolicy(org.apache.neethi.Policy p, Message msg)EndpointPolicyEndpointPolicyImpl. updatePolicy(org.apache.neethi.Policy p, Message msg) -
Uses of Message in org.apache.cxf.ws.policy.attachment
Methods in org.apache.cxf.ws.policy.attachment with parameters of type Message Modifier and Type Method Description org.apache.neethi.PolicyServiceModelPolicyProvider. getEffectivePolicy(BindingFaultInfo bfi, Message m)org.apache.neethi.PolicyServiceModelPolicyProvider. getEffectivePolicy(BindingMessageInfo bmi, Message m)org.apache.neethi.PolicyServiceModelPolicyProvider. getEffectivePolicy(BindingOperationInfo bi, Message m)org.apache.neethi.PolicyServiceModelPolicyProvider. getEffectivePolicy(EndpointInfo ei, Message m)org.apache.neethi.PolicyServiceModelPolicyProvider. getEffectivePolicy(ServiceInfo si, Message m) -
Uses of Message in org.apache.cxf.ws.policy.attachment.external
Methods in org.apache.cxf.ws.policy.attachment.external with parameters of type Message Modifier and Type Method Description org.apache.neethi.PolicyExternalAttachmentProvider. getEffectivePolicy(BindingFaultInfo bfi, Message m)org.apache.neethi.PolicyExternalAttachmentProvider. getEffectivePolicy(BindingMessageInfo bmi, Message m)org.apache.neethi.PolicyExternalAttachmentProvider. getEffectivePolicy(BindingOperationInfo boi, Message m)org.apache.neethi.PolicyExternalAttachmentProvider. getEffectivePolicy(EndpointInfo ei, Message m)org.apache.neethi.PolicyExternalAttachmentProvider. getEffectivePolicy(ServiceInfo si, Message m) -
Uses of Message in org.apache.cxf.ws.policy.attachment.wsdl11
Methods in org.apache.cxf.ws.policy.attachment.wsdl11 with parameters of type Message Modifier and Type Method Description org.apache.neethi.PolicyWsdl11AttachmentPolicyProvider. getEffectivePolicy(BindingFaultInfo bfi, Message m)org.apache.neethi.PolicyWsdl11AttachmentPolicyProvider. getEffectivePolicy(BindingMessageInfo bmi, Message m)The effective policy for a specific WSDL message (input or output) is calculated in relation to a specific port, and includes the element policy of the wsdl:message element that defines the message's type merged with the element policy of the wsdl11:binding and wsdl11:portType message definitions that describe the message.org.apache.neethi.PolicyWsdl11AttachmentPolicyProvider. getEffectivePolicy(BindingOperationInfo bi, Message m)The effective policy for a WSDL operation policy subject is calculated in relation to a specific port, and includes the element policy of the wsdl11:portType/wsdl11:operation element that defines the operation merged with that of the corresponding wsdl11:binding/wsdl11:operation element.org.apache.neethi.PolicyWsdl11AttachmentPolicyProvider. getEffectivePolicy(EndpointInfo ei, Message m)The effective policy for a WSDL endpoint policy subject includes the element policy of the wsdl11:port element that defines the endpoint merged with the element policy of the referenced wsdl11:binding element and the element policy of the referenced wsdl11:portType element that defines the interface of the endpoint.org.apache.neethi.PolicyWsdl11AttachmentPolicyProvider. getEffectivePolicy(ServiceInfo si, Message m) -
Uses of Message in org.apache.cxf.ws.policy.mtom
Methods in org.apache.cxf.ws.policy.mtom with parameters of type Message Modifier and Type Method Description voidMTOMPolicyInterceptor. handleMessage(Message message) -
Uses of Message in org.apache.cxf.ws.policy.selector
Methods in org.apache.cxf.ws.policy.selector with parameters of type Message Modifier and Type Method Description Collection<org.apache.neethi.Assertion>FirstAlternativeSelector. selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, Message msg)Collection<org.apache.neethi.Assertion>MaximalAlternativeSelector. selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, Message msg)Collection<org.apache.neethi.Assertion>MinimalAlternativeSelector. selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, Message msg) -
Uses of Message in org.apache.cxf.ws.rm
Classes in org.apache.cxf.ws.rm with type parameters of type Message Modifier and Type Class Description classAbstractRMInterceptor<T extends Message>Interceptor responsible for implementing exchange of RM protocol messages, aggregating RM metadata in the application message and processing of RM metadata contained in incoming application messages.Methods in org.apache.cxf.ws.rm that return types with arguments of type Message Modifier and Type Method Description List<Interceptor<? extends Message>>WrappedEndpoint. getInFaultInterceptors()List<Interceptor<? extends Message>>WrappedService. getInFaultInterceptors()List<Interceptor<? extends Message>>WrappedEndpoint. getInInterceptors()List<Interceptor<? extends Message>>WrappedService. getInInterceptors()List<Interceptor<? extends Message>>WrappedEndpoint. getOutFaultInterceptors()List<Interceptor<? extends Message>>WrappedService. getOutFaultInterceptors()List<Interceptor<? extends Message>>WrappedEndpoint. getOutInterceptors()List<Interceptor<? extends Message>>WrappedService. getOutInterceptors()Methods in org.apache.cxf.ws.rm with parameters of type Message Modifier and Type Method Description voidDestination. acknowledge(Message message)Acknowledges receipt of a message.voidDestinationSequence. acknowledge(Message message)protected voidRMOutInterceptor. addAckRequest(Message msg, RMProperties rmpsIn, SourceSequence seq, SequenceType sequence)Add AcknowledgementRequested to message if needed.voidRetransmissionQueue. addUnacknowledged(Message message)Accepts a new message for possible future retransmission.voidRedeliveryQueue. addUndelivered(Message message)Accepts a failed message for possible future redelivery.ObjectServant. closeSequence(Message message)FaultBindingFaultFactory. createFault(SequenceFault sf, Message msg)DestinationRMManager. getDestination(Message message)RMConfigurationRMManager. getEffectiveConfiguration(Message msg)Get configuration after applying policies.static ProtocolVariationRMContextUtils. getProtocolVariation(Message message)RMEndpointRMManager. getReliableEndpoint(Message message)PhaseInterceptorChainRMManager. getRetransmitChain(Message msg)Get interceptor chain for retransmitting a message.SourceSequenceRMManager. getSequence(Identifier inSeqId, Message message, AddressingProperties maps)SourceRMManager. getSource(Message message)protected abstract voidAbstractRMInterceptor. handle(Message message)protected voidRMCaptureInInterceptor. handle(Message message)protected voidRMCaptureOutInterceptor. handle(Message msg)voidRMDeliveryInterceptor. handle(Message message)protected voidRMInInterceptor. handle(Message message)protected voidRMOutInterceptor. handle(Message msg)voidRMEndpoint. handleAccept(String ssid, long number, Message msg)Handle message accepted for source sequence.voidRMEndpoint. handleAcknowledgment(String ssid, long number, Message msg)Handle message acknowledgment for source sequence.voidRetransmissionInterceptor. handleFault(Message message)voidRMInInterceptor. handleFault(Message message)voidAbstractRMInterceptor. handleMessage(Message msg)voidRetransmissionInterceptor. handleMessage(Message message)voidRMManager. initializeInterceptorChain(Message msg)Clones and saves the interceptor chain the first time this is called, so that it can be used for retransmission.protected booleanAbstractRMInterceptor. isRMPolicyEnabled(Message msg)static booleanRMContextUtils. isServerSide(Message message)Determine if message is currently being processed on server side.static AddressingPropertiesRMContextUtils. retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound)Retrieves the addressing properties from the current message.static RMPropertiesRMContextUtils. retrieveRMProperties(Message message, boolean outbound)Retrieve the RM properties from the current message.static voidRMContextUtils. setProtocolVariation(Message message, ProtocolVariation protocol)static voidRMContextUtils. storeMAPs(AddressingProperties maps, Message message, boolean isOutbound, boolean isRequestor)Store MAPs in the message.static voidRMContextUtils. storeRMProperties(Message message, RMProperties rmps, boolean outbound)Store the RM properties in the current message.ObjectServant. terminateSequence(Message message) -
Uses of Message in org.apache.cxf.ws.rm.persistence
Methods in org.apache.cxf.ws.rm.persistence with parameters of type Message Modifier and Type Method Description static voidPersistenceUtils. decodeRMContent(RMMessage rmmsg, Message msg)static voidPersistenceUtils. encodeRMContent(RMMessage rmmsg, Message msg, InputStream msgContent) -
Uses of Message in org.apache.cxf.ws.rm.policy
Methods in org.apache.cxf.ws.rm.policy with parameters of type Message Modifier and Type Method Description static RMConfigurationRMPolicyUtilities. getRMConfiguration(RMConfiguration defaultValue, Message message)Returns an RMAssertion that is compatible with the default value and all RMAssertions pertaining to the message (can never be null). -
Uses of Message in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap that return Message Modifier and Type Method Description protected MessageRedeliveryQueueImpl.RedeliverCandidate. getMessage()protected MessageRetransmissionQueueImpl.ResendCandidate. getMessage()Methods in org.apache.cxf.ws.rm.soap with parameters of type Message Modifier and Type Method Description voidRetransmissionQueueImpl. addUnacknowledged(Message message)voidRedeliveryQueueImpl. addUndelivered(Message message)protected RetransmissionQueueImpl.ResendCandidateRetransmissionQueueImpl. cacheUnacknowledged(Message message)Accepts a new resend candidate.protected RedeliveryQueueImpl.RedeliverCandidateRedeliveryQueueImpl. cacheUndelivered(Message message)Accepts a new resend candidate.FaultSoapFaultFactory. createFault(SequenceFault sf, Message msg)protected RetransmissionQueueImpl.ResendCandidateRetransmissionQueueImpl. createResendCandidate(Message message)voidRetransmissionQueueImpl.CopyOutInterceptor. handleMessage(Message message)voidRetransmissionQueueImpl.Resender. resend(Message message, boolean requestAcknowledge)Resend mechanics.Constructors in org.apache.cxf.ws.rm.soap with parameters of type Message Constructor Description RedeliverCandidate(Message m)ResendCandidate(Message m) -
Uses of Message in org.apache.cxf.ws.security.kerberos
Methods in org.apache.cxf.ws.security.kerberos with parameters of type Message Modifier and Type Method Description static KerberosClientKerberosUtils. getClient(Message message, String type) -
Uses of Message in org.apache.cxf.ws.security.policy.interceptors
Methods in org.apache.cxf.ws.security.policy.interceptors with parameters of type Message Modifier and Type Method Description voidSTSTokenOutInterceptor. handleMessage(Message message)protected voidSTSTokenOutInterceptor. processToken(Message message, SecurityToken tok) -
Uses of Message in org.apache.cxf.ws.security.tokenstore
Methods in org.apache.cxf.ws.security.tokenstore with parameters of type Message Modifier and Type Method Description static TokenStoreTokenStoreUtils. getTokenStore(Message message)TokenStoreEHCacheTokenStoreFactory. newTokenStore(String key, Message message)TokenStoreMemoryTokenStoreFactory. newTokenStore(String key, Message message)abstract TokenStoreTokenStoreFactory. newTokenStore(String key, Message message) -
Uses of Message in org.apache.cxf.ws.security.trust
Fields in org.apache.cxf.ws.security.trust declared as Message Modifier and Type Field Description protected MessageAbstractSTSClient. messageFields in org.apache.cxf.ws.security.trust with type parameters of type Message Modifier and Type Field Description protected List<Interceptor<? extends Message>>AbstractSTSClient. inprotected List<Interceptor<? extends Message>>AbstractSTSClient. inFaultprotected List<Interceptor<? extends Message>>AbstractSTSClient. outprotected List<Interceptor<? extends Message>>AbstractSTSClient. outFaultMethods in org.apache.cxf.ws.security.trust that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>AuthPolicyValidatingInterceptor. getAdditionalInterceptors()List<Interceptor<? extends Message>>AbstractSTSClient. getInFaultInterceptors()List<Interceptor<? extends Message>>AbstractSTSClient. getInInterceptors()List<Interceptor<? extends Message>>AbstractSTSClient. getOutFaultInterceptors()List<Interceptor<? extends Message>>AbstractSTSClient. getOutInterceptors()Methods in org.apache.cxf.ws.security.trust with parameters of type Message Modifier and Type Method Description static STSClientSTSUtils. getClient(Message message, String type)static STSClientSTSUtils. getClient(Message message, String type, org.apache.wss4j.policy.model.IssuedToken itok)static STSClientSTSUtils. getClientWithIssuer(Message message, String type, Element issuer)static SecurityTokenSTSTokenRetriever. getToken(Message message, STSTokenRetriever.TokenRequestParams params)static SecurityTokenSTSTokenRetriever. getToken(Message message, STSTokenRetriever.TokenRequestParams params, STSTokenCacher tokenCacher)voidAuthPolicyValidatingInterceptor. handleFault(Message arg0)voidAuthPolicyValidatingInterceptor. handleMessage(Message message)voidDefaultSTSTokenCacher. removeToken(Message message, SecurityToken securityToken)voidSTSTokenCacher. removeToken(Message message, SecurityToken securityToken)Remove a cached STS tokenSecurityTokenDefaultSTSTokenCacher. retrieveToken(Message message, boolean retrieveTokenFromEndpoint)SecurityTokenDefaultSTSTokenCacher. retrieveToken(Message message, Element delegationToken, String cacheKey)SecurityTokenSTSTokenCacher. retrieveToken(Message message, boolean retrieveTokenFromEndpoint)Retrieve a cached STS token.SecurityTokenSTSTokenCacher. retrieveToken(Message message, Element delegationToken, String cacheKey)Retrieve a cached STS token for a given delegation token ElementvoidAbstractSTSClient. setMessage(Message message)voidDefaultSTSTokenCacher. storeToken(Message message, SecurityToken securityToken, boolean storeTokenInEndpoint)voidDefaultSTSTokenCacher. storeToken(Message message, Element delegationToken, String secTokenId, String cacheKey)voidSTSTokenCacher. storeToken(Message message, SecurityToken securityToken, boolean storeTokenInEndpoint)Store a token in the cache.voidSTSTokenCacher. storeToken(Message message, Element delegationToken, String secTokenId, String cacheKey)Store a given delegation token in the cache (or update it if it's already there), with a reference to the security token obtained from the STS.org.apache.wss4j.dom.validate.CredentialSTSTokenValidator. validateWithSTS(org.apache.wss4j.dom.validate.Credential credential, Message message)Method parameters in org.apache.cxf.ws.security.trust with type arguments of type Message Modifier and Type Method Description voidAbstractSTSClient. setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractSTSClient. setInInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractSTSClient. setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)voidAbstractSTSClient. setOutInterceptors(List<Interceptor<? extends Message>> interceptors) -
Uses of Message in org.apache.cxf.ws.security.trust.claims
Methods in org.apache.cxf.ws.security.trust.claims that return Message Modifier and Type Method Description MessageClaimsCallback. getCurrentMessage()Methods in org.apache.cxf.ws.security.trust.claims with parameters of type Message Modifier and Type Method Description voidClaimsCallback. setCurrentMessage(Message currentMessage)Constructors in org.apache.cxf.ws.security.trust.claims with parameters of type Message Constructor Description ClaimsCallback(Message currentMessage) -
Uses of Message in org.apache.cxf.ws.security.trust.delegation
Methods in org.apache.cxf.ws.security.trust.delegation that return Message Modifier and Type Method Description MessageDelegationCallback. getCurrentMessage()Methods in org.apache.cxf.ws.security.trust.delegation with parameters of type Message Modifier and Type Method Description voidDelegationCallback. setCurrentMessage(Message currentMessage)Constructors in org.apache.cxf.ws.security.trust.delegation with parameters of type Message Constructor Description DelegationCallback(Message currentMessage) -
Uses of Message in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return types with arguments of type Message Modifier and Type Method Description Collection<PhaseInterceptor<? extends Message>>AbstractWSS4JInterceptor. getAdditionalInterceptors()Collection<PhaseInterceptor<? extends Message>>AbstractWSS4JStaxInterceptor. getAdditionalInterceptors()Collection<PhaseInterceptor<? extends Message>>PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal. getAdditionalInterceptors()Methods in org.apache.cxf.ws.security.wss4j with parameters of type Message Modifier and Type Method Description static voidWSS4JTokenConverter. convertToken(Message msg, Principal p)static org.apache.wss4j.common.crypto.PasswordEncryptorWSS4JUtils. getPasswordEncryptor(Message message)static longWSS4JUtils. getSecurityTokenLifetime(Message message)Get the security token lifetime value (in milliseconds).static org.apache.wss4j.common.crypto.CryptoWSS4JUtils. loadCryptoFromPropertiesFile(Message message, String propFilename, ClassLoader classLoader, org.apache.wss4j.common.crypto.PasswordEncryptor passwordEncryptor)static StringWSS4JUtils. parseAndStoreStreamingSecurityToken(org.apache.xml.security.stax.securityToken.SecurityToken securityToken, Message message)Constructors in org.apache.cxf.ws.security.wss4j with parameters of type Message Constructor Description AttachmentCallbackHandler(Message message) -
Uses of Message in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators that return Message Modifier and Type Method Description MessagePolicyValidatorParameters. getMessage()Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type Message Modifier and Type Method Description protected booleanAbstractBindingPolicyValidator. checkProperties(org.apache.wss4j.policy.model.AbstractSymmetricAsymmetricBinding binding, AssertionInfo ai, AssertionInfoMap aim, org.apache.wss4j.dom.handler.WSHandlerResult results, List<org.apache.wss4j.dom.engine.WSSecurityEngineResult> signedResults, Message message)Check various properties set in the policy of the bindingstatic Map<QName,SecurityPolicyValidator>ValidatorUtils. getSecurityPolicyValidators(Message message)protected booleanAbstractSupportingTokenPolicyValidator. isTLSInUse(Message message)protected booleanAbstractSecurityPolicyValidator. isTokenRequired(org.apache.wss4j.policy.model.AbstractToken token, Message message)Check to see if a token is required or not.voidPolicyValidatorParameters. setMessage(Message message)protected booleanAbstractBindingPolicyValidator. validateTimestamp(boolean includeTimestamp, boolean transportBinding, org.apache.wss4j.dom.handler.WSHandlerResult results, List<org.apache.wss4j.dom.engine.WSSecurityEngineResult> signedResults, Message message)Validate a Timestamp -
Uses of Message in org.apache.cxf.wsdl.interceptors
Methods in org.apache.cxf.wsdl.interceptors with parameters of type Message Modifier and Type Method Description voidAbstractEndpointSelectionInterceptor. handleMessage(Message message)voidBareInInterceptor. handleMessage(Message message)voidBareOutInterceptor. handleMessage(Message message)voidDocLiteralInInterceptor. handleMessage(Message message)voidWrappedOutInterceptor. handleMessage(Message message)voidWrappedOutInterceptor.WrappedOutEndingInterceptor. handleMessage(Message message)protected abstract EndpointAbstractEndpointSelectionInterceptor. selectEndpoint(Message message, Set<Endpoint> eps)Select an Endpoint which will be used for the rest of the invocation.protected booleanDocLiteralInInterceptor. shouldWrapParameters(MessageInfo msgInfo, Message message) -
Uses of Message in org.apache.cxf.xkms.crypto
Methods in org.apache.cxf.xkms.crypto with parameters of type Message Modifier and Type Method Description org.apache.wss4j.common.crypto.CryptoCryptoProviderFactory. create(Message message)Create with merlin fallback settings retrieved from cxf message -
Uses of Message in org.apache.cxf.xkms.crypto.provider
Methods in org.apache.cxf.xkms.crypto.provider with parameters of type Message Modifier and Type Method Description org.apache.wss4j.common.crypto.CryptoXkmsCryptoProviderFactory. create(Message message)
-