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

A

addAttachmentElement(Document, SoapAttachment, Element) - Method in class org.mule.extension.ws.internal.generator.attachment.AttachmentRequestEnricher
Adds the content to the attachment node recently created to the XML SOAP request
addAttachmentElement(Document, SoapAttachment, Element) - Method in class org.mule.extension.ws.internal.generator.attachment.MtomRequestEnricher
Adds the content to the attachment node recently created to the XML SOAP request
addAttachmentElement(Document, SoapAttachment, Element) - Method in class org.mule.extension.ws.internal.generator.attachment.SoapAttachmentRequestEnricher
Adds the content to the attachment node recently created to the XML SOAP request
AttachmentRequestEnricher - Class in org.mule.extension.ws.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.extension.ws.internal.generator.attachment.AttachmentRequestEnricher
 
AttachmentResponseEnricher - Class in org.mule.extension.ws.internal.generator.attachment
Abstract implementation for a response enricher that removes a node for each sent attachment to the obtained SOAP response and moving all the attachment data to the attachments returned as a WscMultipartPayload in the ConsumeOperation.
AttachmentResponseEnricher() - Constructor for class org.mule.extension.ws.internal.generator.attachment.AttachmentResponseEnricher
 
ATTACHMENTS_FIELD - Static variable in class org.mule.extension.ws.internal.metadata.BaseWscResolver
 

B

BadRequestException - Exception in org.mule.extension.ws.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.extension.ws.api.exception.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.mule.extension.ws.api.exception.BadRequestException
 
BadResponseException - Exception in org.mule.extension.ws.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.extension.ws.api.exception.BadResponseException
 
BadResponseException(String, Throwable) - Constructor for exception org.mule.extension.ws.api.exception.BadResponseException
 
BaseWscResolver - Class in org.mule.extension.ws.internal.metadata
Base class for all metadata resolvers of the ConsumeOperation.
BaseWscResolver() - Constructor for class org.mule.extension.ws.internal.metadata.BaseWscResolver
 
blackList(String) - Method in class org.mule.extension.ws.internal.interceptor.NamespaceRestorerXMLStreamReader
 
BODY_FIELD - Static variable in class org.mule.extension.ws.internal.metadata.BaseWscResolver
 
buildPasswordCallbackHandler() - Method in interface org.mule.extension.ws.api.security.SecurityStrategy
Gives the option to return a custom WSPasswordCallbackHandler instance allowing to compose many password handlers from different security strategies.
buildPasswordCallbackHandler() - Method in class org.mule.extension.ws.api.security.WssDecryptSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.extension.ws.api.security.WssEncryptSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.extension.ws.api.security.WssSignSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.extension.ws.api.security.WssTimestampSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.extension.ws.api.security.WssUsernameTokenSecurityStrategy
 
buildPasswordCallbackHandler() - Method in class org.mule.extension.ws.api.security.WssVerifySignatureSecurityStrategy
 
buildSecurityProperties() - Method in interface org.mule.extension.ws.api.security.SecurityStrategy
Returns a set of properties to be set on the SOAP request interceptors (OUT interceptors) in order to applies this security strategy.
buildSecurityProperties() - Method in class org.mule.extension.ws.api.security.WssDecryptSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.extension.ws.api.security.WssEncryptSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.extension.ws.api.security.WssSignSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.extension.ws.api.security.WssTimestampSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.extension.ws.api.security.WssUsernameTokenSecurityStrategy
 
buildSecurityProperties() - Method in class org.mule.extension.ws.api.security.WssVerifySignatureSecurityStrategy
 

C

CompositeCallbackHandler - Class in org.mule.extension.ws.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.extension.ws.internal.security.callback.CompositeCallbackHandler
 
connect() - Method in class org.mule.extension.ws.internal.connection.WscConnectionProvider
consume(WebServiceConsumer, WscConnection, String, SoapMessageBuilder) - Method in class org.mule.extension.ws.internal.ConsumeOperation
Consumes an operation from a SOAP Web Service.
ConsumeErrorTypeProvider - Class in org.mule.extension.ws.internal
ErrorTypeProvider implementation for the ConsumeOperation.
ConsumeErrorTypeProvider() - Constructor for class org.mule.extension.ws.internal.ConsumeErrorTypeProvider
 
ConsumeOperation - Class in org.mule.extension.ws.internal
The only WebServiceConsumer operation.
ConsumeOperation() - Constructor for class org.mule.extension.ws.internal.ConsumeOperation
 
ConsumeOutputResolver - Class in org.mule.extension.ws.internal.metadata
Resolves the metadata for output payload of the ConsumeOperation.
ConsumeOutputResolver() - Constructor for class org.mule.extension.ws.internal.metadata.ConsumeOutputResolver
 
createClient(String, String) - Method in class org.mule.extension.ws.internal.transport.WscTransportFactory
 
