BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.webservice.binding
Class AbstractBinding

java.lang.Object
  extended byweblogic.webservice.binding.AbstractBinding
All Implemented Interfaces:
Binding
Direct Known Subclasses:
weblogic.webservice.binding.soap.HttpClientBinding

Deprecated. please migrate to jws for webservices

public abstract class AbstractBinding
extends Object
implements Binding

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

Field Summary
static int CLIENT_SIDE
          Deprecated.  
static int SERVER_SIDE
          Deprecated.  
 
Constructor Summary
AbstractBinding()
          Deprecated.  
 
Method Summary
 BindingInfo getBindingInfo()
          Deprecated.  
 String getDestination()
          Deprecated. Returns the destination of the request.
 String getReplyTo()
          Deprecated. Returns the address to which to send the response.
 String getSender()
          Deprecated. Returns the address of the sender.
 boolean isClientSide()
          Deprecated.  
 boolean isServerSide()
          Deprecated.  
protected  void setBindingInfo(BindingInfo bindingInfo)
          Deprecated.  
 void setClientSide()
          Deprecated.  
 void setDestination(String destination)
          Deprecated. Sets the destination of the request
 void setReplyTo(String replyTo)
          Deprecated. Sets the address to which to send the response.
 void setSender(String sender)
          Deprecated. Sets the address of the sender.
 void setServerSide()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface weblogic.webservice.binding.Binding
init, receive, send
 

Field Detail

CLIENT_SIDE

public static final int CLIENT_SIDE
Deprecated. 
See Also:
Constant Field Values

SERVER_SIDE

public static final int SERVER_SIDE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AbstractBinding

public AbstractBinding()
Deprecated. 
Method Detail

getBindingInfo

public BindingInfo getBindingInfo()
Deprecated. 
Description copied from interface: Binding
Returns the binding information.

Specified by:
getBindingInfo in interface Binding
Returns:
binding information

getDestination

public String getDestination()
Deprecated. 
Description copied from interface: Binding
Returns the destination of the request.

Specified by:
getDestination in interface Binding
Returns:
destination address

getReplyTo

public String getReplyTo()
Deprecated. 
Description copied from interface: Binding
Returns the address to which to send the response. This is used only for asynchronous calls.

Specified by:
getReplyTo in interface Binding
Returns:
address to sent response (eg: from@yahoo.com)

getSender

public String getSender()
Deprecated. 
Description copied from interface: Binding
Returns the address of the sender.

Specified by:
getSender in interface Binding
Returns:
address of the sender

isClientSide

public boolean isClientSide()
Deprecated. 

isServerSide

public boolean isServerSide()
Deprecated. 

setBindingInfo

protected void setBindingInfo(BindingInfo bindingInfo)
Deprecated. 

setClientSide

public void setClientSide()
Deprecated. 

setDestination

public void setDestination(String destination)
Deprecated. 
Description copied from interface: Binding
Sets the destination of the request

Specified by:
setDestination in interface Binding
Parameters:
destination - destination of the request

setReplyTo

public void setReplyTo(String replyTo)
Deprecated. 
Description copied from interface: Binding
Sets the address to which to send the response.

Specified by:
setReplyTo in interface Binding
Parameters:
replyTo - address to sent response

setSender

public void setSender(String sender)
Deprecated. 
Description copied from interface: Binding
Sets the address of the sender.

Specified by:
setSender in interface Binding
Parameters:
sender - address of the sender

setServerSide

public void setServerSide()
Deprecated. 

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