Uses of Class
org.apache.cxf.ws.rm.v200502wsa15.OfferType
-
Packages that use OfferType Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.v200502wsa15 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of OfferType in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm with parameters of type OfferType Modifier and Type Method Description static OfferType
VersionTransformer. convert(OfferType exposed)
Convert 200502 OfferType with 200508 WS-Addressing namespace to internal form. -
Uses of OfferType in org.apache.cxf.ws.rm.v200502wsa15
Fields in org.apache.cxf.ws.rm.v200502wsa15 declared as OfferType Modifier and Type Field Description protected OfferType
CreateSequenceType. offer
Methods in org.apache.cxf.ws.rm.v200502wsa15 that return OfferType Modifier and Type Method Description OfferType
ObjectFactory. createOfferType()
Create an instance ofOfferType
OfferType
CreateSequenceType. getOffer()
Gets the value of the offer property.Methods in org.apache.cxf.ws.rm.v200502wsa15 with parameters of type OfferType Modifier and Type Method Description void
CreateSequenceType. setOffer(OfferType value)
Sets the value of the offer property.
-