- 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
-
- withSecurities(List<SecurityStrategy>) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
-
- withSecurity(SecurityStrategy) - Method in class org.mule.soap.api.SoapWebServiceConfigurationBuilder
-
- 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
-
- 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
-
- 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
-