createDefault(String, HttpService) - Static method in class org.mule.extension.ws.internal.transport.HttpDispatcher
Creates a default HttpDispatcher using the provided HttpService and with a fixed set of attributes.
currentScope() - Method in class org.mule.extension.ws.internal.interceptor.ScopeSaverXMLStreamReader
 

D

destroy() - Method in class org.mule.extension.ws.internal.connection.WscClient
 
disconnect() - Method in class org.mule.extension.ws.internal.connection.WscConnection
 
disconnect(WscConnection) - Method in class org.mule.extension.ws.internal.connection.WscConnectionProvider
dispatch(Message) - Method in class org.mule.extension.ws.internal.transport.HttpDispatcher
Sends off a Soap Message to a destination and returns it's response.
dispatch(Message) - Method in interface org.mule.extension.ws.internal.transport.WscDispatcher
Sends off a Soap Message to a destination and returns it's response.
dispose() - Method in class org.mule.extension.ws.internal.transport.HttpDispatcher
Disposes all the associated resources to this WscDispatcher instance.
dispose() - Method in interface org.mule.extension.ws.internal.transport.WscDispatcher
Disposes all the associated resources to this WscDispatcher instance.

E

enrich(Document, WsdlIntrospecter, TypeLoader, String, Exchange) - Method in class org.mule.extension.ws.internal.generator.attachment.AttachmentResponseEnricher
enrichException(Exception) - Method in class org.mule.extension.ws.internal.WscExceptionEnricher
enrichRequest(String, Map<String, SoapAttachment>) - Method in class org.mule.extension.ws.internal.generator.attachment.AttachmentRequestEnricher
 

G

generate(WscConnection, String, String, Map<String, SoapAttachment>) - Method in class org.mule.extension.ws.internal.generator.SoapRequestGenerator
Generates an XMLStreamReader SOAP request ready to be consumed by CXF.
generate(WscConnection, String, Object[], Exchange) - Method in class org.mule.extension.ws.internal.generator.SoapResponseGenerator
Generates an Result with the out attachments and headers and the response body of the SOAP operation.
getAlias() - Method in class org.mule.extension.ws.api.security.config.WssKeyStoreConfiguration
 
getAttachmentFields(MetadataType) - Static method in class org.mule.extension.ws.internal.util.WscMetadataTypeUtils
 
getAttachments() - Method in class org.mule.extension.ws.api.SoapMessageBuilder
 
getAttachments() - Method in class org.mule.extension.ws.api.WscMultipartPayload
Returns the attachments parts content of the WscMultipartPayload.
getAttributesType(MetadataContext, String) - Method in class org.mule.extension.ws.internal.metadata.WscAttributesResolver
 
getBindingOperation(String) - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
getBindingType(BindingOperation) - Method in class org.mule.extension.ws.internal.introspection.InputTypeIntrospecterDelegate
 
getBindingType(BindingOperation) - Method in class org.mule.extension.ws.internal.introspection.OutputTypeIntrospecterDelegate
 
getBindingType(BindingOperation) - Method in interface org.mule.extension.ws.internal.introspection.TypeIntrospecterDelegate
 
getBody() - Method in class org.mule.extension.ws.api.SoapMessageBuilder
 
getBody() - Method in class org.mule.extension.ws.api.WscMultipartPayload
Returns the body part content of the WscMultipartPayload.
getBody() - Method in class org.mule.extension.ws.internal.transport.WscResponse
 
getBodyPart(String, TypeIntrospecterDelegate) - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
getCategoryName() - Method in class org.mule.extension.ws.internal.metadata.BaseWscResolver
 
getConfigurationProperties() - Method in class org.mule.extension.ws.api.security.config.WssKeyStoreConfiguration
getConfigurationProperties() - Method in interface org.mule.extension.ws.api.security.config.WssStoreConfiguration
 
getConfigurationProperties() - Method in class org.mule.extension.ws.api.security.config.WssTrustStoreConfiguration
getConnection(MetadataContext) - Method in class org.mule.extension.ws.internal.metadata.BaseWscResolver
 
getContent() - Method in class org.mule.extension.ws.api.SoapAttachment
 
getContentType() - Method in class org.mule.extension.ws.api.SoapAttachment
 
getContentType() - Method in class org.mule.extension.ws.internal.transport.WscResponse
 
getDetail() - Method in class org.mule.extension.ws.api.exception.SoapFault
 
getEncoding() - Method in class org.mule.extension.ws.internal.WebServiceConsumer
 
getErrorMessage() - Method in exception org.mule.extension.ws.api.exception.SoapFaultException
 
getErrorTypes() - Method in class org.mule.extension.ws.internal.ConsumeErrorTypeProvider
 
getFault(Operation, String) - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
getFaultCode() - Method in class org.mule.extension.ws.api.exception.SoapFault
 
