|
Oracle | ||||||||||
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_SIDE
Deprecated. |
static int |
SERVER_SIDE
Deprecated. |
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 Binding
public void setReplyTo(String replyTo)
Binding
setReplyTo
in interface Binding
replyTo
- address to sent responsepublic String getSender()
Binding
getSender
in interface Binding
public void setSender(String sender)
Binding
setSender
in interface Binding
sender
- address of the senderpublic String getDestination()
Binding
getDestination
in interface Binding
public void setDestination(String destination)
Binding
setDestination
in interface Binding
destination
- destination of the requestprotected void setBindingInfo(BindingInfo bindingInfo)
public BindingInfo getBindingInfo()
Binding
getBindingInfo
in interface Binding
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |