Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
G
H
I
N
O
P
R
S
T
V
W
A
AbstractSecurityStrategy
- Class in
org.mule.module.ws.security
AbstractSecurityStrategy()
- Constructor for class org.mule.module.ws.security.
AbstractSecurityStrategy
appendAction(Map<String, Object>, String)
- Method in class org.mule.module.ws.security.
AbstractSecurityStrategy
Adds an action to a CXF config map.
apply(Map<String, Object>)
- Method in interface org.mule.module.ws.security.
SecurityStrategy
apply(Map<String, Object>)
- Method in class org.mule.module.ws.security.
WssTimestampSecurityStrategy
apply(Map<String, Object>)
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
B
blackList(String)
- Method in class org.mule.module.ws.consumer.
NamespaceRestorerXMLStreamReader
buildFlowConstruct(MuleContext)
- Method in class org.mule.module.ws.construct.builder.
WSProxyBuilder
C
configureMessageProcessorsAfterTransformation(MessageProcessorChainBuilder)
- Method in class org.mule.module.ws.construct.
WSProxy
configureMessageProcessorsBeforeTransformation(MessageProcessorChainBuilder)
- Method in class org.mule.module.ws.construct.
WSProxy
createOutboundEndpoint()
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
Creates an outbound endpoint for the service address.
currentScope()
- Method in class org.mule.module.ws.consumer.
ScopeSaverXMLStreamReader
G
generateRequestBody(BindingOperation)
- Method in class org.mule.module.ws.consumer.
RequestBodyGenerator
Checks if the operation requires input parameters (if the XML required in the body is just one constant element).
getBeanClass(Element)
- Method in class org.mule.module.ws.config.spring.parsers.specific.
WSProxyDefinitionParser
getConfig()
- Method in class org.mule.module.ws.consumer.
WSConsumer
getConnector()
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
getConstructType()
- Method in class org.mule.module.ws.construct.
WSProxy
getDetail()
- Method in exception org.mule.module.ws.consumer.
SoapFaultException
getExpires()
- Method in class org.mule.module.ws.security.
WssTimestampSecurityStrategy
getFaultCode()
- Method in exception org.mule.module.ws.consumer.
SoapFaultException
getFlowConstructBuilder()
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
getInboundMessageExchangePattern()
- Method in class org.mule.module.ws.construct.builder.
WSProxyBuilder
getName()
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
getNamespaceCount()
- Method in class org.mule.module.ws.consumer.
NamespaceRestorerXMLStreamReader
getNamespacePrefix(int)
- Method in class org.mule.module.ws.consumer.
NamespaceRestorerXMLStreamReader
getNamespaceURI(String)
- Method in class org.mule.module.ws.consumer.
NamespaceRestorerXMLStreamReader
getNamespaceURI(int)
- Method in class org.mule.module.ws.consumer.
NamespaceRestorerXMLStreamReader
getObjectType()
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
getOperation()
- Method in class org.mule.module.ws.consumer.
WSConsumer
getOutboundMessageExchangePattern()
- Method in class org.mule.module.ws.construct.builder.
WSProxyBuilder
getPassword()
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
getPasswordType()
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
getPort()
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
getSchemas(Definition)
- Static method in class org.mule.module.ws.consumer.
WSDLUtils
Returns all the XML schemas from a WSDL definition.
getSecurity()
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
getService()
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
getServiceAddress()
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
getSoapBodyParts(BindingOperation)
- Static method in class org.mule.module.ws.consumer.
WSDLUtils
Retrieves the list of SOAP body parts of a binding operation, or null if there is no SOAP body defined.
getSoapVersion(Binding)
- Static method in class org.mule.module.ws.consumer.
WSDLUtils
Retrieves the SOAP version of a WSDL binding, or null if it is not a SOAP binding.
getStrategies()
- Method in class org.mule.module.ws.security.
WSSecurity
getSubCode()
- Method in exception org.mule.module.ws.consumer.
SoapFaultException
getUsername()
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
getVersion()
- Method in enum org.mule.module.ws.consumer.
SoapVersion
getWsdlLocation()
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
H
handleMessage(SoapMessage)
- Method in class org.mule.module.ws.consumer.
InputSoapHeadersInterceptor
handleMessage(Message)
- Method in class org.mule.module.ws.consumer.
NamespaceRestorerStaxInterceptor
handleMessage(Message)
- Method in class org.mule.module.ws.consumer.
NamespaceSaverStaxInterceptor
handleMessage(SoapMessage)
- Method in class org.mule.module.ws.consumer.
OutputSoapHeadersInterceptor
hasStrategies()
- Method in class org.mule.module.ws.security.
WSSecurity
I
init()
- Method in class org.mule.module.ws.config.
WSNamespaceHandler
initialise()
- Method in class org.mule.module.ws.consumer.
WSConsumer
InputSoapHeadersInterceptor
- Class in
org.mule.module.ws.consumer
CXF interceptor that adds Soap headers to the SoapMessage based on outbound properties from the Mule message that start with the soap prefix.
InputSoapHeadersInterceptor(MuleContext)
- Constructor for class org.mule.module.ws.consumer.
InputSoapHeadersInterceptor
isAddCreated()
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
isAddNonce()
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
isMtomEnabled()
- Method in class org.mule.module.ws.consumer.
WSConsumer
N
NamespaceRestorerStaxInterceptor
- Class in
org.mule.module.ws.consumer
CXF Interceptor that makes use of a Namespace Restorer XMLStream to allow the first element of the body to carry all the namespaces from the parent nodes.
NamespaceRestorerStaxInterceptor()
- Constructor for class org.mule.module.ws.consumer.
NamespaceRestorerStaxInterceptor
NamespaceRestorerXMLStreamReader
- Class in
org.mule.module.ws.consumer
XMLStreamReader decorator that restores XML Namespace declarations.
NamespaceRestorerXMLStreamReader(XMLStreamReader)
- Constructor for class org.mule.module.ws.consumer.
NamespaceRestorerXMLStreamReader
NamespaceSaverStaxInterceptor
- Class in
org.mule.module.ws.consumer
CXF interceptor that wraps the XML Stream with a decorator that is able to restore namespace declarations for fragments
NamespaceSaverStaxInterceptor()
- Constructor for class org.mule.module.ws.consumer.
NamespaceSaverStaxInterceptor
next()
- Method in class org.mule.module.ws.consumer.
NamespaceRestorerXMLStreamReader
next()
- Method in class org.mule.module.ws.consumer.
ScopeSaverXMLStreamReader
O
org.mule.module.ws.config
- package org.mule.module.ws.config
org.mule.module.ws.config.spring.factories
- package org.mule.module.ws.config.spring.factories
org.mule.module.ws.config.spring.parsers.specific
- package org.mule.module.ws.config.spring.parsers.specific
org.mule.module.ws.construct
- package org.mule.module.ws.construct
org.mule.module.ws.construct.builder
- package org.mule.module.ws.construct.builder
org.mule.module.ws.consumer
- package org.mule.module.ws.consumer
org.mule.module.ws.security
- package org.mule.module.ws.security
OutputSoapHeadersInterceptor
- Class in
org.mule.module.ws.consumer
CXF interceptor that adds inbound properties to the Mule message based on the SOAP headers received in the response.
OutputSoapHeadersInterceptor(MuleContext)
- Constructor for class org.mule.module.ws.consumer.
OutputSoapHeadersInterceptor
P
PasswordType
- Enum in
org.mule.module.ws.security
process(MuleEvent)
- Method in class org.mule.module.ws.consumer.
WSConsumer
R
RequestBodyGenerator
- Class in
org.mule.module.ws.consumer
Creates the request body for an operation of a web service when no parameters are required.
RequestBodyGenerator(Definition)
- Constructor for class org.mule.module.ws.consumer.
RequestBodyGenerator
responseTransformers(Transformer...)
- Method in class org.mule.module.ws.construct.builder.
WSProxyBuilder
restoreNamespaces()
- Method in class org.mule.module.ws.consumer.
NamespaceRestorerXMLStreamReader
S
schemaToString(Schema)
- Static method in class org.mule.module.ws.consumer.
WSDLUtils
Converts a schema into a String.
scopes()
- Method in class org.mule.module.ws.consumer.
ScopeSaverXMLStreamReader
ScopeSaverXMLStreamReader
- Class in
org.mule.module.ws.consumer
XMLStreamReader decorator that saves the scope and allows accesing to information about all the parent XMLEvent elements
ScopeSaverXMLStreamReader(XMLStreamReader)
- Constructor for class org.mule.module.ws.consumer.
ScopeSaverXMLStreamReader
SecurityStrategy
- Interface in
org.mule.module.ws.security
setAddCreated(boolean)
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
setAddNonce(boolean)
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
setConfig(WSConsumerConfig)
- Method in class org.mule.module.ws.consumer.
WSConsumer
setConnector(Connector)
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
setEndpoint(OutboundEndpoint)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setExpires(long)
- Method in class org.mule.module.ws.security.
WssTimestampSecurityStrategy
setInboundAddress(String)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setInboundEndpoint(EndpointBuilder)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setMessageProcessor(MessageProcessor)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setMtomEnabled(boolean)
- Method in class org.mule.module.ws.consumer.
WSConsumer
setMuleContext(MuleContext)
- Method in class org.mule.module.ws.consumer.
WSConsumer
setMuleContext(MuleContext)
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
setName(String)
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
setOperation(String)
- Method in class org.mule.module.ws.consumer.
WSConsumer
setOutboundAddress(String)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setOutboundEndpoint(EndpointBuilder)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setPassword(String)
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
setPasswordType(PasswordType)
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
setPort(String)
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
setResponseTransformers(Transformer...)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setSecurity(WSSecurity)
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
setService(String)
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
setServiceAddress(String)
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
setStrategies(List<SecurityStrategy>)
- Method in class org.mule.module.ws.security.
WSSecurity
setTransformers(Transformer...)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setUsername(String)
- Method in class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
setWsdlFile(File)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setWsdlLocation(URI)
- Method in class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
setWsdlLocation(String)
- Method in class org.mule.module.ws.consumer.
WSConsumerConfig
SOAP_ACTION_PROPERTY
- Static variable in class org.mule.module.ws.consumer.
WSConsumer
SOAP_HEADERS_PROPERTY_PREFIX
- Static variable in class org.mule.module.ws.consumer.
WSConsumer
SoapFaultException
- Exception in
org.mule.module.ws.consumer
Exception thrown by the Web Services Consumer when processing a SOAP fault.
SoapFaultException(MuleEvent, QName, QName, String, Element)
- Constructor for exception org.mule.module.ws.consumer.
SoapFaultException
SoapVersion
- Enum in
org.mule.module.ws.consumer
T
toString()
- Method in class org.mule.module.ws.construct.
WSProxy
transformers(Transformer...)
- Method in class org.mule.module.ws.construct.builder.
WSProxyBuilder
V
validateConstruct()
- Method in class org.mule.module.ws.construct.
WSProxy
valueOf(String)
- Static method in enum org.mule.module.ws.consumer.
SoapVersion
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.mule.module.ws.security.
PasswordType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.mule.module.ws.consumer.
SoapVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.mule.module.ws.security.
PasswordType
Returns an array containing the constants of this enum type, in the order they are declared.
W
WSConsumer
- Class in
org.mule.module.ws.consumer
WSConsumer()
- Constructor for class org.mule.module.ws.consumer.
WSConsumer
WSConsumerConfig
- Class in
org.mule.module.ws.consumer
WSConsumerConfig()
- Constructor for class org.mule.module.ws.consumer.
WSConsumerConfig
wsdlFile
- Variable in class org.mule.module.ws.construct.builder.
WSProxyBuilder
wsdlFile(File)
- Method in class org.mule.module.ws.construct.builder.
WSProxyBuilder
WSDLUtils
- Class in
org.mule.module.ws.consumer
WSDLUtils()
- Constructor for class org.mule.module.ws.consumer.
WSDLUtils
wsldLocation
- Variable in class org.mule.module.ws.construct.builder.
WSProxyBuilder
wsldLocation(URI)
- Method in class org.mule.module.ws.construct.builder.
WSProxyBuilder
WSNamespaceHandler
- Class in
org.mule.module.ws.config
Registers a Bean Definition Parser for handling
elements.
WSNamespaceHandler()
- Constructor for class org.mule.module.ws.config.
WSNamespaceHandler
WSProxy
- Class in
org.mule.module.ws.construct
This class is implemented to act as a Proxy for a Web Service.
WSProxy(String, MuleContext, MessageSource, OutboundEndpoint, List<MessageProcessor>, List<MessageProcessor>)
- Constructor for class org.mule.module.ws.construct.
WSProxy
WSProxy(String, MuleContext, MessageSource, OutboundEndpoint, List<MessageProcessor>, List<MessageProcessor>, String)
- Constructor for class org.mule.module.ws.construct.
WSProxy
WSProxy(String, MuleContext, MessageSource, OutboundEndpoint, List<MessageProcessor>, List<MessageProcessor>, URI)
- Constructor for class org.mule.module.ws.construct.
WSProxy
WSProxyBuilder
- Class in
org.mule.module.ws.construct.builder
WSProxyBuilder()
- Constructor for class org.mule.module.ws.construct.builder.
WSProxyBuilder
WSProxyDefinitionParser
- Class in
org.mule.module.ws.config.spring.parsers.specific
WSProxyDefinitionParser()
- Constructor for class org.mule.module.ws.config.spring.parsers.specific.
WSProxyDefinitionParser
WSProxyFactoryBean
- Class in
org.mule.module.ws.config.spring.factories
WSProxyFactoryBean()
- Constructor for class org.mule.module.ws.config.spring.factories.
WSProxyFactoryBean
WSSecurity
- Class in
org.mule.module.ws.security
WSSecurity()
- Constructor for class org.mule.module.ws.security.
WSSecurity
WssTimestampSecurityStrategy
- Class in
org.mule.module.ws.security
WssTimestampSecurityStrategy()
- Constructor for class org.mule.module.ws.security.
WssTimestampSecurityStrategy
WssUsernameTokenSecurityStrategy
- Class in
org.mule.module.ws.security
WssUsernameTokenSecurityStrategy()
- Constructor for class org.mule.module.ws.security.
WssUsernameTokenSecurityStrategy
A
B
C
G
H
I
N
O
P
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003–2014
MuleSoft, Inc.
. All rights reserved.