BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.webservice.binding
Class ReliableBindingExtension

java.lang.Object
  extended byweblogic.webservice.binding.BindingExtension
      extended byweblogic.webservice.binding.ReliableBindingExtension

Deprecated. please migrate to jws for webservices

public class ReliableBindingExtension
extends BindingExtension

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class weblogic.webservice.binding.BindingExtension
DIME, MAX_NUM_BIND, RELIABLE
 
Constructor Summary
ReliableBindingExtension()
          Deprecated.  
ReliableBindingExtension(boolean dup, int retries, int retryIntervalSecs, int persistIntervalSecs)
          Deprecated.  
 
Method Summary
 int getPersistInterval()
          Deprecated.  
 int getRetryCount()
          Deprecated.  
 int getRetryInterval()
          Deprecated.  
 boolean isDuplicateElimination()
          Deprecated.  
 void setDuplicateElimination(boolean dup)
          Deprecated.  
 void setPersistInterval(int persistIntervalSecs)
          Deprecated.  
 void setRetryCount(int retries)
          Deprecated.  
 void setRetryInterval(int retryIntervalSecs)
          Deprecated.  
 
Methods inherited from class weblogic.webservice.binding.BindingExtension
getKey, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReliableBindingExtension

public ReliableBindingExtension()
Deprecated. 

ReliableBindingExtension

public ReliableBindingExtension(boolean dup,
                                int retries,
                                int retryIntervalSecs,
                                int persistIntervalSecs)
Deprecated. 
Method Detail

getPersistInterval

public int getPersistInterval()
Deprecated. 

getRetryCount

public int getRetryCount()
Deprecated. 

getRetryInterval

public int getRetryInterval()
Deprecated. 

isDuplicateElimination

public boolean isDuplicateElimination()
Deprecated. 

setDuplicateElimination

public void setDuplicateElimination(boolean dup)
Deprecated. 

setPersistInterval

public void setPersistInterval(int persistIntervalSecs)
Deprecated. 

setRetryCount

public void setRetryCount(int retries)
Deprecated. 

setRetryInterval

public void setRetryInterval(int retryIntervalSecs)
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.