getHeaders() - Method in class org.mule.extension.ws.api.SoapMessageBuilder
 
getId() - Method in class org.mule.extension.ws.api.SoapAttachment
 
getInputMetadata(MetadataContext, String) - Method in class org.mule.extension.ws.internal.metadata.MessageBuilderResolver
getKeyPassword() - Method in class org.mule.extension.ws.api.security.config.WssKeyStoreConfiguration
 
getKeys(MetadataContext) - Method in class org.mule.extension.ws.internal.metadata.OperationKeysResolver
 
getMessage(Operation) - Method in class org.mule.extension.ws.internal.introspection.InputTypeIntrospecterDelegate
 
getMessage(Operation) - Method in class org.mule.extension.ws.internal.introspection.OutputTypeIntrospecterDelegate
 
getMessage(Operation) - Method in interface org.mule.extension.ws.internal.introspection.TypeIntrospecterDelegate
 
getMessage(QName) - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
getMessage() - Method in class org.mule.extension.ws.internal.metadata.SoapHeaderAdapter
Get the message for this header.
getMetadata(MetadataContext, String) - Method in class org.mule.extension.ws.internal.metadata.NodeElementResolver
 
getNamespaceCount() - Method in class org.mule.extension.ws.internal.interceptor.NamespaceRestorerXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.mule.extension.ws.internal.interceptor.NamespaceRestorerXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.extension.ws.internal.interceptor.NamespaceRestorerXMLStreamReader
 
getNamespaceURI(int) - Method in class org.mule.extension.ws.internal.interceptor.NamespaceRestorerXMLStreamReader
 
getNamespaceURI() - Method in class org.mule.extension.ws.internal.metadata.SoapHeaderAdapter
Get the namespace URI for this header.
getNode() - Method in class org.mule.extension.ws.api.exception.SoapFault
 
getOperation(String) - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
getOperationNames() - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
getOperationType(MetadataType) - Static method in class org.mule.extension.ws.internal.util.WscMetadataTypeUtils
 
getOutputType(MetadataContext, String) - Method in class org.mule.extension.ws.internal.metadata.ConsumeOutputResolver
getParent() - Method in enum org.mule.extension.ws.api.exception.WscErrors
 
getPart() - Method in class org.mule.extension.ws.internal.metadata.SoapHeaderAdapter
Get the part for this header.
getPassword() - Method in class org.mule.extension.ws.api.security.config.WssKeyStoreConfiguration
getPassword() - Method in interface org.mule.extension.ws.api.security.config.WssStoreConfiguration
 
getPassword() - Method in class org.mule.extension.ws.api.security.config.WssTrustStoreConfiguration
getPort() - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
getProtocol() - Method in enum org.mule.extension.ws.api.SoapVersion
 
getProtocolHeaders() - Method in class org.mule.extension.ws.api.WscAttributes
 
getReason() - Method in class org.mule.extension.ws.api.exception.SoapFault
 
getRequestEnricher() - Method in class org.mule.extension.ws.internal.connection.WscConnection
 
getResolverName() - Method in class org.mule.extension.ws.internal.metadata.ConsumeOutputResolver
 
getResolverName() - Method in class org.mule.extension.ws.internal.metadata.MessageBuilderResolver
 
getResponseEnricher() - Method in class org.mule.extension.ws.internal.connection.WscConnection
 
getRole() - Method in class org.mule.extension.ws.api.exception.SoapFault
 
getRootCause() - Method in exception org.mule.extension.ws.api.exception.SoapFaultException
 
getSchemas() - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
getService() - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
getSoapAddress() - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
Tries to find the address where the web service is located.
getSoapHeaders() - Method in class org.mule.extension.ws.api.WscAttributes
 
getStorePath() - Method in class org.mule.extension.ws.api.security.config.WssKeyStoreConfiguration
getStorePath() - Method in interface org.mule.extension.ws.api.security.config.WssStoreConfiguration
 
getStorePath() - Method in class org.mule.extension.ws.api.security.config.WssTrustStoreConfiguration
getSubCode() - Method in class org.mule.extension.ws.api.exception.SoapFault
 
getType() - Method in enum org.mule.extension.ws.api.exception.WscErrors
 
getType() - Method in enum org.mule.extension.ws.api.PasswordType
 
getType() - Method in class org.mule.extension.ws.api.security.config.WssKeyStoreConfiguration
getType() - Method in interface org.mule.extension.ws.api.security.config.WssStoreConfiguration
 
getType() - Method in class org.mule.extension.ws.api.security.config.WssTrustStoreConfiguration
getTypeLoader() - Method in class org.mule.extension.ws.internal.connection.WscConnection
 
getVersion() - Method in enum org.mule.extension.ws.api.SoapVersion
 
getWsdlIntrospecter() - Method in class org.mule.extension.ws.internal.connection.WscConnection
 

H

