Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractSoapCxfClient - Class in org.mule.soap.internal.client
-
Base
SoapClientimplementation for clients that works on top of CXF. - addMessageTransfer(MessageTransfer) - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- addMessageTransfer(MessageTransfer) - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- addressingNamespaceUri(String) - Method in class org.mule.soap.api.rm.CreateSequenceRequestBuilder
- addressingProperties(AddressingProperties) - Method in class org.mule.soap.api.message.SoapRequestBuilder
-
Sets
AddressingPropertiescorresponding to the request - AddressingProperties - Interface in org.mule.soap.api.message
-
Representation of Message Addressing Properties
- ALWAYS - Enum constant in enum class org.mule.soap.api.security.SecurityStrategy.SecurityStrategyType
-
If the properties should be applied for both incoming and outgoing intereptors.
- 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
-
RuntimeExceptionimplementation 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
- BadRequestException(String, Throwable, Map<String, String>) - Constructor for exception org.mule.soap.api.client.BadRequestException
- BadRequestException(String, Map<String, String>) - Constructor for exception org.mule.soap.api.client.BadRequestException
- BadResponseException - Exception in org.mule.soap.api.client
-
RuntimeExceptionimplementation 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
- BadResponseException(String, Throwable, Map<String, String>) - 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.rm.CreateSequenceRequestBuilder
- build() - Method in class org.mule.soap.api.rm.ReliableMessagingConfigurationBuilder
- build() - Method in class org.mule.soap.api.rm.TerminateSequenceRequestBuilder
- 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 interface org.mule.soap.api.rm.CreateSequenceRequest
- builder() - Static method in class org.mule.soap.api.rm.ReliableMessagingConfiguration
- builder() - Static method in interface org.mule.soap.api.rm.TerminateSequenceRequest
- 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
WSPasswordCallbackHandlerinstance 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
thissecurity 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
- clientCreated(Client) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- clientCreated(Client) - Method in class org.mule.soap.internal.rm.MuleRMManager
-
Recover reliable messaging state from store for the created client.
- clientDestroyed(Client) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- 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
SoapRequestblocking 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
- copyAndClose(byte[], OutputStream) - Static method in class org.mule.soap.internal.rm.RMUtils
- copySettings(Message, Message) - Static method in class org.mule.soap.internal.rm.RMUtils
- 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
AbstractSoapCxfClientfor the given address ans soap version. - createDestinationSequence(DestinationSequence) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- createDispatchingRequest(Message) - Static method in class org.mule.soap.internal.interceptor.TransportRequestFactory
- createSequence(CreateSequenceRequest, TransportDispatcher) - Method in interface org.mule.soap.api.client.SoapClient
-
Creates a Reliable Message sequence
- createSequence(CreateSequenceRequest, TransportDispatcher) - Method in class org.mule.soap.internal.client.AbstractSoapCxfClient
- createSequence(CreateSequenceRequest, TransportDispatcher) - Method in class org.mule.soap.internal.rm.RMClient
- CreateSequenceRequest - Interface in org.mule.soap.api.rm
-
Represents a request that aims to create a RM sequence
- CreateSequenceRequestBuilder - Class in org.mule.soap.api.rm
-
A builder implementation to create
CreateSequenceRequests - CreateSequenceRequestBuilder() - Constructor for class org.mule.soap.api.rm.CreateSequenceRequestBuilder
- createSourceSequence(SourceSequence) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
D
- DefaultCreateSequenceRequest - Class in org.mule.soap.internal.rm
-
Default implementation of a
CreateSequenceRequest - DefaultCreateSequenceRequest(long, String, String) - Constructor for class org.mule.soap.internal.rm.DefaultCreateSequenceRequest
- DefaultSoapCxfClient - Class in org.mule.soap.internal.client
-
a
SoapClientimplementation 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, boolean, AddressingProperties, ReliableMessagingProperties) - Constructor for class org.mule.soap.internal.message.DefaultSoapRequest
- DefaultSoapResponse - Class in org.mule.soap.internal.message
-
Immutable
SoapResponseimplementation. - DefaultSoapResponse(InputStream, Map<String, String>, Map<String, String>, Map<String, String>, Map<String, SoapAttachment>, String) - Constructor for class org.mule.soap.internal.message.DefaultSoapResponse
- DefaultTerminateSequenceRequest - Class in org.mule.soap.internal.rm
-
Default implementation of a
TerminateSequenceRequest - DefaultTerminateSequenceRequest(String) - Constructor for class org.mule.soap.internal.rm.DefaultTerminateSequenceRequest
- 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
- DelegatingOutputStream - Class in org.mule.soap.internal.util
-
This class allows to keep track of the original OutputStream throughout all CXF' stages.
- DelegatingOutputStream() - Constructor for class org.mule.soap.internal.util.DelegatingOutputStream
- DestinationSequenceTransfer - Class in org.mule.soap.internal.rm.store
- DestinationSequenceTransfer(DestinationSequence) - Constructor for class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- 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
- DIGEST - Enum constant in enum class org.mule.soap.api.security.PasswordType
- dispatch(TransportRequest) - Method in interface org.mule.soap.api.transport.TransportDispatcher
-
Dispatches a soap message that is contained in a
TransportRequestinstance. - DispatcherException - Exception in org.mule.soap.api.transport
-
RuntimeExceptionthat 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
- EmptyResponseException - Exception in org.mule.soap.api.client
-
RuntimeExceptionimplementation that aims to be thrown when an error occur while parsing or processing a SOAP response that does not contain the mandatory fields. - EmptyResponseException(String) - Constructor for exception org.mule.soap.api.client.EmptyResponseException
- EmptyResponseException(String, Throwable) - Constructor for exception org.mule.soap.api.client.EmptyResponseException
- EmptyResponseException(String, Throwable, Map<String, String>) - Constructor for exception org.mule.soap.api.client.EmptyResponseException
- EmptySoapResponse - Class in org.mule.soap.internal.message
-
Empty
SoapResponseimplementation. - EmptySoapResponse(Map<String, String>, Map<String, String>) - Constructor for class org.mule.soap.internal.message.EmptySoapResponse
- enableAddressing(Map<String, Object>, AddressingProperties) - Static method in class org.mule.soap.internal.rm.RMUtils
- enableMtom(boolean) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
-
Specifies that the Web Service is MTOM enabled.
- enableReliableMessaging(Map<String, Object>, ReliableMessagingProperties, SourceSequence) - Static method in class org.mule.soap.internal.rm.RMUtils
- EncodingException - Exception in org.mule.soap.api.exception
-
Exceptionimplementation 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
- ENCRYPTION - Static variable in class org.mule.soap.api.security.SecurityActions
-
Action for encrypting SOAP messages.
- 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
F
- findReliableEndpoint(QName) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- ForwardingRMManager - Class in org.mule.soap.internal.rm
- ForwardingRMManager(RMManager) - Constructor for class org.mule.soap.internal.rm.ForwardingRMManager
G
- generate(String, InputStream, String, Map<String, SoapAttachment>) - Method in class org.mule.soap.internal.generator.SoapRequestGenerator
-
Generates an
XMLStreamReaderSOAP request ready to be consumed by CXF. - generate(String, Object[], Exchange) - Method in class org.mule.soap.internal.generator.SoapResponseGenerator
- getAcknowledged() - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- getAction() - Method in interface org.mule.soap.api.message.AddressingProperties
- 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
- getAddressingNamespaceUri() - Method in interface org.mule.soap.api.rm.CreateSequenceRequest
- getAddressingNamespaceUri() - Method in class org.mule.soap.internal.rm.DefaultCreateSequenceRequest
- getAddressingProperties() - Method in interface org.mule.soap.api.message.SoapRequest
- getAddressingProperties() - Method in class org.mule.soap.internal.message.DefaultSoapRequest
- getAddressValue() - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- 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
- getBindingFaultFactory(Binding) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getBus() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- 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
- getConfiguration() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- 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.api.transport.TransportResponse
- 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
- getContent() - Method in class org.mule.soap.internal.rm.store.MessageTransfer
- 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.api.transport.TransportResponse
- 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
- getContentType() - Method in class org.mule.soap.internal.rm.store.MessageTransfer
- getCreatedTime() - Method in class org.mule.soap.internal.rm.store.MessageTransfer
- getCurrentMessageNumber() - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- getDefault() - Static method in interface org.mule.soap.api.client.SoapClientFactory
- getDelegateReader() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
- getDestination(Message) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getDestinationPolicy() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getDestinationSequence(Identifier) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- getDestinationSequences(String) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- getDetail() - Method in exception org.mule.soap.api.exception.SoapFaultException
- getEffectiveConfiguration(Message) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getElementText() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
- getEncode() - Method in class org.mule.soap.api.security.configuration.WssPart
- getEncodedProtocolVersion() - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- 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
- getEndpointIdentifier() - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- getEndpointIdentifier() - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- getEventType() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
- getExpiry() - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- getFaultCode() - Method in exception org.mule.soap.api.exception.SoapFaultException
- getFrom() - Method in interface org.mule.soap.api.message.AddressingProperties
- getHeader(String) - Method in class org.mule.soap.api.transport.TransportResponse
- getHeaders() - Method in class org.mule.soap.api.transport.TransportResponse
- getIdGenerator() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getInputStream() - Method in class org.mule.soap.internal.client.StreamDataSource
- getKeyPassword() - Method in class org.mule.soap.api.security.stores.WssKeyStoreConfiguration
- getLastMessageNumber() - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- 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
- getMessageId() - Method in interface org.mule.soap.api.message.AddressingProperties
- getMessageNumber() - Method in class org.mule.soap.internal.rm.store.MessageTransfer
- getMessages(Identifier, boolean) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- getMessageTransfers() - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- getMessageTransfers() - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- getName() - Method in class org.mule.soap.internal.client.StreamDataSource
- getName() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
- getNamespace() - Method in interface org.mule.soap.api.message.AddressingProperties
- 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 interface org.mule.soap.api.rm.CreateSequenceRequest
- getNamespaceUri() - Method in class org.mule.soap.internal.rm.DefaultCreateSequenceRequest
- 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 class org.mule.soap.api.SoapVersion
- getOfferingIdValue() - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- 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
- getOutputStream() - Method in class org.mule.soap.internal.util.DelegatingOutputStream
- 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 class org.mule.soap.api.SoapVersion
- getProtocolVersion() - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- getReason() - Method in exception org.mule.soap.api.exception.SoapFaultException
- getRedeliveryQueue() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getRelatesTo() - Method in interface org.mule.soap.api.message.AddressingProperties
- getReliableEndpoint(Message) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getReliableMessagingConfiguration() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
-
Gets the reliable messaging configuration
- getReliableMessagingProperties() - Method in interface org.mule.soap.api.message.SoapRequest
- getReliableMessagingProperties() - Method in class org.mule.soap.internal.message.DefaultSoapRequest
- getReliableMessagingSequence(Message) - Static method in class org.mule.soap.internal.rm.RMUtils
- 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.
- getRetransmissionQueue() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getRetransmitChain(Message) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getRole() - Method in exception org.mule.soap.api.exception.SoapFaultException
- getSecurities() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
- getSequence(Identifier, Message, AddressingProperties) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getSequence(Identifier, Message, AddressingProperties) - Method in class org.mule.soap.internal.rm.MuleRMManager
- getSequenceIdentifier() - Method in interface org.mule.soap.api.message.ReliableMessagingProperties
- getSequenceIdentifier() - Method in interface org.mule.soap.api.rm.TerminateSequenceRequest
- getSequenceIdentifier() - Method in class org.mule.soap.internal.rm.DefaultTerminateSequenceRequest
- getSequenceTtl() - Method in interface org.mule.soap.api.rm.CreateSequenceRequest
- getSequenceTtl() - Method in class org.mule.soap.internal.rm.DefaultCreateSequenceRequest
- 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
- getSource(Message) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getSourcePolicy() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getSourceSequence(String) - Method in class org.mule.soap.internal.rm.RMClient
- getSourceSequence(Identifier) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- getSourceSequences(String) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- getStore() - Method in class org.mule.soap.api.rm.ReliableMessagingConfiguration
-
Gets the reliable messaging store.
- getStore() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- 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
- getTimer() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- getTo() - Method in interface org.mule.soap.api.message.AddressingProperties
- getTo() - Method in class org.mule.soap.internal.rm.store.MessageTransfer
- 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 class 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
- gzipPermitted(Message) - Method in class org.mule.soap.internal.interceptor.gzip.ProxyGZIPOutInterceptor
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
- handleFault(Message) - Method in class org.mule.soap.internal.interceptor.MuleRMCaptureOutInterceptor
- handleMessage(SoapMessage) - Method in class org.mule.soap.internal.interceptor.OutputSoapHeadersInterceptor
- handleMessage(SoapMessage) - Method in class org.mule.soap.internal.interceptor.SkipAddressingInInterceptor
- handleMessage(SoapMessage) - Method in class org.mule.soap.internal.interceptor.SkipAddressingOutInterceptor
- handleMessage(SoapMessage) - Method in class org.mule.soap.internal.interceptor.SkipReliableMessagingInInterceptor
- handleMessage(SoapMessage) - Method in class org.mule.soap.internal.interceptor.SkipReliableMessagingOutInterceptor
- handleMessage(Message) - Method in class org.mule.soap.internal.interceptor.gzip.ProxyGZIPInInterceptor
- handleMessage(Message) - Method in class org.mule.soap.internal.interceptor.MessageDispatcherInterceptor
- handleMessage(Message) - Method in class org.mule.soap.internal.interceptor.OutputMtomSoapAttachmentsInterceptor
- 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
TransportResourceLocatoror 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
- Holder() - Constructor for class org.mule.soap.api.client.SoapClientFactory.Holder
I
- includeRMOperations() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
-
Deprecated.
- includeRMOperations(boolean) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
-
Deprecated.
SoapWebServiceConfigurationBuilder.withReliableMessaging(ReliableMessagingConfiguration)must be used to set RM configuration. - INCOMING - Enum constant in enum class org.mule.soap.api.security.SecurityStrategy.SecurityStrategyType
-
For configurations that should be applied to incoming (response) messages.
- init(Bus) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- initializeInterceptorChain(Message) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- initializeProvider(InterceptorProvider, Bus) - Method in class org.mule.soap.internal.interceptor.gzip.ProxyGZIPFeature
- InvalidWsdlException - Exception in org.mule.soap.api.exception
-
Exceptionimplementation 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
- isAddressingEnable(Message) - Static method in class org.mule.soap.internal.rm.RMUtils
- 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
- isLastMessage() - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- isMtomEnabled() - Method in class org.mule.soap.api.SoapWebServiceConfiguration
- isOutbound() - Method in class org.mule.soap.internal.rm.store.MessageTransfer
- isReliableMessagingEnable(Message) - Static method in class org.mule.soap.internal.rm.RMUtils
- isStandalone() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
- isStartElement() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
- isTerminate() - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- isUseXMLInitialDeclaration() - Method in interface org.mule.soap.api.message.SoapRequest
- isUseXMLInitialDeclaration() - Method in class org.mule.soap.internal.message.DefaultSoapRequest
- 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 theSoapWebServiceConfigurationto 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
- MessageTransfer - Class in org.mule.soap.internal.rm.store
- MessageTransfer(RMMessage, boolean) - Constructor for class org.mule.soap.internal.rm.store.MessageTransfer
- MtomRequestEnricher - Class in org.mule.soap.internal.generator.attachment
-
AttachmentRequestEnricherimplementation 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
-
AttachmentResponseEnricherimplementation for clients that works with MTOM. - MtomResponseEnricher(List<OperationModel>) - Constructor for class org.mule.soap.internal.generator.attachment.MtomResponseEnricher
- MULE_ADDRESSING_ENABLE - Static variable in class org.mule.soap.internal.rm.RMUtils
- MULE_ATTACHMENTS_KEY - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
- MULE_ENABLE_NAMESPACES - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
- MULE_HEADERS_KEY - Static variable in class org.mule.soap.internal.client.AbstractSoapCxfClient
- MULE_RM_ENABLE - Static variable in class org.mule.soap.internal.rm.RMUtils
- MULE_RM_SEQUENCE - Static variable in class org.mule.soap.internal.rm.RMUtils
- 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
- MuleRMCaptureOutInterceptor - Class in org.mule.soap.internal.interceptor
-
CXF interceptor that throws a fault in case the message contains an error because a sequence hasn't been stored or updated in the RM Store.
- MuleRMCaptureOutInterceptor() - Constructor for class org.mule.soap.internal.interceptor.MuleRMCaptureOutInterceptor
- MuleRMManager - Class in org.mule.soap.internal.rm
- MuleRMManager(RMManager) - Constructor for class org.mule.soap.internal.rm.MuleRMManager
N
- namespaceUri(String) - Method in class org.mule.soap.api.rm.CreateSequenceRequestBuilder
- 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.rm - package org.mule.soap.api.rm
- 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.interceptor.gzip - package org.mule.soap.internal.interceptor.gzip
- org.mule.soap.internal.message - package org.mule.soap.internal.message
- org.mule.soap.internal.rm - package org.mule.soap.internal.rm
- org.mule.soap.internal.rm.store - package org.mule.soap.internal.rm.store
- 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
- OUTGOING - Enum constant in enum class org.mule.soap.api.security.SecurityStrategy.SecurityStrategyType
-
For configurations that should be applied to outgoing (request) messages.
- 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
Exchangeso then can be returned by theAbstractSoapCxfClient.consume(SoapRequest, TransportDispatcher)as aSoapAttachment, 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
Exchangeso then can be returned in aSoapResponse. - OutputSoapHeadersInterceptor() - Constructor for class org.mule.soap.internal.interceptor.OutputSoapHeadersInterceptor
P
- parseResponse(String, TransportResponse) - Method in interface org.mule.soap.api.client.SoapClient
-
Generates a
SoapResponsefrom aTransportResponse - parseResponse(String, TransportResponse) - Method in class org.mule.soap.internal.client.AbstractSoapCxfClient
- PasswordType - Enum Class in org.mule.soap.api.security
-
Password types
- persistIncoming(DestinationSequence, RMMessage) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- persistOutgoing(SourceSequence, RMMessage) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- processAttachmentData(String, String, Exchange) - Method in class org.mule.soap.internal.generator.attachment.AttachmentResponseEnricher
-
Processes the attachments nodes in the response.
- ProxyGZIPFeature - Class in org.mule.soap.internal.interceptor.gzip
- ProxyGZIPFeature() - Constructor for class org.mule.soap.internal.interceptor.gzip.ProxyGZIPFeature
- ProxyGZIPInInterceptor - Class in org.mule.soap.internal.interceptor.gzip
-
This interceptor is responsible for decompressing a message received with Content-Encoding that includes gzip or x-zip.
- ProxyGZIPInInterceptor() - Constructor for class org.mule.soap.internal.interceptor.gzip.ProxyGZIPInInterceptor
- ProxyGZIPOutInterceptor - Class in org.mule.soap.internal.interceptor.gzip
-
This interceptor is responsible from compressing a message when the Content-Encoding is set to gzip or x-gzip.
- ProxyGZIPOutInterceptor() - Constructor for class org.mule.soap.internal.interceptor.gzip.ProxyGZIPOutInterceptor
R
- ReliableMessagingConfiguration - Class in org.mule.soap.api.rm
-
Represents a Reliable Messaging Configuration with all the required attributes to use WSRM
- ReliableMessagingConfigurationBuilder - Class in org.mule.soap.api.rm
-
Builder pattern implementation that creates
ReliableMessagingConfigurationinstances. - reliableMessagingProperties(ReliableMessagingProperties) - Method in class org.mule.soap.api.message.SoapRequestBuilder
-
Sets
ReliableMessagingPropertiescorresponding to the request - ReliableMessagingProperties - Interface in org.mule.soap.api.message
-
Representation of Reliable Messaging Properties
- ReliableMessagingStore<T extends Serializable> - Interface in org.mule.soap.api.rm
-
Store to persists reliable messaging sequences and messages.
- ReliableMessagingStoreException - Exception in org.mule.soap.api.exception
-
Exceptionimplementation that aims to be thrown when an error occurs storing a RM sequence on theReliableMessagingStore. - ReliableMessagingStoreException(String) - Constructor for exception org.mule.soap.api.exception.ReliableMessagingStoreException
- ReliableMessagingStoreException(String, Throwable) - Constructor for exception org.mule.soap.api.exception.ReliableMessagingStoreException
- ReliableMessagingStoreException(String, Throwable, Map<String, String>) - Constructor for exception org.mule.soap.api.exception.ReliableMessagingStoreException
- remove(String) - Method in interface org.mule.soap.api.rm.ReliableMessagingStore
-
Remove the object with the given
key - removeDestinationSequence(Identifier) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- removeMessages(Identifier, Collection<Long>, boolean) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- removeSourceSequence(Identifier) - Method in class org.mule.soap.internal.rm.store.RMStoreImp
- require(int, String, String) - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
- retrieve(String) - Method in interface org.mule.soap.api.rm.ReliableMessagingStore
-
* Retrieve the object stored under the given
key - retrieveAll() - Method in interface org.mule.soap.api.rm.ReliableMessagingStore
- RMClient - Class in org.mule.soap.internal.rm
- RMClient(Client, String) - Constructor for class org.mule.soap.internal.rm.RMClient
- RMProtocolException - Exception in org.mule.soap.api.client
-
RuntimeExceptionimplementation that aims to be thrown when an error occur while trying to send an RM protocol message. - RMProtocolException(String) - Constructor for exception org.mule.soap.api.client.RMProtocolException
- RMProtocolException(String, Throwable) - Constructor for exception org.mule.soap.api.client.RMProtocolException
- RMStoreImp - Class in org.mule.soap.internal.rm.store
-
Implementation of
RMStorethat usesReliableMessagingStore. - RMStoreImp(ReliableMessagingStore<Serializable>) - Constructor for class org.mule.soap.internal.rm.store.RMStoreImp
- RMUtils - Class in org.mule.soap.internal.rm
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
- SecurityActions - Class in org.mule.soap.api.security
-
Defines security action constants for the Mule SOAP engine.
- 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 Class in org.mule.soap.api.security
-
Different types of
SecurityStrategythat 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
- sequenceIdentifier(String) - Method in class org.mule.soap.api.rm.TerminateSequenceRequestBuilder
- sequenceTtl(long) - Method in class org.mule.soap.api.rm.CreateSequenceRequestBuilder
- setAcknowledged(byte[]) - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- setAddressValue(String) - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- setBus(Bus) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setConfiguration(RMConfiguration) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setCurrentMessageNumber(long) - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- setDeliveryAssurance(DeliveryAssuranceType) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setDestinationPolicy(DestinationPolicyType) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setEncodedProtocolVersion(String) - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- setEndpointIdentifier(String) - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- setEndpointIdentifier(String) - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- setExpiry(long) - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- setIdGenerator(SequenceIdentifierGenerator) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setLastMessage(boolean) - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- setLastMessageNumber(long) - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- setMessageTransfers(ArrayList<MessageTransfer>) - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- setMessageTransfers(List<MessageTransfer>) - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- setOfferingIdValue(String) - Method in class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- setOutputStream(ByteArrayOutputStream) - Method in class org.mule.soap.internal.util.DelegatingOutputStream
- setProtocolVersion(String) - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- setRedeliveryQueue(RedeliveryQueue) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setRetransmissionQueue(RetransmissionQueue) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setRM10AddressingNamespace(RM10AddressingNamespaceType) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setRMAssertion(RMAssertion) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setRMNamespace(String) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setSourcePolicy(SourcePolicyType) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setStore(RMStore) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- setTerminate(boolean) - Method in class org.mule.soap.internal.rm.store.DestinationSequenceTransfer
- shutdown() - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- SIGNATURE - Static variable in class org.mule.soap.api.security.SecurityActions
-
Action for signing SOAP messages.
- SkipAddressingInInterceptor - Class in org.mule.soap.internal.interceptor
- SkipAddressingInInterceptor(MAPCodec, MAPAggregatorImpl) - Constructor for class org.mule.soap.internal.interceptor.SkipAddressingInInterceptor
- SkipAddressingOutInterceptor - Class in org.mule.soap.internal.interceptor
- SkipAddressingOutInterceptor(MAPCodec, MAPAggregatorImpl) - Constructor for class org.mule.soap.internal.interceptor.SkipAddressingOutInterceptor
- SkipReliableMessagingInInterceptor - Class in org.mule.soap.internal.interceptor
- SkipReliableMessagingInInterceptor(RMInInterceptor, RMDeliveryInterceptor, RMSoapInInterceptor, RMCaptureInInterceptor) - Constructor for class org.mule.soap.internal.interceptor.SkipReliableMessagingInInterceptor
- SkipReliableMessagingOutInterceptor - Class in org.mule.soap.internal.interceptor
- SkipReliableMessagingOutInterceptor(RMOutInterceptor, RMSoapOutInterceptor, RMCaptureOutInterceptor) - Constructor for class org.mule.soap.internal.interceptor.SkipReliableMessagingOutInterceptor
- SOAP_11 - Enum constant in enum class org.mule.soap.api.SoapVersion
- SOAP_12 - Enum constant in enum class org.mule.soap.api.SoapVersion
- 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() - Constructor for class org.mule.soap.api.message.SoapAttachment
- SoapAttachment(InputStream, String) - Constructor for class org.mule.soap.api.message.SoapAttachment
- SoapAttachmentRequestEnricher - Class in org.mule.soap.internal.generator.attachment
-
AttachmentRequestEnricherimplementation 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
-
AttachmentResponseEnricherimplementation 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 - SoapClientFactory.Holder - Class in org.mule.soap.api.client
- SoapConfigurationException - Exception in org.mule.soap.api.client
-
RuntimeExceptionimplementation that aims to be thrown when configuring a client. - SoapConfigurationException(String) - Constructor for exception org.mule.soap.api.client.SoapConfigurationException
- SoapConfigurationException(String, Throwable) - Constructor for exception org.mule.soap.api.client.SoapConfigurationException
- SoapCxfClientFactory - Class in org.mule.soap.internal.client
-
SoapClientFactoryimplementation that createsAbstractSoapCxfClientinstances. - SoapCxfClientFactory() - Constructor for class org.mule.soap.internal.client.SoapCxfClientFactory
- SoapFaultException - Exception in org.mule.soap.api.exception
-
A
RuntimeExceptionthat 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(SoapFault, Map<String, String>) - 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
SoapClientimplementation 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
ConduitInitiatorimplementation that createsSoapServiceConduitinstances. - 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 Class 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
SoapWebServiceConfigurationinstances. - SourceSequenceTransfer - Class in org.mule.soap.internal.rm.store
- SourceSequenceTransfer(SourceSequence) - Constructor for class org.mule.soap.internal.rm.store.SourceSequenceTransfer
- standaloneSet() - Method in class org.mule.soap.internal.xml.stax.DelegateXMLStreamReader
- startServer(Server) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- stopServer(Server) - Method in class org.mule.soap.internal.rm.ForwardingRMManager
- store(String, T) - Method in interface org.mule.soap.api.rm.ReliableMessagingStore
-
Store the given Object.
- store(ReliableMessagingStore<Serializable>) - Method in class org.mule.soap.api.rm.ReliableMessagingConfigurationBuilder
- StreamClosingInterceptor - Class in org.mule.soap.internal.interceptor
-
CXF interceptor that replaces the original XMLStreamReader with another one which closes the underlying
InputStreamthat 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
- terminateSequence(TerminateSequenceRequest, TransportDispatcher) - Method in interface org.mule.soap.api.client.SoapClient
-
Terminates a Reliable Message sequence
- terminateSequence(TerminateSequenceRequest, TransportDispatcher) - Method in class org.mule.soap.internal.client.AbstractSoapCxfClient
- terminateSequence(TerminateSequenceRequest, TransportDispatcher) - Method in class org.mule.soap.internal.rm.RMClient
- TerminateSequenceRequest - Interface in org.mule.soap.api.rm
-
Represents a request that aims to terminate a RM sequence
- TerminateSequenceRequestBuilder - Class in org.mule.soap.api.rm
-
A builder implementation to create
TerminateSequenceRequests - TerminateSequenceRequestBuilder() - Constructor for class org.mule.soap.api.rm.TerminateSequenceRequestBuilder
- TEXT - Enum constant in enum class org.mule.soap.api.security.PasswordType
- TIMESTAMP - Static variable in class org.mule.soap.api.security.SecurityActions
-
Action for adding timestamps to SOAP messages.
- toByteArray(SequenceAcknowledgement) - Static method in class org.mule.soap.internal.rm.RMUtils
- toInputStream() - Method in class org.mule.soap.internal.util.CopyStream
-
Get an input stream based on the contents of this output stream.
- toSequenceAcknowledgement(byte[]) - Static method in class org.mule.soap.internal.rm.RMUtils
- 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
TransportRequestinstances given aMessage. - 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.
U
- update(String, T) - Method in interface org.mule.soap.api.rm.ReliableMessagingStore
-
Updates the given Object on the given key
- USERNAME_TOKEN - Static variable in class org.mule.soap.api.security.SecurityActions
-
Action for adding username tokens to SOAP messages.
- useXMLInitialDeclaration(boolean) - Method in class org.mule.soap.api.message.SoapRequestBuilder
V
- valueOf(String) - Static method in enum class org.mule.soap.api.security.PasswordType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mule.soap.api.security.SecurityStrategy.SecurityStrategyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mule.soap.api.SoapVersion
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.mule.soap.api.security.PasswordType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mule.soap.api.security.SecurityStrategy.SecurityStrategyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mule.soap.api.SoapVersion
-
Returns an array containing the constants of this enum class, 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.
- withReliableMessaging(ReliableMessagingConfiguration) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
-
Specifies the Reliable Messaging configuration.
- withResourceLocator(TransportResourceLocator) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
-
Sets a
TransportResourceLocatorinstance to fetch the wsdl resources. - withSecurities(List<SecurityStrategy>) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
-
Sets a list of
SecurityStrategiesto connect with a Secured Soap Web Service. - withSecurity(SecurityStrategy) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
-
Sets a new
SecurityStrategyto 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
SoapVersionof the Web Service. defaults to SOAP 1.1 - withWsdlLocation(String) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
-
Sets the location of the WSDL that describes the SOAP web service.
- write(byte[]) - Method in class org.mule.soap.internal.util.DelegatingOutputStream
- write(byte[], int, int) - Method in class org.mule.soap.internal.util.DelegatingOutputStream
- write(int) - Method in class org.mule.soap.internal.util.DelegatingOutputStream
- 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
CallbackHandlerthat only handles instances ofWSPasswordCallbackwith 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
WssStoreConfigurationimplementation for Key Stores, used for encryption, decryption and signing. - WssKeyStoreConfiguration(String, String, String) - Constructor for class org.mule.soap.api.security.stores.WssKeyStoreConfiguration
- WssKeyStoreConfiguration(String, String, 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
WssStoreConfigurationimplementation 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() - Constructor for class org.mule.soap.api.security.WssVerifySignatureSecurityStrategy
- WssVerifySignatureSecurityStrategy(WssTrustStoreConfiguration) - Constructor for class org.mule.soap.api.security.WssVerifySignatureSecurityStrategy
X
- XmlTransformationException - Exception in org.mule.soap.internal.util
-
Exceptionimplementation 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
SoapWebServiceConfiguration.getReliableMessagingConfiguration()must be used to get RM configuration.