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

A

addAttachmentElement(Document, String, SoapAttachment, Element) - Method in class org.mule.service.soap.generator.attachment.MtomRequestEnricher
Adds the content to the attachment node recently created to the XML SOAP request
addAttachmentElement(Document, String, SoapAttachment, Element) - Method in class org.mule.service.soap.generator.attachment.SoapAttachmentRequestEnricher
Adds the content to the attachment node recently created to the XML SOAP request
AttachmentRequestEnricher - Class in org.mule.service.soap.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.
AttachmentResponseEnricher - Class in org.mule.service.soap.generator.attachment
 
AttachmentResponseEnricher(WsdlDefinition, TypeLoader) - Constructor for class org.mule.service.soap.generator.attachment.AttachmentResponseEnricher
 

B

bridge() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
buildPasswordCallbackHandler() - Method in interface org.mule.service.soap.security.SecurityStrategyCxfAdapter
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.service.soap.security.WssDecryptSecurityStrategyCxfAdapter
 
buildPasswordCallbackHandler() - Method in class org.mule.service.soap.security.WssEncryptSecurityStrategyCxfAdapter
 
buildPasswordCallbackHandler() - Method in class org.mule.service.soap.security.WssSignSecurityStrategyCxfAdapter
 
buildPasswordCallbackHandler() - Method in class org.mule.service.soap.security.WssTimestampSecurityStrategyCxfAdapter
 
buildPasswordCallbackHandler() - Method in class org.mule.service.soap.security.WssUsernameTokenSecurityStrategyCxfAdapter
 
buildPasswordCallbackHandler() - Method in class org.mule.service.soap.security.WssVerifySignatureSecurityStrategyCxfAdapter
 
buildSecurityProperties() - Method in interface org.mule.service.soap.security.SecurityStrategyCxfAdapter
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.service.soap.security.WssDecryptSecurityStrategyCxfAdapter
 
buildSecurityProperties() - Method in class org.mule.service.soap.security.WssEncryptSecurityStrategyCxfAdapter
 
buildSecurityProperties() - Method in class org.mule.service.soap.security.WssSignSecurityStrategyCxfAdapter
 
buildSecurityProperties() - Method in class org.mule.service.soap.security.WssTimestampSecurityStrategyCxfAdapter
 
buildSecurityProperties() - Method in class org.mule.service.soap.security.WssUsernameTokenSecurityStrategyCxfAdapter
 
buildSecurityProperties() - Method in class org.mule.service.soap.security.WssVerifySignatureSecurityStrategyCxfAdapter
 

C

close() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
CompositeCallbackHandler - Class in org.mule.service.soap.security.callback
Callback handler implementation that delegates the handle operation to a list of callback handlers.
CompositeCallbackHandler(List<CallbackHandler>) - Constructor for class org.mule.service.soap.security.callback.CompositeCallbackHandler
 
consume(SoapRequest) - Method in class org.mule.service.soap.client.SoapCxfClient
Consumes an operation from a SOAP Web Service.
create(SoapClientConfiguration) - Method in class org.mule.service.soap.client.SoapCxfClientFactory
Creates a new instance of a SoapCxfClient for the given address ans soap version.
currentScope() - Method in class org.mule.service.soap.interceptor.ScopeSaverXMLStreamReader
 

D

DefaultSoapMetadataResolver - Class in org.mule.service.soap.metadata
Default immutable SoapMetadataResolver implementation.
DefaultSoapMetadataResolver(WsdlDefinition, TypeLoader) - Constructor for class org.mule.service.soap.metadata.DefaultSoapMetadataResolver
 
definition - Variable in class org.mule.service.soap.generator.attachment.AttachmentRequestEnricher
 
DelegateXMLStreamReader - Class in org.mule.service.soap.xml.stax
 
DelegateXMLStreamReader(XMLStreamReader) - Constructor for class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 

E

enrich(Document, String, Exchange) - Method in class org.mule.service.soap.generator.attachment.AttachmentResponseEnricher
enrichRequest(String, Map<String, SoapAttachment>) - Method in class org.mule.service.soap.generator.attachment.AttachmentRequestEnricher
 

G

