| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.webservice.binding.AbstractBinding
public abstract class AbstractBinding
| Field Summary | |
|---|---|
| static int | CLIENT_SIDEDeprecated. | 
| static int | SERVER_SIDEDeprecated. | 
| Constructor Summary | |
|---|---|
| AbstractBinding()Deprecated. | |
| Method Summary | |
|---|---|
|  BindingInfo | getBindingInfo()Deprecated. Returns the binding information. | 
|  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 | 
|---|
public static final int CLIENT_SIDE
public static final int SERVER_SIDE
| Constructor Detail | 
|---|
public AbstractBinding()
| Method Detail | 
|---|
public void setServerSide()
public void setClientSide()
public boolean isServerSide()
public boolean isClientSide()
public String getReplyTo()
Binding
getReplyTo in interface Bindingpublic void setReplyTo(String replyTo)
Binding
setReplyTo in interface BindingreplyTo - address to sent responsepublic String getSender()
Binding
getSender in interface Bindingpublic void setSender(String sender)
Binding
setSender in interface Bindingsender - address of the senderpublic String getDestination()
Binding
getDestination in interface Bindingpublic void setDestination(String destination)
Binding
setDestination in interface Bindingdestination - destination of the requestprotected void setBindingInfo(BindingInfo bindingInfo)
public BindingInfo getBindingInfo()
Binding
getBindingInfo in interface Binding| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||