Skip navigation links
A B C D G H I K M O R S T U V W 

A

AbstractResponder - Class in org.reficio.ws.server.responder
Convenience class that implements the RequestResponder interface and contains a mechanism that matches the request to an operation from the Binding RequestResponder method is implemented, but a new abstract respond method is added which contains the invoked operation as an argument.
AbstractResponder(SoapBuilder) - Constructor for class org.reficio.ws.server.responder.AbstractResponder
Constructs a responder for the specified binding of the builder
acceptorThreads(int) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 
addResult(T) - Method in class org.reficio.ws.server.matcher.AggregatingVisitor
Stores a result
afterPropertiesSet() - Method in class org.reficio.ws.server.endpoint.GenericContextDomEndpoint
 
afterPropertiesSet() - Method in class org.reficio.ws.server.protocol.GenericSoapMessageFactory
 
AggregatingVisitor<T> - Class in org.reficio.ws.server.matcher
Abstract visitor that contains convenience methods to store and retrieve results of a generic-type
AggregatingVisitor() - Constructor for class org.reficio.ws.server.matcher.AggregatingVisitor
 
AutoResponder - Class in org.reficio.ws.server.responder
Convenience class to create SOAP mock services.
AutoResponder(SoapBuilder) - Constructor for class org.reficio.ws.server.responder.AutoResponder
Constructs an auto responder for the specified binding of the builder
AutoResponder(SoapBuilder, SoapContext) - Constructor for class org.reficio.ws.server.responder.AutoResponder
Constructs an auto responder for the specified binding of the builder, fine-tuning the content of the generated messages by passing the SoapContext

B

binding - Variable in class org.reficio.ws.server.matcher.SoapOperationMatcher
 
BindingOperationVisitor - Interface in org.reficio.ws.server.matcher
Visitor of a BindingOperation
build() - Method in class org.reficio.ws.server.core.SoapServer.Builder
Builds populated SoapServer instance
builder() - Static method in class org.reficio.ws.server.core.SoapServer
 
Builder() - Constructor for class org.reficio.ws.server.core.SoapServer.Builder
 

C

connectionMaxIdleTimeInSeconds(int) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 
ContextEndpointAdapter - Class in org.reficio.ws.server.endpoint
It is an extension of the @see org.springframework.ws.server.endpoint.adapter.PayloadEndpointAdapter.
ContextEndpointAdapter() - Constructor for class org.reficio.ws.server.endpoint.ContextEndpointAdapter
 
ContextPayloadEndpoint - Interface in org.reficio.ws.server.endpoint
 
coreThreads(int) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 
create() - Method in class org.reficio.ws.server.core.SoapServerFactory
 
createWebServiceMessage() - Method in class org.reficio.ws.server.protocol.GenericSoapMessageFactory
 
createWebServiceMessage(InputStream) - Method in class org.reficio.ws.server.protocol.GenericSoapMessageFactory
 

D

destroy() - Method in class org.reficio.ws.server.core.SoapServer
Stops the SOAP server and deallocates resources

G

GenericContextDomEndpoint - Class in org.reficio.ws.server.endpoint
Implementation of the ContextPayloadEndpoint and AbstractDomPayloadEndpoint.
GenericContextDomEndpoint() - Constructor for class org.reficio.ws.server.endpoint.GenericContextDomEndpoint
 
GenericEndpointMapping - Class in org.reficio.ws.server.endpoint
Endpoint mapping that always invokes the generic endpoint
GenericEndpointMapping() - Constructor for class org.reficio.ws.server.endpoint.GenericEndpointMapping
 
GenericSoapMessage - Class in org.reficio.ws.server.endpoint
Implementation of a generic WebServiceMessage that contains the whole envelope in the source (envelope = header + body).
GenericSoapMessage(Source) - Constructor for class org.reficio.ws.server.endpoint.GenericSoapMessage
 
GenericSoapMessageFactory - Class in org.reficio.ws.server.protocol
SOAP message factory that enables the exposition of a SOAP endpoint using both SOAP 1.1 and SOAP 1.2 versions.
GenericSoapMessageFactory() - Constructor for class org.reficio.ws.server.protocol.GenericSoapMessageFactory
 
getBuilder() - Method in class org.reficio.ws.server.responder.AbstractResponder
 
getEndpointInternal(MessageContext) - Method in class org.reficio.ws.server.endpoint.GenericEndpointMapping
 
getGenericEndpoint() - Method in class org.reficio.ws.server.endpoint.GenericEndpointMapping
 
