Skip navigation links

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

E10654-02


Uses of Class
oracle.webservices.async.AsyncConfig.WireStyle

Packages that use AsyncConfig.WireStyle
oracle.webservices.async   

 

Uses of AsyncConfig.WireStyle in oracle.webservices.async

 

Methods in oracle.webservices.async that return AsyncConfig.WireStyle
static AsyncConfig.WireStyle AsyncConfig.WireStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsyncConfig.WireStyle[] AsyncConfig.WireStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.webservices.async with parameters of type AsyncConfig.WireStyle
 void AsyncConfig.setWireStyle(AsyncConfig.WireStyle wireStyle)
          This method allows the user to indicate which asynchrounos style to use over the wire.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.