Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.manager.RetryPolicyType

Packages that use RetryPolicyType
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
protected  RetryPolicyType DestinationPolicyType.retryPolicy
           
protected  RetryPolicyType SourcePolicyType.retryPolicy
           
 

Methods in org.apache.cxf.ws.rm.manager that return RetryPolicyType
 RetryPolicyType ObjectFactory.createRetryPolicyType()
          Create an instance of RetryPolicyType
 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
 void DestinationPolicyType.setRetryPolicy(RetryPolicyType value)
          Sets the value of the retryPolicy property.
 void SourcePolicyType.setRetryPolicy(RetryPolicyType value)
          Sets the value of the retryPolicy property.
 


Apache CXF API

Apache CXF