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 RetryPolicyTypeDestinationPolicyType. retryPolicyprotected RetryPolicyTypeSourcePolicyType. retryPolicyMethods in org.apache.cxf.ws.rm.manager that return RetryPolicyType Modifier and Type Method Description RetryPolicyTypeObjectFactory. createRetryPolicyType()Create an instance ofRetryPolicyTypeRetryPolicyTypeDestinationPolicyType. getRetryPolicy()Gets the value of the retryPolicy property.RetryPolicyTypeSourcePolicyType. 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 voidDestinationPolicyType. setRetryPolicy(RetryPolicyType value)Sets the value of the retryPolicy property.voidSourcePolicyType. setRetryPolicy(RetryPolicyType value)Sets the value of the retryPolicy property.
-