public class SoapServerActionBuilder extends AbstractTestActionBuilder<DelegatingTestAction<TestAction>>
action| Constructor and Description |
|---|
SoapServerActionBuilder(DelegatingTestAction<TestAction> action,
Endpoint soapServer)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SoapServerRequestActionBuilder |
receive()
Generic request builder for receiving SOAP messages on server.
|
SoapServerResponseActionBuilder |
send()
Generic response builder for sending SOAP response messages to client.
|
SoapServerFaultResponseActionBuilder |
sendFault()
Generic response builder for sending SOAP fault messages to client.
|
SoapServerActionBuilder |
withApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Sets the Spring bean application context.
|
actor, build, description, execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNamepublic SoapServerActionBuilder(DelegatingTestAction<TestAction> action, Endpoint soapServer)
public SoapServerRequestActionBuilder receive()
public SoapServerResponseActionBuilder send()
public SoapServerFaultResponseActionBuilder sendFault()
public SoapServerActionBuilder withApplicationContext(org.springframework.context.ApplicationContext applicationContext)
applicationContext - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.