getInvokedOperation(SoapMessage) - Method in class org.reficio.ws.server.matcher.SoapOperationMatcher
Matches the SoapMessage to an binding operation
getPayloadResult() - Method in class org.reficio.ws.server.endpoint.GenericSoapMessage
 
getPayloadSource() - Method in class org.reficio.ws.server.endpoint.GenericSoapMessage
 
getRegisteredContextPaths() - Method in class org.reficio.ws.server.core.SoapServer
 
getRegisteredContextPaths() - Method in class org.reficio.ws.server.endpoint.GenericContextDomEndpoint
 
getResults() - Method in class org.reficio.ws.server.matcher.AggregatingVisitor
Returns all found results
getUniqueResult() - Method in class org.reficio.ws.server.matcher.AggregatingVisitor
Returns a result if only one was found

H

httpPort(int) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 
httpsPort(int) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 

I

invoke(MessageContext, Object) - Method in class org.reficio.ws.server.endpoint.ContextEndpointAdapter
 
invoke(MessageContext) - Method in interface org.reficio.ws.server.endpoint.ContextPayloadEndpoint
Invokes the endpoint with the given request and possibly returns a response.
invoke(MessageContext) - Method in class org.reficio.ws.server.endpoint.GenericContextDomEndpoint
Implementation of the invoke message that gets the MessageContext.
invoke(Source) - Method in class org.reficio.ws.server.endpoint.GenericContextDomEndpoint
Empty method included here to be compliant with the PayloadEndpoint.
isDocument() - Method in class org.reficio.ws.server.matcher.SoapOperationMatcher
 
isFailed() - Method in class org.reficio.ws.server.core.SoapServer
 
isNotRunning() - Method in class org.reficio.ws.server.core.SoapServer
 
isRequestResponseOperation(BindingOperation) - Method in class org.reficio.ws.server.matcher.SoapOperationMatcher
 
isRpc() - Method in class org.reficio.ws.server.matcher.SoapOperationMatcher
 
isRunning() - Method in class org.reficio.ws.server.core.SoapServer
 
isStarted() - Method in class org.reficio.ws.server.core.SoapServer
 
isStarting() - Method in class org.reficio.ws.server.core.SoapServer
 
isStopped() - Method in class org.reficio.ws.server.core.SoapServer
 
isStopping() - Method in class org.reficio.ws.server.core.SoapServer
 

K

keyStorePassword(String) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 
keyStoreType(String) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 
keyStoreUrl(URL) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 

M

main(String[]) - Static method in class org.reficio.ws.server.core.SoapServerFactory
 
maxThreads(int) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 

O

OperationNotFoundException - Exception in org.reficio.ws.server
Exception thrown when the invoked binding operation is not found in the WSDL
OperationNotFoundException(String) - Constructor for exception org.reficio.ws.server.OperationNotFoundException
 
OperationNotFoundException(String, Throwable) - Constructor for exception org.reficio.ws.server.OperationNotFoundException
 
OperationNotFoundException(Throwable) - Constructor for exception org.reficio.ws.server.OperationNotFoundException
 
org.reficio.ws.server - package org.reficio.ws.server
 
org.reficio.ws.server.core - package org.reficio.ws.server.core
 
org.reficio.ws.server.endpoint - package org.reficio.ws.server.endpoint
 
org.reficio.ws.server.matcher - package org.reficio.ws.server.matcher
 
org.reficio.ws.server.protocol - package org.reficio.ws.server.protocol
 
org.reficio.ws.server.responder - package org.reficio.ws.server.responder
 

R

registerRequestResponder(String, RequestResponder) - Method in class org.reficio.ws.server.core.SoapServer
Registers responder under specified context path.
registerRequestResponder(String, RequestResponder) - Method in class org.reficio.ws.server.endpoint.GenericContextDomEndpoint
Enables to register a responder under the specified context path
RequestResponder - Interface in org.reficio.ws.server.responder
Interface describing the functionality of a SOAP Request Responder
respond(SoapMessage) - Method in class org.reficio.ws.server.responder.AbstractResponder
Implementation of the RequestResponder bare method.
respond(SoapOperation, SoapMessage) - Method in class org.reficio.ws.server.responder.AbstractResponder
Abstract method that should be implemented by overriding classes.
respond(SoapOperation, SoapMessage) - Method in class org.reficio.ws.server.responder.AutoResponder
 