generate(String, String, Map<String, SoapAttachment>) - Method in class org.mule.service.soap.generator.SoapRequestGenerator
Generates an XMLStreamReader SOAP request ready to be consumed by CXF.
generate(String, Object[], Exchange) - Method in class org.mule.service.soap.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.service.soap.security.config.WssKeyStoreConfigurationPropertiesBuilder
 
getAsResult() - Method in class org.mule.service.soap.message.ImmutableSoapResponse
 
getAttachmentFields(MetadataType) - Static method in class org.mule.service.soap.util.SoapServiceMetadataTypeUtils
 
getAttachments() - Method in class org.mule.service.soap.message.ImmutableSoapResponse
 
getAttributeCount() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getAttributeLocalName(int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getAttributeName(int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getAttributePrefix(int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getAttributes() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
Get the attributes associated with the given START_ELEMENT or ATTRIBUTE StAXevent.
getAttributeType(int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getAttributeValue(int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getAvailableOperations() - Method in class org.mule.service.soap.metadata.DefaultSoapMetadataResolver
 
getBindingOperation(String) - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
getBindingType(BindingOperation) - Method in class org.mule.service.soap.metadata.InputTypeIntrospecterDelegate
 
getBindingType(BindingOperation) - Method in class org.mule.service.soap.metadata.OutputTypeIntrospecterDelegate
 
getBindingType(BindingOperation) - Method in interface org.mule.service.soap.metadata.TypeIntrospecterDelegate
 
getBodyPart(String, TypeIntrospecterDelegate) - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
getCharacterEncodingScheme() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getClientFactory() - Method in class org.mule.service.soap.SoapServiceImplementation
 
getConduit(EndpointInfo, Bus) - Method in class org.mule.service.soap.conduit.SoapServiceConduitInitiator
 
getConduit(EndpointInfo, EndpointReferenceType, Bus) - Method in class org.mule.service.soap.conduit.SoapServiceConduitInitiator
 
getConfigurationProperties() - Method in class org.mule.service.soap.security.config.WssKeyStoreConfigurationPropertiesBuilder
getConfigurationProperties() - Method in interface org.mule.service.soap.security.config.WssStoreConfigurationPropertiesBuilder
 
getConfigurationProperties() - Method in class org.mule.service.soap.security.config.WssTrustStoreConfigurationPropertiesBuilder
getContent() - Method in class org.mule.service.soap.message.ImmutableSoapResponse
 
getContentType() - Method in class org.mule.service.soap.message.ImmutableSoapResponse
 
getDelegateReader() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getElementText() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getEncoding() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getEventType() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getFault(Operation, String) - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
getInputMetadata(String) - Method in class org.mule.service.soap.metadata.DefaultSoapMetadataResolver
 
getKeyPassword() - Method in class org.mule.service.soap.security.config.WssKeyStoreConfigurationPropertiesBuilder
 
getLocalName() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getLocation() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getMessage(QName) - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
getMessage(Operation) - Method in class org.mule.service.soap.metadata.InputTypeIntrospecterDelegate
 
getMessage(Operation) - Method in class org.mule.service.soap.metadata.OutputTypeIntrospecterDelegate
 
getMessage() - Method in class org.mule.service.soap.metadata.SoapHeaderAdapter
Get the message for this header.
getMessage(Operation) - Method in interface org.mule.service.soap.metadata.TypeIntrospecterDelegate
 
getMetadataResolver() - Method in class org.mule.service.soap.client.SoapCxfClient
 
getName() - Method in class org.mule.service.soap.SoapServiceImplementation
 
getName() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getNamespaceContext() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getNamespaceCount() - Method in class org.mule.service.soap.interceptor.NamespaceRestorerXMLStreamReader
 
getNamespaceCount() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.mule.service.soap.interceptor.NamespaceRestorerXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.service.soap.interceptor.NamespaceRestorerXMLStreamReader
 
getNamespaceURI(int) - Method in class org.mule.service.soap.interceptor.NamespaceRestorerXMLStreamReader
 
getNamespaceURI() - Method in class org.mule.service.soap.metadata.SoapHeaderAdapter
Get the namespace URI for this header.
getNamespaceURI() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getOperation(String) - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
getOperationNames() - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
getOperationType(MetadataType) - Static method in class org.mule.service.soap.util.SoapServiceMetadataTypeUtils
 
getOutputMetadata(String) - Method in class org.mule.service.soap.metadata.DefaultSoapMetadataResolver
 
getPart() - Method in class org.mule.service.soap.metadata.SoapHeaderAdapter
Get the part for this header.
getPassword() - Method in class org.mule.service.soap.security.config.WssKeyStoreConfigurationPropertiesBuilder
 
getPIData() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getPITarget() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getPort() - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
getPrefix() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getProperty(String) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getSchemas() - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
getService() - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
getSoapAddress() - Method in class org.mule.service.soap.introspection.WsdlDefinition
Tries to find the address where the web service is located.
getSoapHeaders() - Method in class org.mule.service.soap.message.ImmutableSoapResponse
 
getText() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getTextCharacters() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getTextLength() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getTextStart() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getTransportHeaders() - Method in class org.mule.service.soap.message.ImmutableSoapResponse
 
getTransportIds() - Method in class org.mule.service.soap.conduit.SoapServiceConduitInitiator
 
getUriPrefixes() - Method in class org.mule.service.soap.conduit.SoapServiceConduitInitiator
 
getVersion() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
getXMLStreamReader() - Method in class org.mule.service.soap.xml.stax.StaxSource
 

H

handle(Callback[]) - Method in class org.mule.service.soap.security.callback.CompositeCallbackHandler
 
handle(Callback[]) - Method in class org.mule.service.soap.security.callback.WSPasswordCallbackHandler
 
handleAttribute() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleCDATA() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleCharacters() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleComment() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleDTD() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleEndDocument() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleEndElement() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleEntityDecl() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleEntityReference() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleMessage(Message) - Method in class org.mule.service.soap.interceptor.MessageDispatcherInterceptor
handleMessage(Message) - Method in class org.mule.service.soap.interceptor.NamespaceRestorerStaxInterceptor
 
handleMessage(Message) - Method in class org.mule.service.soap.interceptor.NamespaceSaverStaxInterceptor
 
handleMessage(Message) - Method in class org.mule.service.soap.interceptor.OutputMtomSoapAttachmentsInterceptor
 
handleMessage(SoapMessage) - Method in class org.mule.service.soap.interceptor.OutputSoapHeadersInterceptor
handleMessage(Message) - Method in class org.mule.service.soap.interceptor.SoapActionInterceptor
 
handleMessage(Message) - Method in class org.mule.service.soap.interceptor.StreamClosingInterceptor
 
handleNamespace() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleNotationDecl() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handlePI() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handler - Variable in class org.mule.service.soap.xml.stax.StaxSource
 
handleSpace() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleStartDocument() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
handleStartElement() - Method in class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
 
hasName() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
hasNext() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
hasText() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 

I

ImmutableSoapResponse - Class in org.mule.service.soap.message
Immutable SoapResponse implementation.
ImmutableSoapResponse(InputStream, Map<String, String>, Map<String, String>, Map<String, SoapAttachment>, MediaType) - Constructor for class org.mule.service.soap.message.ImmutableSoapResponse
 
InputTypeIntrospecterDelegate - Class in org.mule.service.soap.metadata
Input implementation of TypeIntrospecterDelegate.
InputTypeIntrospecterDelegate() - Constructor for class org.mule.service.soap.metadata.InputTypeIntrospecterDelegate
 
isAttributeSpecified(int) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
isCharacters() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
isDocumentStyle() - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
isEndElement() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
isRpcStyle() - Method in class org.mule.service.soap.introspection.WsdlDefinition
 
isStandalone() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
isStartElement() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
isWhiteSpace() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 

L

loader - Variable in class org.mule.service.soap.generator.attachment.AttachmentRequestEnricher
 

M

MERLIN_PROP_PREFIX - Static variable in interface org.mule.service.soap.security.config.WssStoreConfigurationPropertiesBuilder
Prefix for all merlin crypto specific properties
MessageDispatcherInterceptor - Class in org.mule.service.soap.interceptor
CXF interceptor that uses a custom MessageDispatcher, specified in the SoapClientConfiguration to send a SOAP message and inject the obtained response into the CXF in (response) interceptors lifecycle.
MessageDispatcherInterceptor(MessageObserver) - Constructor for class org.mule.service.soap.interceptor.MessageDispatcherInterceptor
 
MtomRequestEnricher - Class in org.mule.service.soap.generator.attachment
AttachmentRequestEnricher implementation for clients that works with MTOM.
MtomRequestEnricher(WsdlDefinition, TypeLoader) - Constructor for class org.mule.service.soap.generator.attachment.MtomRequestEnricher
 
MtomResponseEnricher - Class in org.mule.service.soap.generator.attachment
AttachmentResponseEnricher implementation for clients that works with MTOM.
MtomResponseEnricher(WsdlDefinition, TypeLoader) - Constructor for class org.mule.service.soap.generator.attachment.MtomResponseEnricher
 
MULE_ATTACHMENTS_KEY - Static variable in class org.mule.service.soap.client.SoapCxfClient
 
MULE_HEADERS_KEY - Static variable in class org.mule.service.soap.client.SoapCxfClient
 
MULE_SOAP_ACTION - Static variable in class org.mule.service.soap.client.SoapCxfClient
 
MULE_TRANSPORT_HEADERS_KEY - Static variable in class org.mule.service.soap.client.SoapCxfClient
 
MULE_WSC_ADDRESS - Static variable in class org.mule.service.soap.client.SoapCxfClient
 

N

NamespaceRestorerStaxInterceptor - Class in org.mule.service.soap.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.service.soap.interceptor.NamespaceRestorerStaxInterceptor
 
NamespaceRestorerXMLStreamReader - Class in org.mule.service.soap.interceptor
XMLStreamReader decorator that restores XML Namespace declarations, by default, it will restore the namespaces on the first declaration, but this can be overridden
NamespaceSaverStaxInterceptor - Class in org.mule.service.soap.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.service.soap.interceptor.NamespaceSaverStaxInterceptor
 
next() - Method in class org.mule.service.soap.interceptor.NamespaceRestorerXMLStreamReader
 
next() - Method in class org.mule.service.soap.interceptor.ScopeSaverXMLStreamReader
 
next() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
nextTag() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
nodeToString(Node) - Static method in class org.mule.service.soap.util.XmlTransformationUtils
 

O

org.mule.service.soap - package org.mule.service.soap
 
org.mule.service.soap.client - package org.mule.service.soap.client
 
org.mule.service.soap.conduit - package org.mule.service.soap.conduit
 
org.mule.service.soap.generator - package org.mule.service.soap.generator
 
org.mule.service.soap.generator.attachment - package org.mule.service.soap.generator.attachment
 
org.mule.service.soap.interceptor - package org.mule.service.soap.interceptor
 
org.mule.service.soap.introspection - package org.mule.service.soap.introspection
 
org.mule.service.soap.message - package org.mule.service.soap.message
 
org.mule.service.soap.metadata - package org.mule.service.soap.metadata
 
org.mule.service.soap.provider - package org.mule.service.soap.provider
 
org.mule.service.soap.security - package org.mule.service.soap.security
 
org.mule.service.soap.security.callback - package org.mule.service.soap.security.callback
 
org.mule.service.soap.security.config - package org.mule.service.soap.security.config
 
org.mule.service.soap.util - package org.mule.service.soap.util
 
org.mule.service.soap.xml.stax - package org.mule.service.soap.xml.stax
 
org.mule.service.soap.xml.util - package org.mule.service.soap.xml.util
 
OutputMtomSoapAttachmentsInterceptor - Class in org.mule.service.soap.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 SoapCxfClient.consume(SoapRequest) as a MultiPartPayload, if no attachments are returned an empty map is set.
OutputMtomSoapAttachmentsInterceptor() - Constructor for class org.mule.service.soap.interceptor.OutputMtomSoapAttachmentsInterceptor
 
OutputSoapHeadersInterceptor - Class in org.mule.service.soap.interceptor
CXF out interceptor that collects the received SOAP headers in the response, transforms it and stores them in the response message Exchange so then can be returned in a SoapResponse.
OutputSoapHeadersInterceptor() - Constructor for class org.mule.service.soap.interceptor.OutputSoapHeadersInterceptor
 
OutputTypeIntrospecterDelegate - Class in org.mule.service.soap.metadata
Output implementation of TypeIntrospecterDelegate.
OutputTypeIntrospecterDelegate() - Constructor for class org.mule.service.soap.metadata.OutputTypeIntrospecterDelegate
 

P

processResponseAttachments(Document, List<ObjectFieldType>, Exchange) - Method in class org.mule.service.soap.generator.attachment.AttachmentResponseEnricher
Processes the attachments nodes in the response.
processResponseAttachments(Document, List<ObjectFieldType>, Exchange) - Method in class org.mule.service.soap.generator.attachment.MtomResponseEnricher
Processes the attachments nodes in the response.
processResponseAttachments(Document, List<ObjectFieldType>, Exchange) - Method in class org.mule.service.soap.generator.attachment.SoapAttachmentResponseEnricher
Processes the attachments nodes in the response.
providedServices() - Method in class org.mule.service.soap.provider.SoapServiceProvider
 
pseudoParser - Variable in class org.mule.service.soap.xml.stax.StaxSource
 

R

repeater - Variable in class org.mule.service.soap.xml.stax.StaxSource
 
require(int, String, String) - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 

S

scopes() - Method in class org.mule.service.soap.interceptor.ScopeSaverXMLStreamReader
 
ScopeSaverXMLStreamReader - Class in org.mule.service.soap.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.service.soap.interceptor.ScopeSaverXMLStreamReader
 
securityAction() - Method in interface org.mule.service.soap.security.SecurityStrategyCxfAdapter
Returns the security action name that is going to be executed in the request phase (OUT interceptors).
securityAction() - Method in class org.mule.service.soap.security.WssDecryptSecurityStrategyCxfAdapter
 
securityAction() - Method in class org.mule.service.soap.security.WssEncryptSecurityStrategyCxfAdapter
 
securityAction() - Method in class org.mule.service.soap.security.WssSignSecurityStrategyCxfAdapter
 
securityAction() - Method in class org.mule.service.soap.security.WssTimestampSecurityStrategyCxfAdapter
 
securityAction() - Method in class org.mule.service.soap.security.WssUsernameTokenSecurityStrategyCxfAdapter
 
securityAction() - Method in class org.mule.service.soap.security.WssVerifySignatureSecurityStrategyCxfAdapter
 
SecurityStrategyCxfAdapter - Interface in org.mule.service.soap.security
Base contract for objects that adds a level of security to the SOAP Protocol by preparing a set of CXF properties.
SecurityStrategyType - Enum in org.mule.service.soap.security
Different types of SecurityStrategyCxfAdapter that specify when a strategy should be applied to a message.
securityType() - Method in interface org.mule.service.soap.security.SecurityStrategyCxfAdapter
Returns the type of the security strategy, if applies for the request or the response.
securityType() - Method in class org.mule.service.soap.security.WssDecryptSecurityStrategyCxfAdapter
 
securityType() - Method in class org.mule.service.soap.security.WssEncryptSecurityStrategyCxfAdapter
 
securityType() - Method in class org.mule.service.soap.security.WssSignSecurityStrategyCxfAdapter
 
securityType() - Method in class org.mule.service.soap.security.WssTimestampSecurityStrategyCxfAdapter
 
securityType() - Method in class org.mule.service.soap.security.WssUsernameTokenSecurityStrategyCxfAdapter
 
securityType() - Method in class org.mule.service.soap.security.WssVerifySignatureSecurityStrategyCxfAdapter
 
SOAP_ACTION - Static variable in class org.mule.service.soap.interceptor.SoapActionInterceptor
 
SOAP_SERVICE_KNOWN_PROTOCOLS - Static variable in class org.mule.service.soap.conduit.SoapServiceConduitInitiator
 
SoapActionInterceptor - Class in org.mule.service.soap.interceptor
CXF interceptor that adds the SOAP action to the outgoing request message.
SoapActionInterceptor() - Constructor for class org.mule.service.soap.interceptor.SoapActionInterceptor
 
SoapAttachmentRequestEnricher - Class in org.mule.service.soap.generator.attachment
AttachmentRequestEnricher implementation to send attachments using SOAP with Attachments.
SoapAttachmentRequestEnricher(WsdlDefinition, TypeLoader) - Constructor for class org.mule.service.soap.generator.attachment.SoapAttachmentRequestEnricher
 
SoapAttachmentResponseEnricher - Class in org.mule.service.soap.generator.attachment
AttachmentResponseEnricher implementation for SOAP with attachments.
SoapAttachmentResponseEnricher(WsdlDefinition, TypeLoader) - Constructor for class org.mule.service.soap.generator.attachment.SoapAttachmentResponseEnricher
 
SoapCxfClient - Class in org.mule.service.soap.client
a SoapClient implementation based on CXF.
SoapCxfClientFactory - Class in org.mule.service.soap.client
SoapClientFactory implementation that creates SoapCxfClient instances.
SoapCxfClientFactory() - Constructor for class org.mule.service.soap.client.SoapCxfClientFactory
 
SoapHeaderAdapter - Class in org.mule.service.soap.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.service.soap.metadata.SoapHeaderAdapter
 
SoapHeaderAdapter(SOAPHeader) - Constructor for class org.mule.service.soap.metadata.SoapHeaderAdapter
 
SoapHeaderAdapter(SOAP12Header) - Constructor for class org.mule.service.soap.metadata.SoapHeaderAdapter
 
SoapRequestGenerator - Class in org.mule.service.soap.generator
Generates a XML SOAP request used to invoke CXF.
SoapRequestGenerator(AttachmentRequestEnricher, WsdlDefinition, XmlTypeLoader) - Constructor for class org.mule.service.soap.generator.SoapRequestGenerator
 
SoapResponseGenerator - Class in org.mule.service.soap.generator
Class used to generate the output of the SoapClient.consume(SoapRequest) using the CXF response.
SoapResponseGenerator(AttachmentResponseEnricher) - Constructor for class org.mule.service.soap.generator.SoapResponseGenerator
 
SoapServiceConduitInitiator - Class in org.mule.service.soap.conduit
A ConduitInitiator implementation that creates SoapServiceConduit instances.
SoapServiceConduitInitiator() - Constructor for class org.mule.service.soap.conduit.SoapServiceConduitInitiator
 
SoapServiceImplementation - Class in org.mule.service.soap
Default Mule SoapService implementation.
SoapServiceImplementation() - Constructor for class org.mule.service.soap.SoapServiceImplementation
 
SoapServiceMetadataTypeUtils - Class in org.mule.service.soap.util
Utility class for handling XML MetadataTypes on the SoapService.
SoapServiceProvider - Class in org.mule.service.soap.provider
ServiceProvider implementation for providing a mule SoapService.
SoapServiceProvider() - Constructor for class org.mule.service.soap.provider.SoapServiceProvider
 
standaloneSet() - Method in class org.mule.service.soap.xml.stax.DelegateXMLStreamReader
 
start() - Method in class org.mule.service.soap.client.SoapCxfClient
 
StaxSource - Class in org.mule.service.soap.xml.stax
A StaxSource which gives us access to the underlying XMLStreamReader if we are StaxCapable down the line.
StaxSource(XMLStreamReader) - Constructor for class org.mule.service.soap.xml.stax.StaxSource
 
stop() - Method in class org.mule.service.soap.client.SoapCxfClient
 
StreamClosingInterceptor - Class in org.mule.service.soap.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.service.soap.interceptor.StreamClosingInterceptor
 
stringToDocument(String) - Static method in class org.mule.service.soap.util.XmlTransformationUtils
 
stringToDomElement(String) - Static method in class org.mule.service.soap.util.XmlTransformationUtils
 
stringToXmlStreamReader(String) - Static method in class org.mule.service.soap.util.XmlTransformationUtils
 

T

toString() - Method in class org.mule.service.soap.client.SoapCxfClient
 
toXml(Document) - Static method in class org.mule.service.soap.xml.util.XMLUtils
Converts a DOM to an XML string.
TypeIntrospecterDelegate - Interface in org.mule.service.soap.metadata
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

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

W

WS_CRYPTO_PROVIDER_KEY - Static variable in interface org.mule.service.soap.security.config.WssStoreConfigurationPropertiesBuilder
WSS4J property name to specify a provider used to create Crypto instances.
WSC_DISPATCHER - Static variable in class org.mule.service.soap.client.SoapCxfClient
 
WsdlDefinition - Class in org.mule.service.soap.introspection
Parses a WSDL file and for a given service name and port name introspecting all the operations and components for the given set.
WsdlDefinition(String, String, String) - Constructor for class org.mule.service.soap.introspection.WsdlDefinition
 
WsdlDefinition(String, String, String, TransportResourceLocator) - Constructor for class org.mule.service.soap.introspection.WsdlDefinition
 
WSPasswordCallbackHandler - Class in org.mule.service.soap.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.service.soap.security.callback.WSPasswordCallbackHandler
Creates a new instance.
WSS4J_PROP_PREFIX - Static variable in interface org.mule.service.soap.security.config.WssStoreConfigurationPropertiesBuilder
Prefix for all WSS4J crypto properties
WssDecryptSecurityStrategyCxfAdapter - Class in org.mule.service.soap.security
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
WssDecryptSecurityStrategyCxfAdapter(WssKeyStoreConfiguration) - Constructor for class org.mule.service.soap.security.WssDecryptSecurityStrategyCxfAdapter
 
WssEncryptSecurityStrategyCxfAdapter - Class in org.mule.service.soap.security
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
WssEncryptSecurityStrategyCxfAdapter(WssKeyStoreConfiguration) - Constructor for class org.mule.service.soap.security.WssEncryptSecurityStrategyCxfAdapter
 
WssKeyStoreConfigurationPropertiesBuilder - Class in org.mule.service.soap.security.config
Default WssStoreConfigurationPropertiesBuilder implementation for Key Stores, used for encryption, decryption and signing.
WssKeyStoreConfigurationPropertiesBuilder(WssKeyStoreConfiguration) - Constructor for class org.mule.service.soap.security.config.WssKeyStoreConfigurationPropertiesBuilder
 
WssSignSecurityStrategyCxfAdapter - Class in org.mule.service.soap.security
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
WssSignSecurityStrategyCxfAdapter(WssKeyStoreConfiguration) - Constructor for class org.mule.service.soap.security.WssSignSecurityStrategyCxfAdapter
 
WssStoreConfigurationPropertiesBuilder - Interface in org.mule.service.soap.security.config
Base contract for Security Stores that prepares additional properties for CXF in order to apply some kind of Web Service Security.
WssTimestampSecurityStrategyCxfAdapter - Class in org.mule.service.soap.security
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
WssTimestampSecurityStrategyCxfAdapter(long) - Constructor for class org.mule.service.soap.security.WssTimestampSecurityStrategyCxfAdapter
 
WssTrustStoreConfigurationPropertiesBuilder - Class in org.mule.service.soap.security.config
Default WssStoreConfigurationPropertiesBuilder implementation for Trust Stores, used for signature verification.
WssTrustStoreConfigurationPropertiesBuilder(WssTrustStoreConfiguration) - Constructor for class org.mule.service.soap.security.config.WssTrustStoreConfigurationPropertiesBuilder
 
WssUsernameTokenSecurityStrategyCxfAdapter - Class in org.mule.service.soap.security
Provides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken element in the SOAP request.
WssUsernameTokenSecurityStrategyCxfAdapter(UsernameTokenSecurityStrategy) - Constructor for class org.mule.service.soap.security.WssUsernameTokenSecurityStrategyCxfAdapter
 
WssVerifySignatureSecurityStrategyCxfAdapter - Class in org.mule.service.soap.security
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
WssVerifySignatureSecurityStrategyCxfAdapter(WssTrustStoreConfiguration) - Constructor for class org.mule.service.soap.security.WssVerifySignatureSecurityStrategyCxfAdapter
 
WssVerifySignatureSecurityStrategyCxfAdapter() - Constructor for class org.mule.service.soap.security.WssVerifySignatureSecurityStrategyCxfAdapter
 

X

XMLStreamReaderToContentHandler - Class in org.mule.service.soap.xml.stax
This is a simple utility class that adapts StAX events from an XMLStreamReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLStreamReaderToContentHandler(XMLStreamReader, XMLFilterImplEx) - Constructor for class org.mule.service.soap.xml.stax.XMLStreamReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
xmlStreamReaderToDocument(XMLStreamReader) - Static method in class org.mule.service.soap.util.XmlTransformationUtils
 
XmlTransformationException - Exception in org.mule.service.soap.util
Exception implementation that aims to be thrown when an XML transformation problem occur.
XmlTransformationUtils - Class in org.mule.service.soap.util
SoapService Transformation utility class
XmlTransformationUtils() - Constructor for class org.mule.service.soap.util.XmlTransformationUtils
 
XMLUtils - Class in org.mule.service.soap.xml.util
General utility methods for working with XML.
XMLUtils() - Constructor for class org.mule.service.soap.xml.util.XMLUtils
 
A B C D E G H I L M N O P R S T V W X 
Skip navigation links

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