|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.ws.WebServiceFeature
com.sun.xml.ws.rx.mc.api.MakeConnectionSupportedFeature
@ManagedData public class MakeConnectionSupportedFeature
| Field Summary | |
|---|---|
static long |
DEFAULT_MAKE_CONNECTION_REQUEST_INTERVAL
Default base interval between two subsequent MakeConnection requests [milliseconds] |
static long |
DEFAULT_RESPONSE_RETRIEVAL_TIMEOUT
Default response retrieval timeout value [milliseconds] |
static String |
ID
|
| Fields inherited from class javax.xml.ws.WebServiceFeature |
|---|
enabled |
| Constructor Summary | |
|---|---|
MakeConnectionSupportedFeature()
This constructor is here to satisfy JAX-WS specification requirements |
|
MakeConnectionSupportedFeature(boolean enabled)
This constructor is here to satisfy JAX-WS specification requirements |
|
| Method Summary | |
|---|---|
long |
getBaseMakeConnectionRequetsInterval()
Specifies a base interval between two consecutive MakeConnection requests |
String |
getID()
|
McProtocolVersion |
getProtocolVersion()
Specifies which WS-MC version protocol SOAP messages and SOAP message headers should be used for communication between MC source and MC destination |
long |
getResponseRetrievalTimeout()
Specifies a timeout for consecutive unsuccessfull response retrievals. |
| Methods inherited from class javax.xml.ws.WebServiceFeature |
|---|
isEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ID
public static final long DEFAULT_RESPONSE_RETRIEVAL_TIMEOUT
public static final long DEFAULT_MAKE_CONNECTION_REQUEST_INTERVAL
| Constructor Detail |
|---|
public MakeConnectionSupportedFeature()
public MakeConnectionSupportedFeature(boolean enabled)
| Method Detail |
|---|
@ManagedAttribute public String getID()
getID in class WebServiceFeaturepublic McProtocolVersion getProtocolVersion()
public long getResponseRetrievalTimeout()
DEFAULT_RESPONSE_RETRIEVAL_TIMEOUT constant.public long getBaseMakeConnectionRequetsInterval()
DEFAULT_MAKE_CONNECTION_REQUEST_INTERVAL constant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||