public interface AsyncConfig
extends oracle.j2ee.ws.common.addressing.api.AddressingProperties
Modifier and Type | Interface and Description |
---|---|
static class |
AsyncConfig.WireStyle |
Modifier and Type | Method and Description |
---|---|
void |
pollingInterval(int seconds)
The pollingInterval is the minimum amount of time the container will wait between polling attempts.
|
void |
setWireStyle(AsyncConfig.WireStyle wireStyle)
This method allows the user to indicate which asynchrounos style to use over the wire.
|
getAction, getFaultTo, getFrom, getMessageID, getReferenceParameters, getRelatesTo, getReplyTo, getTo, initializeAsDestination, initializeAsFault, initializeAsReply, setAction, setAction, setFaultTo, setFaultTo, setFrom, setFrom, setMessageID, setMessageID, setRelatesTo, setReplyTo, setReplyTo, setTo, setTo
void setWireStyle(AsyncConfig.WireStyle wireStyle)
wireStyle
- This must be a one of the WIRE_STYLE* contants defined above.void pollingInterval(int seconds)
seconds
- Number of seconds to wait between polling attempts