handle(Callback[]) - Method in class org.mule.extension.ws.internal.security.callback.CompositeCallbackHandler
 
handle(Callback[]) - Method in class org.mule.extension.ws.internal.security.callback.WSPasswordCallbackHandler
 
handleMessage(Message) - Method in class org.mule.extension.ws.internal.interceptor.MessageDispatcherInterceptor
Intercepts the SOAP message and performs the dispatch of it, receiving the response and sending it to the IN intercepting processor chain.
handleMessage(Message) - Method in class org.mule.extension.ws.internal.interceptor.NamespaceRestorerStaxInterceptor
 
handleMessage(Message) - Method in class org.mule.extension.ws.internal.interceptor.NamespaceSaverStaxInterceptor
 
handleMessage(Message) - Method in class org.mule.extension.ws.internal.interceptor.OutputMtomSoapAttachmentsInterceptor
 
handleMessage(SoapMessage) - Method in class org.mule.extension.ws.internal.interceptor.OutputSoapHeadersInterceptor
handleMessage(Message) - Method in class org.mule.extension.ws.internal.interceptor.SoapActionInterceptor
 
handleMessage(Message) - Method in class org.mule.extension.ws.internal.interceptor.StreamClosingInterceptor
 
HEADERS_FIELD - Static variable in class org.mule.extension.ws.internal.metadata.BaseWscResolver
 
HttpDispatcher - Class in org.mule.extension.ws.internal.transport
WscDispatcher implementation that aims to dispatch HTTP messages.
HttpDispatcher(String, HttpClient) - Constructor for class org.mule.extension.ws.internal.transport.HttpDispatcher
 

I

InputTypeIntrospecterDelegate - Class in org.mule.extension.ws.internal.introspection
Input implementation of TypeIntrospecterDelegate.
InputTypeIntrospecterDelegate() - Constructor for class org.mule.extension.ws.internal.introspection.InputTypeIntrospecterDelegate
 
InvalidWsdlException - Exception in org.mule.extension.ws.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.extension.ws.api.exception.InvalidWsdlException
 
InvalidWsdlException(String, Throwable) - Constructor for exception org.mule.extension.ws.api.exception.InvalidWsdlException
 
invoke(String, Object, List<SoapHeader>, List<Attachment>, String, Exchange) - Method in class org.mule.extension.ws.internal.connection.WscClient
Invokes a Web Service Operation with the specified parameters.
invoke(String, Object, List<SoapHeader>, List<Attachment>, String, Exchange) - Method in class org.mule.extension.ws.internal.connection.WscConnection
Invokes a Web Service Operation.
isDocumentStyle() - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
isRpcStyle() - Method in class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 

M

MessageBuilderResolver - Class in org.mule.extension.ws.internal.metadata
InputTypeResolver implementation to resolve metadata for an input message of a particular operation.
MessageBuilderResolver() - Constructor for class org.mule.extension.ws.internal.metadata.MessageBuilderResolver
 
MessageDispatcherInterceptor - Class in org.mule.extension.ws.internal.interceptor
CXF interceptor that uses an underlying transport configuration, specified in the WscConnection, to send the SOAP message and inject the obtained response into the CXF in (response) interceptors lifecycle.
MessageDispatcherInterceptor(MessageObserver) - Constructor for class org.mule.extension.ws.internal.interceptor.MessageDispatcherInterceptor
 
MtomRequestEnricher - Class in org.mule.extension.ws.internal.generator.attachment
AttachmentRequestEnricher implementation for clients that works with MTOM.
MtomRequestEnricher() - Constructor for class org.mule.extension.ws.internal.generator.attachment.MtomRequestEnricher
 
MtomResponseEnricher - Class in org.mule.extension.ws.internal.generator.attachment
AttachmentResponseEnricher implementation for clients that works with MTOM.
MtomResponseEnricher() - Constructor for class org.mule.extension.ws.internal.generator.attachment.MtomResponseEnricher
 
MULE_ATTACHMENTS_KEY - Static variable in class org.mule.extension.ws.internal.connection.WscClient
 
MULE_HEADERS_KEY - Static variable in class org.mule.extension.ws.internal.connection.WscClient
 
MULE_SOAP_ACTION - Static variable in class org.mule.extension.ws.internal.connection.WscClient
 
MULE_WSC_ENCODING - Static variable in class org.mule.extension.ws.internal.connection.WscClient
 

N

NamespaceRestorerStaxInterceptor - Class in org.mule.extension.ws.internal.interceptor
CXF interceptor that makes use of a NamespaceRestorerXMLStreamReader to allow the first element of the body to carry all the namespaces from the parent nodes.
NamespaceRestorerStaxInterceptor() - Constructor for class org.mule.extension.ws.internal.interceptor.NamespaceRestorerStaxInterceptor
 
