Uses of Class
org.apache.cxf.ws.rm.manager.RetryPolicyType
Packages that use RetryPolicyType
-
Uses of RetryPolicyType in org.apache.cxf.ws.rm.manager
Fields in org.apache.cxf.ws.rm.manager declared as RetryPolicyTypeModifier and TypeFieldDescriptionprotected RetryPolicyTypeDestinationPolicyType.retryPolicyprotected RetryPolicyTypeSourcePolicyType.retryPolicyMethods in org.apache.cxf.ws.rm.manager that return RetryPolicyTypeModifier and TypeMethodDescriptionObjectFactory.createRetryPolicyType()Create an instance ofRetryPolicyTypeDestinationPolicyType.getRetryPolicy()Gets the value of the retryPolicy property.SourcePolicyType.getRetryPolicy()Gets the value of the retryPolicy property.Methods in org.apache.cxf.ws.rm.manager with parameters of type RetryPolicyTypeModifier and TypeMethodDescriptionvoidDestinationPolicyType.setRetryPolicy(RetryPolicyType value) Sets the value of the retryPolicy property.voidSourcePolicyType.setRetryPolicy(RetryPolicyType value) Sets the value of the retryPolicy property.