| 
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.webservice.binding.BindingInfo
public class BindingInfo
Binding information needed to create a Binding.
| Field Summary | |
|---|---|
static String | 
DEFAULT_TRANSPORT
Deprecated.  | 
static String | 
SOAP11
Deprecated.  | 
static String | 
SOAP12
Deprecated.  | 
| Constructor Summary | |
|---|---|
BindingInfo()
Deprecated. Constructs a new BindingInfo.  | 
|
| Method Summary | |
|---|---|
 String | 
getAcceptCharset()
Deprecated. Returns the character set that is being used for the response.  | 
 String | 
getAddress()
Deprecated. Returns the address of the end point.  | 
 String | 
getCharset()
Deprecated. Returns the character set that is being used for this request.  | 
 int | 
getTimeout()
Deprecated. Returns the timeout in seconds that is being used for this request.  | 
 String | 
getTransport()
Deprecated. Returns the transport used by this BindingInfo.  | 
 boolean | 
isSoap12()
Deprecated. Returns whether this BindingInfo uses SOAP 1.2.  | 
 boolean | 
isVerbose()
Deprecated. Checks to see whether the binding is in verbose mode.  | 
 void | 
setAcceptCharset(String acceptCharset)
Deprecated. Sets the character set that should be used for the response.  | 
 void | 
setAddress(String address)
Deprecated. Sets the address of the end point.  | 
 void | 
setCharset(String charset)
Deprecated. Sets the character set that should be used for request.  | 
 void | 
setTimeout(int timeout)
Deprecated. Sets the timeout in seconds that should be used for request.  | 
 void | 
setVerbose(boolean verbose)
Deprecated. Sets verbose mode on or off.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String SOAP11
public static final String SOAP12
public static final String DEFAULT_TRANSPORT
| Constructor Detail | 
|---|
public BindingInfo()
| Method Detail | 
|---|
public String getTransport()
public String getAddress()
public void setAddress(String address)
address - end point addresspublic boolean isSoap12()
public String getCharset()
public void setCharset(String charset)
charset - charset to setpublic int getTimeout()
public void setTimeout(int timeout)
timeout - timeout in seconds to setpublic String getAcceptCharset()
public void setAcceptCharset(String acceptCharset)
acceptCharset - charset prefered for the responsepublic boolean isVerbose()
public void setVerbose(boolean verbose)
verbose - true to set verbose on
  | 
Copyright 1996, 2015, 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 API Reference 11g Release 1 (10.3.6) Part Number E13941-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||