Skip navigation links
A B C D E G I P 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

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
 

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
 
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.
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.
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.

I

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

P

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

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
 
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.
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 G I P S V 
Skip navigation links