Uses of Class
org.apache.cxf.ws.rm.manager.RetryPolicyType
-
Packages that use RetryPolicyType Package Description org.apache.cxf.ws.rm.manager -
-
Uses of RetryPolicyType in org.apache.cxf.ws.rm.manager
Fields in org.apache.cxf.ws.rm.manager declared as RetryPolicyType Modifier and Type Field Description protected RetryPolicyType
DestinationPolicyType. retryPolicy
protected RetryPolicyType
SourcePolicyType. retryPolicy
Methods in org.apache.cxf.ws.rm.manager that return RetryPolicyType Modifier and Type Method Description RetryPolicyType
ObjectFactory. createRetryPolicyType()
Create an instance ofRetryPolicyType
RetryPolicyType
DestinationPolicyType. getRetryPolicy()
Gets the value of the retryPolicy property.RetryPolicyType
SourcePolicyType. getRetryPolicy()
Gets the value of the retryPolicy property.Methods in org.apache.cxf.ws.rm.manager with parameters of type RetryPolicyType Modifier and Type Method Description void
DestinationPolicyType. setRetryPolicy(RetryPolicyType value)
Sets the value of the retryPolicy property.void
SourcePolicyType. setRetryPolicy(RetryPolicyType value)
Sets the value of the retryPolicy property.
-