NamespaceRestorerXMLStreamReader - Class in org.mule.extension.ws.internal.interceptor
XMLStreamReader decorator that restores XML Namespace declarations, by default, it will restore the namespaces on the first declaration, but this can be overridden
NamespaceRestorerXMLStreamReader(XMLStreamReader) - Constructor for class org.mule.extension.ws.internal.interceptor.NamespaceRestorerXMLStreamReader
 
NamespaceSaverStaxInterceptor - Class in org.mule.extension.ws.internal.interceptor
CXF interceptor that wraps the XML Stream with a decorator that is able to restore namespace declarations for fragments in the response message.
NamespaceSaverStaxInterceptor() - Constructor for class org.mule.extension.ws.internal.interceptor.NamespaceSaverStaxInterceptor
 
next() - Method in class org.mule.extension.ws.internal.interceptor.NamespaceRestorerXMLStreamReader
 
next() - Method in class org.mule.extension.ws.internal.interceptor.ScopeSaverXMLStreamReader
 
NodeElementResolver - Class in org.mule.extension.ws.internal.metadata
Base class for metadata resolvers that resolve dynamic metadata of XML node elements.
NodeElementResolver(TypeIntrospecterDelegate) - Constructor for class org.mule.extension.ws.internal.metadata.NodeElementResolver
 
nodeToString(Node) - Static method in class org.mule.extension.ws.internal.util.TransformationUtils
 

O

OperationKeysResolver - Class in org.mule.extension.ws.internal.metadata
TypeKeysResolver implementation for the ConsumeOperation, retrieves a metadata key for each operation available to be performed for the given WscConnection.
OperationKeysResolver() - Constructor for class org.mule.extension.ws.internal.metadata.OperationKeysResolver
 
org.mule.extension.ws.api - package org.mule.extension.ws.api
 
org.mule.extension.ws.api.exception - package org.mule.extension.ws.api.exception
 
org.mule.extension.ws.api.security - package org.mule.extension.ws.api.security
 
org.mule.extension.ws.api.security.config - package org.mule.extension.ws.api.security.config
 
org.mule.extension.ws.internal - package org.mule.extension.ws.internal
 
org.mule.extension.ws.internal.connection - package org.mule.extension.ws.internal.connection
 
org.mule.extension.ws.internal.generator - package org.mule.extension.ws.internal.generator
 
org.mule.extension.ws.internal.generator.attachment - package org.mule.extension.ws.internal.generator.attachment
 
org.mule.extension.ws.internal.interceptor - package org.mule.extension.ws.internal.interceptor
 
org.mule.extension.ws.internal.introspection - package org.mule.extension.ws.internal.introspection
 
org.mule.extension.ws.internal.metadata - package org.mule.extension.ws.internal.metadata
 
org.mule.extension.ws.internal.security - package org.mule.extension.ws.internal.security
 
org.mule.extension.ws.internal.security.callback - package org.mule.extension.ws.internal.security.callback
 
org.mule.extension.ws.internal.transport - package org.mule.extension.ws.internal.transport
 
org.mule.extension.ws.internal.util - package org.mule.extension.ws.internal.util
 
OutputMtomSoapAttachmentsInterceptor - Class in org.mule.extension.ws.internal.interceptor
CXF out interceptor that collects the received Mtom SOAP attachments in the response, transforms it to message parts and stores them in the response message Exchange so then can be returned by the ConsumeOperation as a MultiPartPayload, if no attachments are returned an empty list is set.
OutputMtomSoapAttachmentsInterceptor() - Constructor for class org.mule.extension.ws.internal.interceptor.OutputMtomSoapAttachmentsInterceptor
 
OutputSoapHeadersInterceptor - Class in org.mule.extension.ws.internal.interceptor
CXF out interceptor that collects the received SOAP headers in the response, transforms it and stores them in the response message Exchange so then can be returned by the ConsumeOperation in the WscAttributes.
OutputSoapHeadersInterceptor() - Constructor for class org.mule.extension.ws.internal.interceptor.OutputSoapHeadersInterceptor
 
OutputTypeIntrospecterDelegate - Class in org.mule.extension.ws.internal.introspection
Output implementation of TypeIntrospecterDelegate.
OutputTypeIntrospecterDelegate() - Constructor for class org.mule.extension.ws.internal.introspection.OutputTypeIntrospecterDelegate
 

P

PasswordType - Enum in org.mule.extension.ws.api
Password types that can be configured in a SecurityStrategy.
processResponseAttachments(Document, List<ObjectFieldType>, Exchange) - Method in class org.mule.extension.ws.internal.generator.attachment.AttachmentResponseEnricher
Processes the attachments nodes in the response.
processResponseAttachments(Document, List<ObjectFieldType>, Exchange) - Method in class org.mule.extension.ws.internal.generator.attachment.MtomResponseEnricher
Processes the attachments nodes in the response.
processResponseAttachments(Document, List<ObjectFieldType>, Exchange) - Method in class org.mule.extension.ws.internal.generator.attachment.SoapAttachmentResponseEnricher
Processes the attachments nodes in the response.

