Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.v200502.OfferType

Packages that use OfferType
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.v200502   
 

Uses of OfferType in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm with parameters of type OfferType
static OfferType VersionTransformer.convert(OfferType exposed)
          Convert 200502 OfferType with 200408 WS-Addressing namespace to internal form.
 

Uses of OfferType in org.apache.cxf.ws.rm.v200502
 

Fields in org.apache.cxf.ws.rm.v200502 declared as OfferType
protected  OfferType CreateSequenceType.offer
           
 

Methods in org.apache.cxf.ws.rm.v200502 that return OfferType
 OfferType ObjectFactory.createOfferType()
          Create an instance of OfferType
 OfferType CreateSequenceType.getOffer()
          Gets the value of the offer property.
 

Methods in org.apache.cxf.ws.rm.v200502 with parameters of type OfferType
 void CreateSequenceType.setOffer(OfferType value)
          Sets the value of the offer property.
 


Apache CXF API

Apache CXF