Skip navigation links
A B C D E F G H I M P R S V 

A

ApacheSoapService - Class in com.adaptris.core.services.cxf
SOAP Service Requester that will invoke a webservice using the payload of the message as the operation argument (the service looks after the SOAP envelope).
ApacheSoapService() - Constructor for class com.adaptris.core.services.cxf.ApacheSoapService
 
ApacheSoapService.ConfigItem - Interface in com.adaptris.core.services.cxf
 
ApacheSoapService.DispatchBuilder - Interface in com.adaptris.core.services.cxf
 
ApacheSoapService.DispatchConfig - Enum in com.adaptris.core.services.cxf
 
asString() - Method in interface com.adaptris.core.services.cxf.ApacheSoapService.ConfigItem
 

B

build(AdaptrisMessage) - Method in interface com.adaptris.core.services.cxf.ApacheSoapService.DispatchBuilder
 

C

close(MessageContext) - Method in interface com.adaptris.core.services.cxf.MetadataToRequestHeaders
 
closeService() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 
com.adaptris.core.services.cxf - package com.adaptris.core.services.cxf
Adaptris services that call 3rd party web-services via CXF.

D

doService(AdaptrisMessage) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 

E

endpointAddress() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 

F

FALLBACK_TRANSFORMER_FACTORY_IMPL - Static variable in class com.adaptris.core.services.cxf.ApacheSoapService
 

G

getConnectionTimeout() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The time to wait for a connection to this service invocation.
getEnableDebug() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Deprecated.
since 3.8.2; use log4j/slf4j/java.util.logging to get debug logging c.f. getEndpointAddress() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 
getMetadataFilter() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 
getNamespace() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The namespace of this Service.
getPassword() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Optional password for HTTP basic authentication.
getPerMessageDispatch() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 
getPortName() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The port name for the WSDL.
getRequestHeaders(MessageContext) - Static method in interface com.adaptris.core.services.cxf.MetadataToRequestHeaders
 
getRequestTimeout() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The time to wait for a request completion for this service invocation.
getServiceName() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The name of the Service to be invoked.
getSoapAction() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The SOAP Action to be used.
getUseFallbackTransformer() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 
getUsername() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Optional username for HTTP basic authentication.
getWsdlPortUrl() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Deprecated.
since 3.8.2; use ApacheSoapService.getEndpointAddress() instead as this matches the BindingProvider#ENDPOINT_ADDRESS_PROPERTY better.
getWsdlUrl() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The URL from which to download the WSDL.

H

handleFault(MessageContext) - Method in interface com.adaptris.core.services.cxf.MetadataToRequestHeaders
 

I

initService() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 

M

metadataFilter() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 
MetadataToRequestHeaders - Interface in com.adaptris.core.services.cxf
Handler implementation that just adds key-value pairs to the context request headers.

P

prepare() - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 

R

register(Dispatch, MetadataToRequestHeaders) - Static method in interface com.adaptris.core.services.cxf.MetadataToRequestHeaders
 
register(Collection<MetadataElement>, Dispatch) - Static method in interface com.adaptris.core.services.cxf.MetadataToRequestHeaders
 

S

setConnectTimeout(TimeInterval) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The time to wait for a connection to this service invocation.
setEnableDebug(Boolean) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Deprecated.
since 3.8.2; use log4j/slf4j/java.util.logging to get debug logging c.f. setEndpointAddress(String) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
 
setMetadataFilter(MetadataFilter) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Allows you to send arbitrary metadata as HTTP headers.
setNamespace(String) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The namespace of this Service.
setPassword(String) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Optional password for HTTP basic authentication.
setPerMessageDispatch(Boolean) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Set this to true if you want to dynamically resolve ApacheSoapService.getSoapAction(), ApacheSoapService.getUsername(), ApacheSoapService.getPassword() and ApacheSoapService.getEndpointAddress() dynamically from the message using the standard expression syntax.
setPortName(String) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The port name for the WSDL.
setRequestTimeout(TimeInterval) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The time to wait for a request completion for this service invocation.
setServiceName(String) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The name of the Service to be invoked.
setSoapAction(String) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The SOAP Action to be used.
setUseFallbackTransformer(Boolean) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Specify whether to force the service to use the java fallback TransformerFactory rather than discovering one via the normal TransformerFactory.newInstance().
setUsername(String) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Optional username for HTTP basic authentication.
setWsdlPortUrl(String) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
Deprecated.
since 3.8.2; use ApacheSoapService.setEndpointAddress(String) instead as this matches the BindingProvider#ENDPOINT_ADDRESS_PROPERTY better.
setWsdlUrl(String) - Method in class com.adaptris.core.services.cxf.ApacheSoapService
The URL from which to download the WSDL.

V

valueOf(String) - Static method in enum com.adaptris.core.services.cxf.ApacheSoapService.DispatchConfig
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.adaptris.core.services.cxf.ApacheSoapService.DispatchConfig
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I M P R S V 
Skip navigation links