| 
 | 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 | ||||||||||
public interface Binding
Binding represents an instance of a bound connection. It can be a client-server or server-client connection. An example of the binding is HTTP-SOAP client-side binding.
| 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. | 
|  void | init(BindingInfo info)Deprecated. Initializes this binding. | 
|  void | receive(MessageContext context)Deprecated. Receives a message from the binding connection. | 
|  void | send(MessageContext context)Deprecated. Sends the specified message to the destination. | 
|  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. | 
| Method Detail | 
|---|
String getReplyTo()
void setReplyTo(String replyTo)
replyTo - address to sent responseString getSender()
void setSender(String sender)
sender - address of the senderString getDestination()
void setDestination(String destination)
destination - destination of the request
void init(BindingInfo info)
          throws IOException
info - binding information used to create this binding
IOException - failed to init bindingBindingInfo getBindingInfo()
void receive(MessageContext context)
             throws IOException,
                    SOAPException
context - MessageContext that holds the SOAP envelope
IOException - failed to receive message
IOException - failed to construct soap message
SOAPException
void send(MessageContext context)
          throws IOException,
                 SOAPException
context - context which holds the soap message to send
IOException - failed to send message
SOAPException - failed to write soap message| 
 | 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 | |||||||||