R

restoreNamespaces() - Method in class org.mule.extension.ws.internal.interceptor.NamespaceRestorerXMLStreamReader
 

S

scopes() - Method in class org.mule.extension.ws.internal.interceptor.ScopeSaverXMLStreamReader
 
ScopeSaverXMLStreamReader - Class in org.mule.extension.ws.internal.interceptor
XMLStreamReader decorator that saves the scope and allows the access to information about all the parent XMLEvent elements
ScopeSaverXMLStreamReader(XMLStreamReader) - Constructor for class org.mule.extension.ws.internal.interceptor.ScopeSaverXMLStreamReader
 
securityAction() - Method in interface org.mule.extension.ws.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.extension.ws.api.security.WssDecryptSecurityStrategy
 
securityAction() - Method in class org.mule.extension.ws.api.security.WssEncryptSecurityStrategy
 
securityAction() - Method in class org.mule.extension.ws.api.security.WssSignSecurityStrategy
 
securityAction() - Method in class org.mule.extension.ws.api.security.WssTimestampSecurityStrategy
 
securityAction() - Method in class org.mule.extension.ws.api.security.WssUsernameTokenSecurityStrategy
 
securityAction() - Method in class org.mule.extension.ws.api.security.WssVerifySignatureSecurityStrategy
 
SecurityStrategy - Interface in org.mule.extension.ws.api.security
Base contract for classes that adds a level of security to the SOAP Protocol.
SecurityStrategyType - Enum in org.mule.extension.ws.internal.security
Different types of SecurityStrategy that specify when a strategy should be applied to a message.
securityType() - Method in interface org.mule.extension.ws.api.security.SecurityStrategy
Returns the type of the security strategy, if applies for the request or the response.
securityType() - Method in class org.mule.extension.ws.api.security.WssDecryptSecurityStrategy
 
securityType() - Method in class org.mule.extension.ws.api.security.WssEncryptSecurityStrategy
 
securityType() - Method in class org.mule.extension.ws.api.security.WssSignSecurityStrategy
 
securityType() - Method in class org.mule.extension.ws.api.security.WssTimestampSecurityStrategy
 
securityType() - Method in class org.mule.extension.ws.api.security.WssUsernameTokenSecurityStrategy
 
securityType() - Method in class org.mule.extension.ws.api.security.WssVerifySignatureSecurityStrategy
 
SoapActionInterceptor - Class in org.mule.extension.ws.internal.interceptor
CXF interceptor that adds the SOAP action to the outgoing request message.
SoapActionInterceptor() - Constructor for class org.mule.extension.ws.internal.interceptor.SoapActionInterceptor
 
SoapAttachment - Class in org.mule.extension.ws.api
Represents and enables the construction of an attachment to be sent over SOAP.
SoapAttachment() - Constructor for class org.mule.extension.ws.api.SoapAttachment
 
SoapAttachmentRequestEnricher - Class in org.mule.extension.ws.internal.generator.attachment
AttachmentRequestEnricher implementation to send attachments using SOAP with Attachments.
SoapAttachmentRequestEnricher() - Constructor for class org.mule.extension.ws.internal.generator.attachment.SoapAttachmentRequestEnricher
 
SoapAttachmentResponseEnricher - Class in org.mule.extension.ws.internal.generator.attachment
AttachmentResponseEnricher implementation for SOAP with attachments.
SoapAttachmentResponseEnricher() - Constructor for class org.mule.extension.ws.internal.generator.attachment.SoapAttachmentResponseEnricher
 
SoapFault - Class in org.mule.extension.ws.api.exception
A simple POJO that represents a SOAP Fault that occurs during invocation processing.
SoapFault(QName, QName, Element, String, String, String) - Constructor for class org.mule.extension.ws.api.exception.SoapFault
 
SoapFault(QName, Element) - Constructor for class org.mule.extension.ws.api.exception.SoapFault
 
SoapFaultException - Exception in org.mule.extension.ws.api.exception
Exception thrown by the Web Service Consumer when processing a SOAP fault.
SoapFaultException(SoapFault) - Constructor for exception org.mule.extension.ws.api.exception.SoapFaultException
 
SoapFaultException(Fault) - Constructor for exception org.mule.extension.ws.api.exception.SoapFaultException
 
SoapHeaderAdapter - Class in org.mule.extension.ws.internal.metadata
Represents a Soap Header, it does not take in mind if this is a SOAP 1.1 or SOAP 1.2 header.
SoapHeaderAdapter(QName, String, String) - Constructor for class org.mule.extension.ws.internal.metadata.SoapHeaderAdapter
 
SoapHeaderAdapter(SOAPHeader) - Constructor for class org.mule.extension.ws.internal.metadata.SoapHeaderAdapter
 