respond(SoapMessage) - Method in interface org.reficio.ws.server.responder.RequestResponder
Returns a response to a SOAP message.
reuseAddress(boolean) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 
rpc - Variable in class org.reficio.ws.server.matcher.SoapOperationMatcher
 

S

ServiceRegistrationException - Exception in org.reficio.ws.server
Exception thrown when an service registration error occurs (for example a double registration)
ServiceRegistrationException(String) - Constructor for exception org.reficio.ws.server.ServiceRegistrationException
 
ServiceRegistrationException(String, Throwable) - Constructor for exception org.reficio.ws.server.ServiceRegistrationException
 
ServiceRegistrationException(Throwable) - Constructor for exception org.reficio.ws.server.ServiceRegistrationException
 
setAcceptorThreads(Integer) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setConnectionMaxIdleTimeInSeconds(Integer) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setCoreThreads(Integer) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setGenericEndpoint(ContextPayloadEndpoint) - Method in class org.reficio.ws.server.endpoint.GenericEndpointMapping
 
setHttpPort(Integer) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setHttpsPort(Integer) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setKeyStorePassword(String) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setKeyStoreType(String) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setKeyStoreUrl(URL) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setMaxThreads(Integer) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setResponders(Map<String, RequestResponder>) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setReuseAddress(Boolean) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
setSoapProtocolChooser(SoapProtocolChooser) - Method in class org.reficio.ws.server.protocol.GenericSoapMessageFactory
 
setSoapVersion(SoapVersion) - Method in class org.reficio.ws.server.protocol.GenericSoapMessageFactory
 
setThreadKeepAliveTimeInSeconds(Integer) - Method in class org.reficio.ws.server.core.SoapServerFactory
 
SimpleSoapProtocolChooser - Class in org.reficio.ws.server.protocol
Chooses which soap version is used in the transmission.
SimpleSoapProtocolChooser() - Constructor for class org.reficio.ws.server.protocol.SimpleSoapProtocolChooser
 
SoapOperationMatcher - Class in org.reficio.ws.server.matcher
Matches SOAP message to the binding operation.
SoapOperationMatcher(Binding) - Constructor for class org.reficio.ws.server.matcher.SoapOperationMatcher
 
SoapProtocolChooser - Interface in org.reficio.ws.server.protocol
Describes the functionality of SOAP version verification
SoapServer - Class in org.reficio.ws.server.core
SOAP server enables the user to handle a SOAP communication on a purely XML level.
SoapServer.Builder - Class in org.reficio.ws.server.core
Builder to construct a properly populated SoapServer
SoapServerException - Exception in org.reficio.ws.server
Top-level exception type thrown by SoapServer
SoapServerException(String) - Constructor for exception org.reficio.ws.server.SoapServerException
 
SoapServerException(String, Throwable) - Constructor for exception org.reficio.ws.server.SoapServerException
 
SoapServerException(Throwable) - Constructor for exception org.reficio.ws.server.SoapServerException
 
SoapServerFactory - Class in org.reficio.ws.server.core
 
SoapServerFactory() - Constructor for class org.reficio.ws.server.core.SoapServerFactory
 
start() - Method in class org.reficio.ws.server.core.SoapServer
Starts the SOAP server
stop() - Method in class org.reficio.ws.server.core.SoapServer
Stops the SOAP server (does not release the allocated resources)

T

threadKeepAliveTimeInSeconds(int) - Method in class org.reficio.ws.server.core.SoapServer.Builder
 

U

unregisterRequestResponder(String) - Method in class org.reficio.ws.server.core.SoapServer
Unregisters responder from the specified context path
unregisterRequestResponder(String) - Method in class org.reficio.ws.server.endpoint.GenericContextDomEndpoint
Unregisters the responder from the specified context path
useSoap11(TransportInputStream) - Method in class org.reficio.ws.server.protocol.SimpleSoapProtocolChooser
 
useSoap11(TransportInputStream) - Method in interface org.reficio.ws.server.protocol.SoapProtocolChooser
 
useSoap12(TransportInputStream) - Method in class org.reficio.ws.server.protocol.SimpleSoapProtocolChooser
 
useSoap12(TransportInputStream) - Method in interface org.reficio.ws.server.protocol.SoapProtocolChooser
 

V

visit(BindingOperation) - Method in interface org.reficio.ws.server.matcher.BindingOperationVisitor
Visits a BindingOperation

W

writeTo(OutputStream) - Method in class org.reficio.ws.server.endpoint.GenericSoapMessage
 
A B C D G H I K M O R S T U V W 
Skip navigation links

Copyright © 2012-2018. All Rights Reserved.