Package com.sun.xml.ws.rx.mc.api
Class MakeConnectionSupportedFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
com.sun.xml.ws.rx.mc.api.MakeConnectionSupportedFeature
- All Implemented Interfaces:
StickyFeature
@ManagedData
public class MakeConnectionSupportedFeature
extends jakarta.xml.ws.WebServiceFeature
implements StickyFeature
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Default base interval between two subsequent MakeConnection requests [milliseconds]static final long
Default response retrieval timeout value [milliseconds]static final String
Fields inherited from class jakarta.xml.ws.WebServiceFeature
enabled
-
Constructor Summary
ConstructorsConstructorDescriptionThis constructor is here to satisfy JAX-WS specification requirementsMakeConnectionSupportedFeature
(boolean enabled) This constructor is here to satisfy JAX-WS specification requirements -
Method Summary
Modifier and TypeMethodDescriptionlong
Specifies a base interval between two consecutive MakeConnection requestsgetID()
Specifies which WS-MC version protocol SOAP messages and SOAP message headers should be used for communication between MC source and MC destinationlong
Specifies a timeout for consecutive unsuccessfull response retrievals.Methods inherited from class jakarta.xml.ws.WebServiceFeature
isEnabled
-
Field Details
-
ID
- See Also:
-
DEFAULT_RESPONSE_RETRIEVAL_TIMEOUT
public static final long DEFAULT_RESPONSE_RETRIEVAL_TIMEOUTDefault response retrieval timeout value [milliseconds]- See Also:
-
DEFAULT_MAKE_CONNECTION_REQUEST_INTERVAL
public static final long DEFAULT_MAKE_CONNECTION_REQUEST_INTERVALDefault base interval between two subsequent MakeConnection requests [milliseconds]- See Also:
-
-
Constructor Details
-
MakeConnectionSupportedFeature
public MakeConnectionSupportedFeature()This constructor is here to satisfy JAX-WS specification requirements -
MakeConnectionSupportedFeature
public MakeConnectionSupportedFeature(boolean enabled) This constructor is here to satisfy JAX-WS specification requirements
-
-
Method Details
-
getID
- Specified by:
getID
in classjakarta.xml.ws.WebServiceFeature
-
getProtocolVersion
Specifies which WS-MC version protocol SOAP messages and SOAP message headers should be used for communication between MC source and MC destination- Returns:
- WS-MC protocol version currently configured for the feature.
-
getResponseRetrievalTimeout
public long getResponseRetrievalTimeout()Specifies a timeout for consecutive unsuccessfull response retrievals.- Returns:
- currently configured timeout for consecutive unsuccessfull response
retrievals. If not set explicitly, the default value is specified by
DEFAULT_RESPONSE_RETRIEVAL_TIMEOUT
constant.
-
getBaseMakeConnectionRequetsInterval
public long getBaseMakeConnectionRequetsInterval()Specifies a base interval between two consecutive MakeConnection requests- Returns:
- currently configured base interval (in milliseconds) of time that
must pass between two consecutive MakeConnection request messages.
If not set explicitly, the default value is specified by
DEFAULT_MAKE_CONNECTION_REQUEST_INTERVAL
constant.
-