|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.webservice.binding.BindingInfo
weblogic.webservice.binding.https.HttpsBindingInfo
public class HttpsBindingInfo
HttpsBindingInfo for WLS Webservices support for SSL
Field Summary |
---|
Fields inherited from class weblogic.webservice.binding.BindingInfo |
---|
DEFAULT_TRANSPORT, SOAP11, SOAP12 |
Constructor Summary | |
---|---|
HttpsBindingInfo()
Deprecated. |
Method Summary | |
---|---|
void |
closeSharedSocket()
Deprecated. Closes the shared socket. |
long |
getSharedSocketTimeout()
Deprecated. Returns the value in seconds for the shared socket timeout. |
boolean |
getSocketSharing()
Deprecated. Returns the state of socket sharing for this client |
SSLAdapter |
getSSLAdapter()
Deprecated. Returns the SSLAdapter used for this client |
boolean |
getSSLSocketPooling()
Deprecated. |
String |
getTransport()
Deprecated. Returns the transport name |
void |
setSharedSocketTimeout(long value)
Deprecated. Sets the timeout value for socket sharing associated with this client. |
void |
setSocketSharing(boolean value)
Deprecated. Sets the state for socket sharing associated with this client. |
void |
setSSLAdapter(SSLAdapter sslAdapter)
Deprecated. Sets the SSLAdapter used for this client |
void |
setSSLSocketPooling(boolean value)
Deprecated. |
Methods inherited from class weblogic.webservice.binding.BindingInfo |
---|
getAcceptCharset, getAddress, getCharset, getTimeout, isSoap12, isVerbose, setAcceptCharset, setAddress, setCharset, setTimeout, setVerbose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpsBindingInfo()
Method Detail |
---|
public String getTransport()
getTransport
in class BindingInfo
public SSLAdapter getSSLAdapter()
for details.
public void setSSLAdapter(SSLAdapter sslAdapter)
sslAdapter
- for details.
public void setSSLSocketPooling(boolean value)
public boolean getSSLSocketPooling()
public void closeSharedSocket()
public void setSharedSocketTimeout(long value)
This value can also be set using the
system parameter https.sharedsocket.timeout
value
- value in seconds.public long getSharedSocketTimeout()
public void setSocketSharing(boolean value)
The system property https.sharedsocket
can also be used
to set this value.
value
- public boolean getSocketSharing()
|
Copyright 1996, 2011, 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-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |