Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.async
Interface AsyncConfig

All Superinterfaces:
oracle.j2ee.ws.common.addressing.api.AddressingProperties, oracle.j2ee.ws.common.addressing.api.AddressingType

public interface AsyncConfig
extends oracle.j2ee.ws.common.addressing.api.AddressingProperties

This interface provides convenient API to setup the AddressingProperties, and configuration of asynchronous messaging.


Nested Class Summary
static class AsyncConfig.WireStyle
           

 

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

 

Methods inherited from interface oracle.j2ee.ws.common.addressing.api.AddressingProperties
getAction, getFaultTo, getFrom, getMessageID, getReferenceParameters, getRelatesTo, getReplyTo, getTo, initializeAsDestination, initializeAsFault, initializeAsReply, setAction, setAction, setFaultTo, setFaultTo, setFrom, setFrom, setMessageID, setMessageID, setRelatesTo, setReplyTo, setReplyTo, setTo, setTo

 

Methods inherited from interface oracle.j2ee.ws.common.addressing.api.AddressingType
getNamespaceURI

 

Method Detail

setWireStyle

void setWireStyle(AsyncConfig.WireStyle wireStyle)
This method allows the user to indicate which asynchrounos style to use over the wire.
Parameters:
wireStyle - This must be a one of the WIRE_STYLE* contants defined above.

pollingInterval

void pollingInterval(int seconds)
The pollingInterval is the minimum amount of time the container will wait between polling attempts. This value is ignored if the wire style is callback and the client is using a callback API
Parameters:
seconds - Number of seconds to wait between polling attempts

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.