Apache CXF API

Uses of Class
org.apache.cxf.ws.eventing.RetryAfterType

Packages that use RetryAfterType
org.apache.cxf.ws.eventing   
 

Uses of RetryAfterType in org.apache.cxf.ws.eventing
 

Methods in org.apache.cxf.ws.eventing that return RetryAfterType
 RetryAfterType ObjectFactory.createRetryAfterType()
          Create an instance of RetryAfterType
 

Methods in org.apache.cxf.ws.eventing that return types with arguments of type RetryAfterType
 JAXBElement<RetryAfterType> ObjectFactory.createRetryAfter(RetryAfterType value)
          Create an instance of JAXBElement<RetryAfterType>}
 

Methods in org.apache.cxf.ws.eventing with parameters of type RetryAfterType
 JAXBElement<RetryAfterType> ObjectFactory.createRetryAfter(RetryAfterType value)
          Create an instance of JAXBElement<RetryAfterType>}
 


Apache CXF API

Apache CXF