Skip navigation links
A B C D E G H I M N O P R S T V W X 

A

AbstractSoapCxfClient - Class in org.mule.soap.internal.client
Base SoapClient implementation for clients that works on top of CXF.
attachment(String, SoapAttachment) - Method in class org.mule.soap.api.message.SoapRequestBuilder
 
AttachmentRequestEnricher - Class in org.mule.soap.internal.generator.attachment
Abstract implementation for a request enricher that adds a node for each sent attachment to the incoming SOAP request with all the information required to send the attachments using the SOAP protocol.
AttachmentRequestEnricher() - Constructor for class org.mule.soap.internal.generator.attachment.AttachmentRequestEnricher
 
AttachmentResponseEnricher - Class in org.mule.soap.internal.generator.attachment
Abstract implementation for a request enricher that extracts the attachments from a SOAP Response.
attachments(Map<String, SoapAttachment>) - Method in class org.mule.soap.api.message.SoapRequestBuilder
 

B

BadRequestException - Exception in org.mule.soap.api.client
RuntimeException implementation that aims to be thrown when an error occur while parsing or processing the SOAP request.
BadRequestException(String) - Constructor for exception org.mule.soap.api.client.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.mule.soap.api.client.BadRequestException
 
BadResponseException - Exception in org.mule.soap.api.client
RuntimeException implementation that aims to be thrown when an error occur while parsing or processing a SOAP response.
BadResponseException(String) - Constructor for exception org.mule.soap.api.client.BadResponseException
 
BadResponseException(String, Throwable) - Constructor for exception org.mule.soap.api.client.BadResponseException
 
build() - Method in class org.mule.soap.api.message.SoapRequestBuilder
 
build() - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
 
buildCxfAttachments(Map<String, SoapAttachment>) - Method in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
buildCxfAttachments(Map<String, SoapAttachment>) - Method in class org.mule.soap.internal.client.DefaultSoapCxfClient
 
buildCxfAttachments(Map<String, SoapAttachment>) - Method in class org.mule.soap.internal.client.SoapMtomCxfClient
 
builder() - Static method in interface org.mule.soap.api.message.SoapRequest
 
builder() - Static method in class org.mule.soap.api.SoapWebServiceConfiguration
 
buildPasswordCallbackHandler() - Method in interface org.mule.soap.api.security.SecurityStrategy
Gives the option to return a custom WSPasswordCallbackHandler instance allowing to compose many password handlers from different security strategies.
buildPasswordCallbackHandler() - Method in class org.mule.soap.api.security.WssDecryptSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.soap.api.security.WssEncryptSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.soap.api.security.WssGlobalOutgoingSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.soap.api.security.WssIncomingTimestampSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.soap.api.security.WssSignSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.soap.api.security.WssTimestampSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.soap.api.security.WssUsernameTokenSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.soap.api.security.WssVerifySignatureSecurityStrategy
 
buildSecurityProperties() - Method in interface org.mule.soap.api.security.SecurityStrategy
Returns a set of properties to be set on the SOAP request interceptors (OUT interceptors) in order to applies this security strategy.
buildSecurityProperties() - Method in class org.mule.soap.api.security.WssDecryptSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.soap.api.security.WssEncryptSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.soap.api.security.WssGlobalOutgoingSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.soap.api.security.WssIncomingTimestampSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.soap.api.security.WssSignSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.soap.api.security.WssTimestampSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.soap.api.security.WssUsernameTokenSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.soap.api.security.WssVerifySignatureSecurityStrategy
 

C

close() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
CompositeCallbackHandler - Class in org.mule.soap.internal.security.callback
Callback handler implementation that delegates the handle operation to a list of callback handlers.
CompositeCallbackHandler(List<CallbackHandler>) - Constructor for class org.mule.soap.internal.security.callback.CompositeCallbackHandler
 
consume(SoapRequest, TransportDispatcher) - Method in interface org.mule.soap.api.client.SoapClient
Sends a SoapRequest blocking the current thread until a response is available or the request times out.
consume(SoapRequest, TransportDispatcher) - Method in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
content(InputStream) - Method in class org.mule.soap.api.message.SoapRequestBuilder
 
content(String) - Method in class org.mule.soap.api.message.SoapRequestBuilder
 
contentType(String) - Method in class org.mule.soap.api.message.SoapRequestBuilder
 
CopyStream - Class in org.mule.soap.internal.util
This class allows converting an OutputStream into an InputStream without having a duplicated buffer in memory at any time.
CopyStream() - Constructor for class org.mule.soap.internal.util.CopyStream
 
create(SoapWebServiceConfiguration) - Method in interface org.mule.soap.api.client.SoapClientFactory
Creates a new SoapClient instance.
create(SoapWebServiceConfiguration) - Method in class org.mule.soap.internal.client.SoapCxfClientFactory
Creates a new instance of a AbstractSoapCxfClient for the given address ans soap version.
createDispatchingRequest(Message) - Static method in class org.mule.soap.internal.interceptor.TransportRequestFactory
 