SoapHeaderAdapter(SOAP12Header) - Constructor for class org.mule.extension.ws.internal.metadata.SoapHeaderAdapter
 
SoapMessageBuilder - Class in org.mule.extension.ws.api
Component that specifies how to create a proper SOAP request using the WebServiceConsumer.
SoapMessageBuilder() - Constructor for class org.mule.extension.ws.api.SoapMessageBuilder
 
SoapRequestGenerator - Class in org.mule.extension.ws.internal.generator
Generates a XML SOAP request used to invoke CXF.
SoapRequestGenerator() - Constructor for class org.mule.extension.ws.internal.generator.SoapRequestGenerator
 
SoapResponseGenerator - Class in org.mule.extension.ws.internal.generator
Class used to generate the output of the ConsumeOperation using the CXF response.
SoapResponseGenerator() - Constructor for class org.mule.extension.ws.internal.generator.SoapResponseGenerator
 
SoapVersion - Enum in org.mule.extension.ws.api
All the available SOAP versions with it's version code and protocol name.
StreamClosingInterceptor - Class in org.mule.extension.ws.internal.interceptor
CXF interceptor that replaces the original XMLStreamReader with another one which closes the underlying InputStream that carried the request.
StreamClosingInterceptor() - Constructor for class org.mule.extension.ws.internal.interceptor.StreamClosingInterceptor
 
stringToDocument(String) - Static method in class org.mule.extension.ws.internal.util.TransformationUtils
 
stringToDomElement(String) - Static method in class org.mule.extension.ws.internal.util.TransformationUtils
 
stringToXmlStreamReader(String) - Static method in class org.mule.extension.ws.internal.util.TransformationUtils
 

T

TransformationUtils - Class in org.mule.extension.ws.internal.util
Utility class for handling XML transformations in the WebServiceConsumer.
TransformationUtils() - Constructor for class org.mule.extension.ws.internal.util.TransformationUtils
 
TypeIntrospecterDelegate - Interface in org.mule.extension.ws.internal.introspection
Contract for classes that returns information about the messages that need to be introspected for the resolvers in order to obtain input or output metadata.

V

validate(WscConnection) - Method in class org.mule.extension.ws.internal.connection.WscConnectionProvider
validateConnection() - Method in class org.mule.extension.ws.internal.connection.WscConnection
 
valueOf(String) - Static method in enum org.mule.extension.ws.api.exception.WscErrors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.extension.ws.api.PasswordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.extension.ws.api.SoapVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.extension.ws.internal.security.SecurityStrategyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.extension.ws.api.exception.WscErrors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.extension.ws.api.PasswordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.extension.ws.api.SoapVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.extension.ws.internal.security.SecurityStrategyType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebServiceConsumer - Class in org.mule.extension.ws.internal
Web Service Consumer extension used to consume SOAP web services.
WebServiceConsumer() - Constructor for class org.mule.extension.ws.internal.WebServiceConsumer
 
WS_CRYPTO_PROVIDER_KEY - Static variable in interface org.mule.extension.ws.api.security.config.WssStoreConfiguration
Name of the property where the crypto provider is defined.
WSC_DISPATCHER - Static variable in class org.mule.extension.ws.internal.connection.WscClient
 
WscAttributes - Class in org.mule.extension.ws.api
Contains the headers retrieved by the protocol after the request and the specific outbound SOAP headers retrieved after performing a web service operation.
WscAttributes(Map<String, String>, Map<String, String>) - Constructor for class org.mule.extension.ws.api.WscAttributes
 
WscAttributesResolver - Class in org.mule.extension.ws.internal.metadata
AttributesTypeResolver implementation for the ConsumeOperation.
WscAttributesResolver() - Constructor for class org.mule.extension.ws.internal.metadata.WscAttributesResolver
 
WscClient - Class in org.mule.extension.ws.internal.connection
A client implementation that uses a cxf Client underneath, it connects to a Soap Server to perform requests to it.
WscClient(Client, WscDispatcher, SoapVersion, boolean) - Constructor for class org.mule.extension.ws.internal.connection.WscClient
 
WscConnection - Class in org.mule.extension.ws.internal.connection
A connection with a web service for consuming it's exposed resources.
WscConnection(String, String, String, String, SoapVersion, boolean, List<SecurityStrategy>, HttpService, String) - Constructor for class org.mule.extension.ws.internal.connection.WscConnection
 
WscConnectionProvider - Class in org.mule.extension.ws.internal.connection
ConnectionProvider that returns instances of WscConnection.
WscConnectionProvider() - Constructor for class org.mule.extension.ws.internal.connection.WscConnectionProvider
 
WscDispatcher - Interface in org.mule.extension.ws.internal.transport
This in an Adapter interface that allows that different transports (such as JMS or HTTP) behave the same way when dispatching a Web Service operation message when using the WebServiceConsumer.
WscEncodingException - Exception in org.mule.extension.ws.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.
WscEncodingException(String) - Constructor for exception org.mule.extension.ws.api.exception.WscEncodingException
 
