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

A

attachment(String, SoapAttachment) - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 
attachments(Map<String, SoapAttachment>) - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 

B

BadRequestException - Exception in org.mule.runtime.soap.api.exception
Exception implementation that aims to be thrown when an error occur while parsing or processing the SOAP request.
BadRequestException(String) - Constructor for exception org.mule.runtime.soap.api.exception.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.BadRequestException
 
BadResponseException - Exception in org.mule.runtime.soap.api.exception
Exception implementation that aims to be thrown when an error occur while parsing or processing the SOAP response.
BadResponseException(String) - Constructor for exception org.mule.runtime.soap.api.exception.BadResponseException
 
BadResponseException(String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.BadResponseException
 
build() - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
 
build() - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 
builder() - Static method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 
builder() - Static method in interface org.mule.runtime.soap.api.message.SoapRequest
 

C

consume(SoapRequest, MessageDispatcher) - Method in interface org.mule.runtime.soap.api.client.SoapClient
Sends a SoapRequest blocking the current thread until a response is available or the request times out.
consume(SoapRequest) - Method in interface org.mule.runtime.soap.api.client.SoapClient
Sends a SoapRequest blocking the current thread until a response is available or the request times out.
content(InputStream) - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 
content(String) - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 
contentType(MediaType) - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 
create(SoapClientConfiguration) - Method in interface org.mule.runtime.soap.api.client.SoapClientFactory
Creates a new SoapClient instance.

D

DefaultHttpMessageDispatcher - Class in org.mule.runtime.soap.api.message.dispatcher
Default MessageDispatcher implementation that aims to dispatch messages through HTTP with a prebuilt default configuration.
DefaultHttpMessageDispatcher(HttpClient) - Constructor for class org.mule.runtime.soap.api.message.dispatcher.DefaultHttpMessageDispatcher
 
dispatch(DispatchingRequest) - Method in class org.mule.runtime.soap.api.message.dispatcher.DefaultHttpMessageDispatcher
dispatch(DispatchingRequest) - Method in class org.mule.runtime.soap.api.message.dispatcher.HttpConfigBasedMessageDispatcher
DispatchingException - Exception in org.mule.runtime.soap.api.exception
Exception implementation that aims to be thrown when an error occur while parsing or processing the SOAP request.
DispatchingException(String) - Constructor for exception org.mule.runtime.soap.api.exception.DispatchingException
 
DispatchingException(String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.DispatchingException
 

E

empty(String) - Static method in interface org.mule.runtime.soap.api.message.SoapRequest
 
enableMtom(boolean) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Specifies that the Web Service is MTOM enabled.
EncodingException - Exception in org.mule.runtime.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.runtime.soap.api.exception.EncodingException
 
EncodingException(String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.EncodingException
 
enrich(Exception) - Method in class org.mule.runtime.soap.api.exception.error.SoapExceptionEnricher
Wraps an exception in a ModuleException specifying an error type.

G

get(String, Map<String, String>) - Method in class org.mule.runtime.soap.api.transport.ReflectiveHttpConfigBasedRequester
Performs a GET request to the URL passed as parameter with a set of headers.
getAddress() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 
getAsResult(StreamingHelper) - Method in interface org.mule.runtime.soap.api.message.SoapResponse
 
getAttachments() - Method in class org.mule.runtime.soap.api.message.ImmutableSoapRequest
 
getAttachments() - Method in interface org.mule.runtime.soap.api.message.SoapMessage
 
getAttachmentsType() - Method in interface org.mule.runtime.soap.api.client.metadata.SoapOperationMetadata
 
getAvailableOperations() - Method in interface org.mule.runtime.soap.api.client.metadata.SoapMetadataResolver
 
getBodyType() - Method in interface org.mule.runtime.soap.api.client.metadata.SoapOperationMetadata
 
getClientFactory() - Method in interface org.mule.runtime.soap.api.SoapService
 
getContent() - Method in class org.mule.runtime.soap.api.message.ImmutableSoapRequest
 
getContent() - Method in interface org.mule.runtime.soap.api.message.SoapMessage
 
getContentType() - Method in class org.mule.runtime.soap.api.message.ImmutableSoapRequest
 
getContentType() - Method in interface org.mule.runtime.soap.api.message.WithContentType
 
getDetail() - Method in exception org.mule.runtime.soap.api.exception.SoapFaultException
 
getDispatcher() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 
getEncoding() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 
getFaultCode() - Method in exception org.mule.runtime.soap.api.exception.SoapFaultException
 
getHeadersType() - Method in interface org.mule.runtime.soap.api.client.metadata.SoapOperationMetadata
 
getInputMetadata(String) - Method in interface org.mule.runtime.soap.api.client.metadata.SoapMetadataResolver
 
getLocator() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 
getMetadataKeys() - Method in interface org.mule.runtime.soap.api.client.metadata.SoapMetadataKeyResolver
 
getMetadataResolver() - Method in interface org.mule.runtime.soap.api.client.SoapClient
 
getNode() - Method in exception org.mule.runtime.soap.api.exception.SoapFaultException
 
getOperation() - Method in class org.mule.runtime.soap.api.message.ImmutableSoapRequest
 
getOperation() - Method in interface org.mule.runtime.soap.api.message.SoapRequest
 
getOutputMetadata(String) - Method in interface org.mule.runtime.soap.api.client.metadata.SoapMetadataResolver
 
getPort() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 
getProtocol() - Method in enum org.mule.runtime.soap.api.SoapVersion
 
getReason() - Method in exception org.mule.runtime.soap.api.exception.SoapFaultException
 
getResource(String) - Method in class org.mule.runtime.soap.api.transport.HttpResourceLocator
Retrieves the document's content over http.
getResource(String) - Method in class org.mule.runtime.soap.api.transport.NullTransportResourceLocator
 
getResource(String) - Method in interface org.mule.runtime.soap.api.transport.TransportResourceLocator
Retrieves a document's content.
getRole() - Method in exception org.mule.runtime.soap.api.exception.SoapFaultException
 
getSecurities() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 
getService() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 
getSoapHeaders() - Method in class org.mule.runtime.soap.api.message.ImmutableSoapRequest
 
getSoapHeaders() - Method in interface org.mule.runtime.soap.api.message.SoapMessage
 
getSubCode() - Method in exception org.mule.runtime.soap.api.exception.SoapFaultException
 
getTransportHeaders() - Method in class org.mule.runtime.soap.api.message.ImmutableSoapRequest
 
getTransportHeaders() - Method in interface org.mule.runtime.soap.api.message.SoapMessage
 
getVersion() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 
getVersion() - Method in enum org.mule.runtime.soap.api.SoapVersion
 
getWsdlLocation() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 

H

handles(String) - Method in class org.mule.runtime.soap.api.transport.HttpResourceLocator
Given the external document url this method checks if the document can be retrieved by this TransportResourceLocator or not.
handles(String) - Method in class org.mule.runtime.soap.api.transport.NullTransportResourceLocator
 
handles(String) - Method in interface org.mule.runtime.soap.api.transport.TransportResourceLocator
Given the external document url this method checks if the document can be retrieved by this TransportResourceLocator or not.
HttpConfigBasedMessageDispatcher - Class in org.mule.runtime.soap.api.message.dispatcher
A MessageDispatcher that dispatches the SOAP request via HTTP using an HTTP connector provided configuration.
HttpConfigBasedMessageDispatcher(String, ExtensionsClient) - Constructor for class org.mule.runtime.soap.api.message.dispatcher.HttpConfigBasedMessageDispatcher
 
HttpResourceLocator - Class in org.mule.runtime.soap.api.transport
Retrieve remote documents over HTTP using an Http Connector configuration.
HttpResourceLocator(String, ExtensionsClient) - Constructor for class org.mule.runtime.soap.api.transport.HttpResourceLocator
 

I

ImmutableSoapRequest - Class in org.mule.runtime.soap.api.message
Immutable implementation of a SoapRequest.
InvalidWsdlException - Exception in org.mule.runtime.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.runtime.soap.api.exception.InvalidWsdlException
 
InvalidWsdlException(String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.InvalidWsdlException
 
isMtomEnabled() - Method in class org.mule.runtime.soap.api.client.SoapClientConfiguration
 

N

NullTransportResourceLocator - Class in org.mule.runtime.soap.api.transport
Null implementation of TransportResourceLocator.
NullTransportResourceLocator() - Constructor for class org.mule.runtime.soap.api.transport.NullTransportResourceLocator
 

O

operation(String) - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 
org.mule.runtime.soap.api - package org.mule.runtime.soap.api
 
org.mule.runtime.soap.api.client - package org.mule.runtime.soap.api.client
 
org.mule.runtime.soap.api.client.metadata - package org.mule.runtime.soap.api.client.metadata
 
org.mule.runtime.soap.api.exception - package org.mule.runtime.soap.api.exception
 
org.mule.runtime.soap.api.exception.error - package org.mule.runtime.soap.api.exception.error
 
org.mule.runtime.soap.api.message - package org.mule.runtime.soap.api.message
 
org.mule.runtime.soap.api.message.dispatcher - package org.mule.runtime.soap.api.message.dispatcher
 
org.mule.runtime.soap.api.transport - package org.mule.runtime.soap.api.transport
 

P

post(String, Map<String, String>, InputStream) - Method in class org.mule.runtime.soap.api.transport.ReflectiveHttpConfigBasedRequester
Performs a PORT request to the URL passed as parameter with a set of headers and a body content.

R

ReflectiveHttpConfigBasedRequester - Class in org.mule.runtime.soap.api.transport
Performs HTTP requests using an Http Connector configuration.
ReflectiveHttpConfigBasedRequester(String, ExtensionsClient) - Constructor for class org.mule.runtime.soap.api.transport.ReflectiveHttpConfigBasedRequester
 

S

SoapClient - Interface in org.mule.runtime.soap.api.client
Contract for clients that consumes SOAP Web Services, and returns the response.
SoapClientConfiguration - Class in org.mule.runtime.soap.api.client
Represents a Soap Client Configuration with all the required attributes for stablishing a connection with the Web Service.
SoapClientConfigurationBuilder - Class in org.mule.runtime.soap.api.client
Builder pattern implementation that creates SoapClientConfiguration instances.
SoapClientFactory - Interface in org.mule.runtime.soap.api.client
A Contract for Factory Objects that creates instances
SoapErrors - Enum in org.mule.runtime.soap.api.exception.error
Enum that defines all the Mule Error Types that can be thrown by the modules that use the soap service.
SoapExceptionEnricher - Class in org.mule.runtime.soap.api.exception.error
A util class that knows how to wrap an exception throwed by the Soap Service into a ModuleException.
SoapExceptionEnricher() - Constructor for class org.mule.runtime.soap.api.exception.error.SoapExceptionEnricher
 
SoapFaultException - Exception in org.mule.runtime.soap.api.exception
A simple POJO that represents a SOAP Fault that occurs during invocation processing.
SoapFaultException(QName, QName, String, String, String, String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.SoapFaultException
 
SoapFaultException(QName, String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.SoapFaultException
 
soapHeaders(Map<String, String>) - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 
SoapMessage - Interface in org.mule.runtime.soap.api.message
Represents a Soap Message carrying a content, attachments and a set of headers.
SoapMetadataKeyResolver - Interface in org.mule.runtime.soap.api.client.metadata
An object that is in charge of resolving SoapOperationMetadata for different operations.
SoapMetadataResolver - Interface in org.mule.runtime.soap.api.client.metadata
An object that is in charge of resolving SoapOperationMetadata for different operations.
SoapOperationMetadata - Interface in org.mule.runtime.soap.api.client.metadata
Represents the metadata of a SOAP Operation, carries a body type, a headers type and an attachments type.
SoapRequest - Interface in org.mule.runtime.soap.api.message
Represents a request that aims to be sent to a Soap Web Service.
SoapRequestBuilder - Class in org.mule.runtime.soap.api.message
 
SoapResponse - Interface in org.mule.runtime.soap.api.message
Represents a response retrieved by a Soap Web Service.
SoapService - Interface in org.mule.runtime.soap.api
Contract for a service that provides a Soap client factory.
SoapServiceException - Exception in org.mule.runtime.soap.api.exception
Base RuntimeException type for the Web Service Consumer.
SoapServiceException(String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.SoapServiceException
 
SoapVersion - Enum in org.mule.runtime.soap.api
All the available SOAP versions with it's version code and protocol name.

T

transportHeader(String, String) - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 
transportHeaders(Map<String, String>) - Method in class org.mule.runtime.soap.api.message.SoapRequestBuilder
 
TransportResourceLocator - Interface in org.mule.runtime.soap.api.transport
This interface acts as an additional layer of indirection between a the WSDL fetching and the WSDL parsing by the SoapService.

V

valueOf(String) - Static method in enum org.mule.runtime.soap.api.exception.error.SoapErrors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.soap.api.SoapVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.runtime.soap.api.exception.error.SoapErrors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.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.runtime.soap.api.client.SoapClientConfigurationBuilder
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.runtime.soap.api.message
Contract for Objects that carries a content-type.
withDispatcher(MessageDispatcher) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Sets a custom MessageDispatcher that enables the send and retrieve of SoapMessages using a custom underlying transport.
withEncoding(String) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Sets the encoding of the messages send and retrieved by the .
withPort(String) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Sets the port of the service that describes the set of operations that can be performed.
withResourceLocator(TransportResourceLocator) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Sets a TransportResourceLocator instance to fetch the wsdl resources.
withSecurities(List<SecurityStrategy>) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Sets a list of SecurityStrategies to connect with a Secured Soap Web Service.
withSecurity(SecurityStrategy) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Sets a new SecurityStrategy to connect with a Secured Soap Web Service.
withService(String) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Sets the service of the WSDL we want to perform operations from.
withVersion(SoapVersion) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Sets the SoapVersion of the Web Service.
withWsdlLocation(String) - Method in class org.mule.runtime.soap.api.client.SoapClientConfigurationBuilder
Sets the location of the WSDL that describes the SOAP web service.
A B C D E G H I N O P R S T V W 
Skip navigation links

Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.