D

DefaultSoapCxfClient - Class in org.mule.soap.internal.client
a SoapClient implementation based on CXF.
DefaultSoapRequest - Class in org.mule.soap.internal.message
Default implementation of a SoapRequest.
DefaultSoapRequest(InputStream, Map<String, String>, Map<String, String>, Map<String, SoapAttachment>, String, String) - Constructor for class org.mule.soap.internal.message.DefaultSoapRequest
 
DefaultSoapResponse - Class in org.mule.soap.internal.message
Immutable SoapResponse implementation.
DefaultSoapResponse(InputStream, Map<String, String>, Map<String, String>, Map<String, String>, Map<String, SoapAttachment>, String) - Constructor for class org.mule.soap.internal.message.DefaultSoapResponse
 
DefaultTransportResourceLocator - Class in org.mule.soap.api.transport.locator
Default implementation of a TransportResourceLocator.
DefaultTransportResourceLocator() - Constructor for class org.mule.soap.api.transport.locator.DefaultTransportResourceLocator
 
DelegateXMLStreamReader - Class in org.mule.soap.internal.xml.stax
 
DelegateXMLStreamReader(XMLStreamReader) - Constructor for class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
destroy() - Method in interface org.mule.soap.api.client.SoapClient
Shuts down the client and all resources that is holding.
destroy() - Method in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
dispatch(TransportRequest) - Method in interface org.mule.soap.api.transport.TransportDispatcher
Dispatches a soap message that is contained in a TransportRequest instance.
DispatcherException - Exception in org.mule.soap.api.transport
RuntimeException that aims to be thrown when an error occurred dispatching a SOAP message.
DispatcherException(String, Throwable) - Constructor for exception org.mule.soap.api.transport.DispatcherException
 

E

empty(String) - Static method in interface org.mule.soap.api.message.SoapRequest
 
EmptySoapResponse - Class in org.mule.soap.internal.message
Empty SoapResponse implementation.
EmptySoapResponse(Map<String, String>, Map<String, String>) - Constructor for class org.mule.soap.internal.message.EmptySoapResponse
 
enableMtom(boolean) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Specifies that the Web Service is MTOM enabled.
EncodingException - Exception in org.mule.soap.api.exception
Exception implementation that aims to be thrown when a problem occur while encoding or decoding the content of a part of a SOAP message.
EncodingException(String) - Constructor for exception org.mule.soap.api.exception.EncodingException
 
EncodingException(String, Throwable) - Constructor for exception org.mule.soap.api.exception.EncodingException
 
enrich(XMLStreamReader, String, Exchange) - Method in class org.mule.soap.internal.generator.attachment.AttachmentResponseEnricher
Modifies the SOAP response to avoid attachment content in the response body and make decouple the attachment handling so the user can have a better experience.
enrichRequest(String, InputStream, String, Map<String, SoapAttachment>) - Method in class org.mule.soap.internal.generator.attachment.AttachmentRequestEnricher
 

G

generate(String, InputStream, String, Map<String, SoapAttachment>) - Method in class org.mule.soap.internal.generator.SoapRequestGenerator
Generates an XMLStreamReader SOAP request ready to be consumed by CXF.
generate(String, Object[], Exchange) - Method in class org.mule.soap.internal.generator.SoapResponseGenerator
 
getAdditionalData() - Method in class org.mule.soap.api.transport.TransportResponse
 
getAddress() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
 
getAddress() - Method in class org.mule.soap.api.transport.TransportRequest
 
getAlias() - Method in class org.mule.soap.api.security.stores.WssKeyStoreConfiguration
 
getAttachmentFields(MetadataType) - Static method in class org.mule.soap.internal.util.SoapServiceMetadataTypeUtils
 
getAttachments() - Method in interface org.mule.soap.api.message.SoapMessage
 
getAttachments() - Method in class org.mule.soap.internal.message.DefaultSoapRequest
 
getAttachments() - Method in class org.mule.soap.internal.message.DefaultSoapResponse
 
getAttachments() - Method in class org.mule.soap.internal.message.EmptySoapResponse
 
