| Package | Description |
|---|---|
| org.reficio.ws.server.core | |
| org.reficio.ws.server.endpoint | |
| org.reficio.ws.server.responder |
| Modifier and Type | Method and Description |
|---|---|
void |
SoapServer.registerRequestResponder(String contextPath,
RequestResponder responder)
Registers responder under specified context path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoapServerFactory.setResponders(Map<String,RequestResponder> responders) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericContextDomEndpoint.registerRequestResponder(String contextPath,
RequestResponder responder)
Enables to register a responder under the specified context path
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResponder
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.
|
class |
AutoResponder
Convenience class to create SOAP mock services.
|
Copyright © 2012-2018. All Rights Reserved.