WscEncodingException(String, Throwable) - Constructor for exception org.mule.extension.ws.api.exception.WscEncodingException
 
WscErrors - Enum in org.mule.extension.ws.api.exception
Enum that defines all the Mule Error Types that can be thrown by the WebServiceConsumer.
WscException - Exception in org.mule.extension.ws.api.exception
Base RuntimeException type for the Web Service Consumer.
WscException(String, Throwable) - Constructor for exception org.mule.extension.ws.api.exception.WscException
 
WscExceptionEnricher - Class in org.mule.extension.ws.internal
ExceptionHandler implementation to wrap unexpected exceptions thrown by the ConsumeOperation and if a Soap Fault is returned by the server we wrap that exception in a custom WSC SoapFaultException.
WscExceptionEnricher() - Constructor for class org.mule.extension.ws.internal.WscExceptionEnricher
 
WscMetadataTypeUtils - Class in org.mule.extension.ws.internal.util
Utility class for handling XML MetadataTypes on the WebServiceConsumer.
WscMultipartPayload - Class in org.mule.extension.ws.api
DefaultMultiPartPayload implementation that enables the separated retrieval of the body and the attachments.
WscMultipartPayload(List<Message>) - Constructor for class org.mule.extension.ws.api.WscMultipartPayload
 
WscResponse - Class in org.mule.extension.ws.internal.transport
An generic web service response object that can be constructed with any protocol specific response content such as JMS or HTTP.
WscResponse(InputStream, String) - Constructor for class org.mule.extension.ws.internal.transport.WscResponse
 
WscTransformationException - Exception in org.mule.extension.ws.internal.util
Exception implementation that aims to be thrown when an XML transformation problem occur in the ConsumeOperation flow.
WscTransportFactory - Class in org.mule.extension.ws.internal.transport
A factory for CXF Clients.
WscTransportFactory() - Constructor for class org.mule.extension.ws.internal.transport.WscTransportFactory
 
WsdlIntrospecter - Class in org.mule.extension.ws.internal.introspection
Parses a WSDL file and for a given service name and port name introspecting all the operations and components for the given set.
WsdlIntrospecter(String, String, String) - Constructor for class org.mule.extension.ws.internal.introspection.WsdlIntrospecter
 
WSPasswordCallbackHandler - Class in org.mule.extension.ws.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.extension.ws.internal.security.callback.WSPasswordCallbackHandler
Creates a new instance.
WssDecryptSecurityStrategy - Class in org.mule.extension.ws.api.security
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
WssDecryptSecurityStrategy() - Constructor for class org.mule.extension.ws.api.security.WssDecryptSecurityStrategy
 
WssEncryptSecurityStrategy - Class in org.mule.extension.ws.api.security
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
WssEncryptSecurityStrategy() - Constructor for class org.mule.extension.ws.api.security.WssEncryptSecurityStrategy
 
WssKeyStoreConfiguration - Class in org.mule.extension.ws.api.security.config
Default WssStoreConfiguration implementation for Key Stores, used for encryption, decryption and signing.
WssKeyStoreConfiguration() - Constructor for class org.mule.extension.ws.api.security.config.WssKeyStoreConfiguration
 
WssSignSecurityStrategy - Class in org.mule.extension.ws.api.security
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
WssSignSecurityStrategy() - Constructor for class org.mule.extension.ws.api.security.WssSignSecurityStrategy
 
WssStoreConfiguration - Interface in org.mule.extension.ws.api.security.config
Provides methods to access the configuration of a store used to add WS security to the SOAP requests made using the Web Service Consumer.
WssTimestampSecurityStrategy - Class in org.mule.extension.ws.api.security
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
WssTimestampSecurityStrategy() - Constructor for class org.mule.extension.ws.api.security.WssTimestampSecurityStrategy
 
WssTrustStoreConfiguration - Class in org.mule.extension.ws.api.security.config
Default WssStoreConfiguration implementation for Trust Stores, used for signature verification.
WssTrustStoreConfiguration() - Constructor for class org.mule.extension.ws.api.security.config.WssTrustStoreConfiguration
 
WssUsernameTokenSecurityStrategy - Class in org.mule.extension.ws.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() - Constructor for class org.mule.extension.ws.api.security.WssUsernameTokenSecurityStrategy
 
WssVerifySignatureSecurityStrategy - Class in org.mule.extension.ws.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.extension.ws.api.security.WssVerifySignatureSecurityStrategy
 

X

xmlStreamReaderToDocument(XMLStreamReader) - Static method in class org.mule.extension.ws.internal.util.TransformationUtils
 
A B C D E G H I M N O P R S T V W X 
Skip navigation links

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