getAttributeCount() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getAttributeLocalName(int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getAttributeName(int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getAttributePrefix(int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getAttributeType(int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getAttributeValue(int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getCharacterEncodingScheme() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getConduit(EndpointInfo, Bus) - Method in class org.mule.soap.internal.conduit.SoapServiceConduitInitiator
 
getConduit(EndpointInfo, EndpointReferenceType, Bus) - Method in class org.mule.soap.internal.conduit.SoapServiceConduitInitiator
 
getConfigurationProperties() - Method in class org.mule.soap.api.security.configuration.WssEncryptionConfiguration
 
getConfigurationProperties() - Method in class org.mule.soap.api.security.configuration.WssSignConfiguration
 
getConfigurationProperties() - Method in class org.mule.soap.api.security.stores.WssKeyStoreConfiguration
getConfigurationProperties() - Method in interface org.mule.soap.api.security.stores.WssStoreConfiguration
 
getConfigurationProperties() - Method in class org.mule.soap.api.security.stores.WssTrustStoreConfiguration
getContent() - Method in class org.mule.soap.api.message.SoapAttachment
 
getContent() - Method in interface org.mule.soap.api.message.SoapMessage
 
getContent() - Method in class org.mule.soap.internal.message.DefaultSoapRequest
 
getContent() - Method in class org.mule.soap.internal.message.DefaultSoapResponse
 
getContent() - Method in class org.mule.soap.internal.message.EmptySoapResponse
 
getContentType() - Method in class org.mule.soap.api.message.SoapAttachment
 
getContentType() - Method in interface org.mule.soap.api.message.WithContentType
 
getContentType() - Method in class org.mule.soap.internal.client.StreamDataSource
 
getContentType() - Method in class org.mule.soap.internal.message.DefaultSoapRequest
 
getContentType() - Method in class org.mule.soap.internal.message.DefaultSoapResponse
 
getContentType() - Method in class org.mule.soap.internal.message.EmptySoapResponse
 
getDefault() - Static method in interface org.mule.soap.api.client.SoapClientFactory
 
getDelegateReader() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getDetail() - Method in exception org.mule.soap.api.exception.SoapFaultException
 
getElementText() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getEncode() - Method in class org.mule.soap.api.security.configuration.WssPart
 
getEncoding() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
 
getEncoding() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getEncryptionDigestAlgorithm() - Method in class org.mule.soap.api.security.configuration.WssEncryptionConfiguration
 
getEncryptionKeyIdentifier() - Method in class org.mule.soap.api.security.configuration.WssEncryptionConfiguration
 
getEncryptionKeyTransportAlgorithm() - Method in class org.mule.soap.api.security.configuration.WssEncryptionConfiguration
 
getEncryptionSymAlgorithm() - Method in class org.mule.soap.api.security.configuration.WssEncryptionConfiguration
 
getEventType() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getFaultCode() - Method in exception org.mule.soap.api.exception.SoapFaultException
 
getInputStream() - Method in class org.mule.soap.internal.client.StreamDataSource
 
getKeyPassword() - Method in class org.mule.soap.api.security.stores.WssKeyStoreConfiguration
 
getLocalname() - Method in class org.mule.soap.api.security.configuration.WssPart
 
getLocalName() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getLocation() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getLocator() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
 
getName() - Method in class org.mule.soap.internal.client.StreamDataSource
 
getName() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getNamespace() - Method in class org.mule.soap.api.security.configuration.WssPart
 
getNamespaceContext() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getNamespaceCount() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getNode() - Method in exception org.mule.soap.api.exception.SoapFaultException
 
getNumber() - Method in enum org.mule.soap.api.SoapVersion
 
getOperation() - Method in interface org.mule.soap.api.message.SoapRequest
 
getOperation() - Method in class org.mule.soap.internal.message.DefaultSoapRequest
 
getOperationType(MetadataType) - Static method in class org.mule.soap.internal.util.SoapServiceMetadataTypeUtils
 
getOutputStream() - Method in class org.mule.soap.internal.client.StreamDataSource
 
getPassword() - Method in class org.mule.soap.api.security.stores.WssKeyStoreConfiguration
 
getPIData() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getPITarget() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getPort() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
 
getPrefix() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getProperty(String) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getProtocol() - Method in enum org.mule.soap.api.SoapVersion
 
getReason() - Method in exception org.mule.soap.api.exception.SoapFaultException
 
getResource(String) - Method in class org.mule.soap.api.transport.locator.DefaultTransportResourceLocator
 
getResource(String) - Method in interface org.mule.soap.api.transport.locator.TransportResourceLocator
Retrieves a document's content.
getRole() - Method in exception org.mule.soap.api.exception.SoapFaultException
 
getSecurities() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
 
getService() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
 
getSignatureAlgorithm() - Method in class org.mule.soap.api.security.configuration.WssSignConfiguration
 
getSignatureC14nAlgorithm() - Method in class org.mule.soap.api.security.configuration.WssSignConfiguration
 
getSignatureDigestAlgorithm() - Method in class org.mule.soap.api.security.configuration.WssSignConfiguration
 
getSignatureKeyIdentifier() - Method in class org.mule.soap.api.security.configuration.WssSignConfiguration
 
getSoapHeaders() - Method in interface org.mule.soap.api.message.SoapMessage
 
getSoapHeaders() - Method in class org.mule.soap.internal.message.DefaultSoapRequest
 
getSoapHeaders() - Method in class org.mule.soap.internal.message.DefaultSoapResponse
 
getSoapHeaders() - Method in class org.mule.soap.internal.message.EmptySoapResponse
 
getSubCode() - Method in exception org.mule.soap.api.exception.SoapFaultException
 
getText() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getTextCharacters() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getTextLength() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getTextStart() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getTransportAdditionalData() - Method in interface org.mule.soap.api.message.SoapResponse
 
getTransportAdditionalData() - Method in class org.mule.soap.internal.message.DefaultSoapResponse
 
getTransportAdditionalData() - Method in class org.mule.soap.internal.message.EmptySoapResponse
 
getTransportHeaders() - Method in interface org.mule.soap.api.message.SoapMessage
 
getTransportHeaders() - Method in class org.mule.soap.internal.message.DefaultSoapRequest
 
getTransportHeaders() - Method in class org.mule.soap.internal.message.DefaultSoapResponse
 
getTransportHeaders() - Method in class org.mule.soap.internal.message.EmptySoapResponse
 
getTransportIds() - Method in class org.mule.soap.internal.conduit.SoapServiceConduitInitiator
 
getType() - Method in enum org.mule.soap.api.security.PasswordType
 
getUriPrefixes() - Method in class org.mule.soap.internal.conduit.SoapServiceConduitInitiator
 
getVersion() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
 
getVersion() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
getWsdlLocation() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
 
getWssParts() - Method in class org.mule.soap.api.security.configuration.WssEncryptionConfiguration
 
getWssParts() - Method in class org.mule.soap.api.security.configuration.WssSignConfiguration
 

H

handle(Callback[]) - Method in class org.mule.soap.internal.security.callback.CompositeCallbackHandler
 
handle(Callback[]) - Method in class org.mule.soap.internal.security.callback.WSPasswordCallbackHandler
 
handleMessage(Message) - Method in class org.mule.soap.internal.interceptor.MessageDispatcherInterceptor
handleMessage(Message) - Method in class org.mule.soap.internal.interceptor.OutputMtomSoapAttachmentsInterceptor
 
handleMessage(SoapMessage) - Method in class org.mule.soap.internal.interceptor.OutputSoapHeadersInterceptor
handleMessage(Message) - Method in class org.mule.soap.internal.interceptor.SoapActionInterceptor
 
handleMessage(Message) - Method in class org.mule.soap.internal.interceptor.StreamClosingInterceptor
 
handles(String) - Method in class org.mule.soap.api.transport.locator.DefaultTransportResourceLocator
 
handles(String) - Method in interface org.mule.soap.api.transport.locator.TransportResourceLocator
Given the external document url this method checks if the document can be retrieved by this TransportResourceLocator or not.
hasName() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
hasNext() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
hasText() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 

I

InvalidWsdlException - Exception in org.mule.soap.api.exception
Exception implementation that aims to be thrown when an inconsistent WSDL state is found or a provided one cannot be parsed.
InvalidWsdlException(String) - Constructor for exception org.mule.soap.api.exception.InvalidWsdlException
 
InvalidWsdlException(String, Throwable) - Constructor for exception org.mule.soap.api.exception.InvalidWsdlException
 
isAttributeSpecified(int) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
isCharacters() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
isEndElement() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
isMtomEnabled() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
 
isStandalone() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
isStartElement() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
isWhiteSpace() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 

M

MERLIN_PROP_PREFIX - Static variable in interface org.mule.soap.api.security.stores.WssStoreConfiguration
Prefix for all merlin crypto specific properties
MESSAGE_DISPATCHER - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
MessageDispatcherInterceptor - Class in org.mule.soap.internal.interceptor
CXF interceptor that uses a custom TransportDispatcher, specified in the SoapWebServiceConfiguration to send a SOAP message and inject the obtained response into the CXF in (response) interceptors lifecycle.
MessageDispatcherInterceptor(MessageObserver) - Constructor for class org.mule.soap.internal.interceptor.MessageDispatcherInterceptor
 
MtomRequestEnricher - Class in org.mule.soap.internal.generator.attachment
AttachmentRequestEnricher implementation for clients that works with MTOM.
MtomRequestEnricher() - Constructor for class org.mule.soap.internal.generator.attachment.MtomRequestEnricher
 
MtomResponseEnricher - Class in org.mule.soap.internal.generator.attachment
AttachmentResponseEnricher implementation for clients that works with MTOM.
MtomResponseEnricher(List<OperationModel>) - Constructor for class org.mule.soap.internal.generator.attachment.MtomResponseEnricher
 
MULE_ATTACHMENTS_KEY - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
MULE_HEADERS_KEY - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
MULE_SOAP_ACTION - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
MULE_SOAP_OPERATION_STYLE - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
MULE_TRANSPORT_ADDITIONAL_DATA_KEY - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
MULE_TRANSPORT_HEADERS_KEY - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
 
MULE_WSC_ADDRESS - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
 

N

next() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
nextTag() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
nodeToString(Node) - Static method in class org.mule.soap.internal.util.XmlTransformationUtils
 

O

operation(String) - Method in class org.mule.soap.api.message.SoapRequestBuilder
 
org.mule.soap.api - package org.mule.soap.api
 
org.mule.soap.api.client - package org.mule.soap.api.client
 
org.mule.soap.api.exception - package org.mule.soap.api.exception
 
org.mule.soap.api.message - package org.mule.soap.api.message
 
org.mule.soap.api.security - package org.mule.soap.api.security
 
org.mule.soap.api.security.configuration - package org.mule.soap.api.security.configuration
 
org.mule.soap.api.security.stores - package org.mule.soap.api.security.stores
 
org.mule.soap.api.transport - package org.mule.soap.api.transport
 
org.mule.soap.api.transport.locator - package org.mule.soap.api.transport.locator
 
org.mule.soap.internal.client - package org.mule.soap.internal.client
 
org.mule.soap.internal.conduit - package org.mule.soap.internal.conduit
 
org.mule.soap.internal.generator - package org.mule.soap.internal.generator
 
org.mule.soap.internal.generator.attachment - package org.mule.soap.internal.generator.attachment
 
org.mule.soap.internal.interceptor - package org.mule.soap.internal.interceptor
 
org.mule.soap.internal.message - package org.mule.soap.internal.message
 
org.mule.soap.internal.security.callback - package org.mule.soap.internal.security.callback
 
org.mule.soap.internal.util - package org.mule.soap.internal.util
 
org.mule.soap.internal.xml.stax - package org.mule.soap.internal.xml.stax
 
OutputMtomSoapAttachmentsInterceptor - Class in org.mule.soap.internal.interceptor
CXF out interceptor that collects the received Mtom SOAP attachments in the response, transforms it to message parts and stores them in the response message Exchange so then can be returned by the AbstractSoapCxfClient.consume(SoapRequest, TransportDispatcher) as a SoapAttachment, if no attachments are returned an empty map is set.
OutputMtomSoapAttachmentsInterceptor() - Constructor for class org.mule.soap.internal.interceptor.OutputMtomSoapAttachmentsInterceptor
 
OutputSoapHeadersInterceptor - Class in org.mule.soap.internal.interceptor
CXF out interceptor that collects the received SOAP headers in the response, transforms it and stores them in the response message Exchange so then can be returned in a SoapResponse.
OutputSoapHeadersInterceptor() - Constructor for class org.mule.soap.internal.interceptor.OutputSoapHeadersInterceptor
 

P

PasswordType - Enum in org.mule.soap.api.security
Password types
processAttachmentData(String, String, Exchange) - Method in class org.mule.soap.internal.generator.attachment.AttachmentResponseEnricher
Processes the attachments nodes in the response.
processAttachmentData(String, String, Exchange) - Method in class org.mule.soap.internal.generator.attachment.MtomResponseEnricher
 
processAttachmentData(String, String, Exchange) - Method in class org.mule.soap.internal.generator.attachment.SoapAttachmentResponseEnricher
 

R

require(int, String, String) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 

S

securityAction() - Method in interface org.mule.soap.api.security.SecurityStrategy
Returns the security action name that is going to be executed in the request phase (OUT interceptors).
securityAction() - Method in class org.mule.soap.api.security.WssDecryptSecurityStrategy
 
securityAction() - Method in class org.mule.soap.api.security.WssEncryptSecurityStrategy
 
securityAction() - Method in class org.mule.soap.api.security.WssGlobalOutgoingSecurityStrategy
 
securityAction() - Method in class org.mule.soap.api.security.WssIncomingTimestampSecurityStrategy
 
securityAction() - Method in class org.mule.soap.api.security.WssSignSecurityStrategy
 
securityAction() - Method in class org.mule.soap.api.security.WssTimestampSecurityStrategy
 
securityAction() - Method in class org.mule.soap.api.security.WssUsernameTokenSecurityStrategy
 
securityAction() - Method in class org.mule.soap.api.security.WssVerifySignatureSecurityStrategy
 
SecurityStrategy - Interface in org.mule.soap.api.security
Base contract for objects that adds a level of security to the SOAP Protocol by preparing a set of CXF properties.
SecurityStrategy.SecurityStrategyType - Enum in org.mule.soap.api.security
Different types of SecurityStrategy that specify when a strategy should be applied to a message.
securityType() - Method in interface org.mule.soap.api.security.SecurityStrategy
Returns the type of the security strategy, if applies for the request or the response.
securityType() - Method in class org.mule.soap.api.security.WssDecryptSecurityStrategy
 
securityType() - Method in class org.mule.soap.api.security.WssEncryptSecurityStrategy
 
securityType() - Method in class org.mule.soap.api.security.WssGlobalOutgoingSecurityStrategy
 
securityType() - Method in class org.mule.soap.api.security.WssIncomingTimestampSecurityStrategy
 
securityType() - Method in class org.mule.soap.api.security.WssSignSecurityStrategy
 
securityType() - Method in class org.mule.soap.api.security.WssTimestampSecurityStrategy
 
securityType() - Method in class org.mule.soap.api.security.WssUsernameTokenSecurityStrategy
 
securityType() - Method in class org.mule.soap.api.security.WssVerifySignatureSecurityStrategy
 
SOAP_ACTION - Static variable in class org.mule.soap.internal.interceptor.SoapActionInterceptor
 
SOAP_SERVICE_KNOWN_PROTOCOLS - Static variable in class org.mule.soap.internal.conduit.SoapServiceConduitInitiator
 
SoapActionInterceptor - Class in org.mule.soap.internal.interceptor
CXF interceptor that adds the SOAP action to the outgoing request message.
SoapActionInterceptor() - Constructor for class org.mule.soap.internal.interceptor.SoapActionInterceptor
 
SoapAttachment - Class in org.mule.soap.api.message
Represents an attachment that was sent or received using the SOAP protocol, MTOM or SWA.
SoapAttachment(InputStream, String) - Constructor for class org.mule.soap.api.message.SoapAttachment
 
SoapAttachment() - Constructor for class org.mule.soap.api.message.SoapAttachment
 
SoapAttachmentRequestEnricher - Class in org.mule.soap.internal.generator.attachment
AttachmentRequestEnricher implementation to send attachments using SOAP with Attachments.
SoapAttachmentRequestEnricher() - Constructor for class org.mule.soap.internal.generator.attachment.SoapAttachmentRequestEnricher
 
SoapAttachmentResponseEnricher - Class in org.mule.soap.internal.generator.attachment
AttachmentResponseEnricher implementation for SOAP with attachments.
SoapAttachmentResponseEnricher(List<OperationModel>) - Constructor for class org.mule.soap.internal.generator.attachment.SoapAttachmentResponseEnricher
 
SoapClient - Interface in org.mule.soap.api.client
Contract for clients that consumes SOAP Web Services.
SoapClientFactory - Interface in org.mule.soap.api.client
A Contract for Factory Objects that creates instances
SoapConfigurationException - Exception in org.mule.soap.api.client
RuntimeException implementation that aims to be thrown when configuring a client.
SoapConfigurationException(String, Throwable) - Constructor for exception org.mule.soap.api.client.SoapConfigurationException
 
SoapConfigurationException(String) - Constructor for exception org.mule.soap.api.client.SoapConfigurationException
 
SoapCxfClientFactory - Class in org.mule.soap.internal.client
SoapClientFactory implementation that creates AbstractSoapCxfClient instances.
SoapCxfClientFactory() - Constructor for class org.mule.soap.internal.client.SoapCxfClientFactory
 
SoapFaultException - Exception in org.mule.soap.api.exception
A RuntimeException that represents a SOAP Fault that occurs during invocation processing.
SoapFaultException(QName, QName, String, String, String, String, Throwable) - Constructor for exception org.mule.soap.api.exception.SoapFaultException
 
SoapFaultException(SoapFault) - Constructor for exception org.mule.soap.api.exception.SoapFaultException
 
SoapFaultException(Fault) - Constructor for exception org.mule.soap.api.exception.SoapFaultException
 
soapHeaders(Map<String, String>) - Method in class org.mule.soap.api.message.SoapRequestBuilder
 
SoapMessage - Interface in org.mule.soap.api.message
Represents a Soap Message carrying a content, attachments and a set of headers.
SoapMtomCxfClient - Class in org.mule.soap.internal.client
a SoapClient implementation based on CXF for MTOM web services.
SoapRequest - Interface in org.mule.soap.api.message
Represents a request that aims to be sent to a Soap Web Service.
SoapRequestBuilder - Class in org.mule.soap.api.message
A builder implementation to create SoapRequests
SoapRequestGenerator - Class in org.mule.soap.internal.generator
Generates a XML SOAP request used to invoke CXF.
SoapRequestGenerator(AttachmentRequestEnricher, PortModel) - Constructor for class org.mule.soap.internal.generator.SoapRequestGenerator
 
SoapResponse - Interface in org.mule.soap.api.message
Represents a response retrieved by a Soap Web Service.
SoapResponseGenerator - Class in org.mule.soap.internal.generator
 
SoapResponseGenerator(AttachmentResponseEnricher) - Constructor for class org.mule.soap.internal.generator.SoapResponseGenerator
 
SoapServiceConduitInitiator - Class in org.mule.soap.internal.conduit
A ConduitInitiator implementation that creates SoapServiceConduit instances.
SoapServiceConduitInitiator() - Constructor for class org.mule.soap.internal.conduit.SoapServiceConduitInitiator
 
SoapServiceMetadataTypeUtils - Class in org.mule.soap.internal.util
Utility class for handling XML MetadataTypes
SoapVersion - Enum in org.mule.soap.api
The versions of the SOAP protocol.
SoapWebServiceConfiguration - Class in org.mule.soap.api
Represents a Soap Client Configuration with all the required attributes for stablishing a connection with the Web Service.
SoapWebServiceConfigurationBuilder - Class in org.mule.soap.api
Builder pattern implementation that creates SoapWebServiceConfiguration instances.
standaloneSet() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
 
StreamClosingInterceptor - Class in org.mule.soap.internal.interceptor
CXF interceptor that replaces the original XMLStreamReader with another one which closes the underlying InputStream that carried the request.
StreamClosingInterceptor() - Constructor for class org.mule.soap.internal.interceptor.StreamClosingInterceptor
 
StreamDataSource - Class in org.mule.soap.internal.client
 
StreamDataSource(InputStream, String, String) - Constructor for class org.mule.soap.internal.client.StreamDataSource
 
stringToDomElement(String) - Static method in class org.mule.soap.internal.util.XmlTransformationUtils
 

T

toInputStream() - Method in class org.mule.soap.internal.util.CopyStream
Get an input stream based on the contents of this output stream.
toString() - Method in exception org.mule.soap.api.exception.SoapFaultException
 
toString() - Method in class org.mule.soap.api.security.configuration.WssPart
 
TransportDispatcher - Interface in org.mule.soap.api.transport
This interface allows that different transports (such as JMS or HTTP) behave the same way when dispatching a Web Service operation message.
transportHeader(String, String) - Method in class org.mule.soap.api.message.SoapRequestBuilder
 
transportHeaders(Map<String, String>) - Method in class org.mule.soap.api.message.SoapRequestBuilder
 
TransportRequest - Class in org.mule.soap.api.transport
Request message used to send data through a transport.
TransportRequest(InputStream, String, Map<String, String>) - Constructor for class org.mule.soap.api.transport.TransportRequest
 
TransportRequestFactory - Class in org.mule.soap.internal.interceptor
Creates TransportRequest instances given a Message.
TransportRequestFactory() - Constructor for class org.mule.soap.internal.interceptor.TransportRequestFactory
 
TransportResourceLocator - Interface in org.mule.soap.api.transport.locator
This interface acts as an additional layer of indirection between a the WSDL fetching and the WSDL parsing.
TransportResponse - Class in org.mule.soap.api.transport
Response message used to retrieve data received from a custom transport call.
TransportResponse(InputStream, Map<String, String>) - Constructor for class org.mule.soap.api.transport.TransportResponse
Creates a transport response when no transport specific data is available.
TransportResponse(InputStream, Map<String, String>, Map<String, String>) - Constructor for class org.mule.soap.api.transport.TransportResponse
Creates a transport response with transport specific data.

V

valueOf(String) - Static method in enum org.mule.soap.api.security.PasswordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.soap.api.security.SecurityStrategy.SecurityStrategyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.soap.api.SoapVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.soap.api.security.PasswordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.soap.api.security.SecurityStrategy.SecurityStrategyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.soap.api.SoapVersion
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAddress(String) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Sets the address of the Web Service, if none specified it will be fetched from the wsdl file, if possible.
WithContentType - Interface in org.mule.soap.api.message
Contract for Objects that carries a content-type.
withEncoding(String) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Sets the encoding of the messages send and retrieved by the .
withPort(String) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Sets the port of the service that describes the set of operations that can be performed.
withResourceLocator(TransportResourceLocator) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Sets a TransportResourceLocator instance to fetch the wsdl resources.
withSecurities(List<SecurityStrategy>) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Sets a list of SecurityStrategies to connect with a Secured Soap Web Service.
withSecurity(SecurityStrategy) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Sets a new SecurityStrategy to connect with a Secured Soap Web Service.
withService(String) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Sets the service of the WSDL we want to perform operations from.
withVersion(SoapVersion) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Sets the SoapVersion of the Web Service.
withWsdlLocation(String) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
Sets the location of the WSDL that describes the SOAP web service.
writeAttachmentContent(XMLEventWriter, String, SoapAttachment) - Method in class org.mule.soap.internal.generator.attachment.AttachmentRequestEnricher
 
writeAttachmentContent(XMLEventWriter, String, SoapAttachment) - Method in class org.mule.soap.internal.generator.attachment.MtomRequestEnricher
writeAttachmentContent(XMLEventWriter, String, SoapAttachment) - Method in class org.mule.soap.internal.generator.attachment.SoapAttachmentRequestEnricher
WS_CRYPTO_PROVIDER_KEY - Static variable in interface org.mule.soap.api.security.stores.WssStoreConfiguration
WSS4J property name to specify a provider used to create Crypto instances.
WSPasswordCallbackHandler - Class in org.mule.soap.internal.security.callback
Abstract implementation of CallbackHandler that only handles instances of WSPasswordCallback with a specific usage.
WSPasswordCallbackHandler(int, Consumer<WSPasswordCallback>) - Constructor for class org.mule.soap.internal.security.callback.WSPasswordCallbackHandler
Creates a new instance.
WSS4J_PROP_PREFIX - Static variable in interface org.mule.soap.api.security.stores.WssStoreConfiguration
Prefix for all WSS4J crypto properties
WssDecryptSecurityStrategy - Class in org.mule.soap.api.security
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
WssDecryptSecurityStrategy(WssKeyStoreConfiguration) - Constructor for class org.mule.soap.api.security.WssDecryptSecurityStrategy
 
WssEncryptionConfiguration - Class in org.mule.soap.api.security.configuration
Security configuration regarding encryption algorithm.
WssEncryptionConfiguration(String, String, String, String, List<WssPart>) - Constructor for class org.mule.soap.api.security.configuration.WssEncryptionConfiguration
 
WssEncryptSecurityStrategy - Class in org.mule.soap.api.security
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
WssEncryptSecurityStrategy(WssKeyStoreConfiguration) - Constructor for class org.mule.soap.api.security.WssEncryptSecurityStrategy
 
WssEncryptSecurityStrategy(WssKeyStoreConfiguration, WssEncryptionConfiguration) - Constructor for class org.mule.soap.api.security.WssEncryptSecurityStrategy
 
WssGlobalOutgoingSecurityStrategy - Class in org.mule.soap.api.security
Adds global configurations to the outgoing SOAP message.
WssGlobalOutgoingSecurityStrategy(String, boolean) - Constructor for class org.mule.soap.api.security.WssGlobalOutgoingSecurityStrategy
 
WssIncomingTimestampSecurityStrategy - Class in org.mule.soap.api.security
Verifies the timestamp of an incoming SOAP message.
WssIncomingTimestampSecurityStrategy(long) - Constructor for class org.mule.soap.api.security.WssIncomingTimestampSecurityStrategy
 
WssKeyStoreConfiguration - Class in org.mule.soap.api.security.stores
Default WssStoreConfiguration implementation for Key Stores, used for encryption, decryption and signing.
WssKeyStoreConfiguration(String, String, String, String, String) - Constructor for class org.mule.soap.api.security.stores.WssKeyStoreConfiguration
 
WssKeyStoreConfiguration(String, String, String) - Constructor for class org.mule.soap.api.security.stores.WssKeyStoreConfiguration
 
WssPart - Class in org.mule.soap.api.security.configuration
Represents the identifier of a part of a SOAP message to be signed or encrypted.
WssPart(String, String, String) - Constructor for class org.mule.soap.api.security.configuration.WssPart
 
WssSignConfiguration - Class in org.mule.soap.api.security.configuration
Security configuration regarding signing algorithm.
WssSignConfiguration(String, String, String, String, List<WssPart>) - Constructor for class org.mule.soap.api.security.configuration.WssSignConfiguration
 
WssSignSecurityStrategy - Class in org.mule.soap.api.security
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
WssSignSecurityStrategy(WssKeyStoreConfiguration) - Constructor for class org.mule.soap.api.security.WssSignSecurityStrategy
 
WssSignSecurityStrategy(WssKeyStoreConfiguration, WssSignConfiguration) - Constructor for class org.mule.soap.api.security.WssSignSecurityStrategy
 
WssStoreConfiguration - Interface in org.mule.soap.api.security.stores
Base contract for Security Stores that prepares additional properties for CXF in order to apply some kind of Web Service Security.
WssTimestampSecurityStrategy - Class in org.mule.soap.api.security
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
WssTimestampSecurityStrategy(long) - Constructor for class org.mule.soap.api.security.WssTimestampSecurityStrategy
 
WssTrustStoreConfiguration - Class in org.mule.soap.api.security.stores
Default WssStoreConfiguration implementation for Trust Stores, used for signature verification.
WssTrustStoreConfiguration(String, String, String) - Constructor for class org.mule.soap.api.security.stores.WssTrustStoreConfiguration
 
WssUsernameTokenSecurityStrategy - Class in org.mule.soap.api.security
Provides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken element in the SOAP request.
WssUsernameTokenSecurityStrategy(String, String, PasswordType, boolean, boolean) - Constructor for class org.mule.soap.api.security.WssUsernameTokenSecurityStrategy
 
WssVerifySignatureSecurityStrategy - Class in org.mule.soap.api.security
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
WssVerifySignatureSecurityStrategy(WssTrustStoreConfiguration) - Constructor for class org.mule.soap.api.security.WssVerifySignatureSecurityStrategy
 
WssVerifySignatureSecurityStrategy() - Constructor for class org.mule.soap.api.security.WssVerifySignatureSecurityStrategy
 

X

XmlTransformationException - Exception in org.mule.soap.internal.util
Exception implementation that aims to be thrown when an XML transformation problem occur.
XmlTransformationUtils - Class in org.mule.soap.internal.util
 
XmlTransformationUtils() - Constructor for class org.mule.soap.internal.util.XmlTransformationUtils
 
A B C D E G H I M N O P R S T V W X 
Skip navigation links

Copyright © 2020. All rights reserved.