Uses of Class
org.apache.cxf.ws.rm.v200702.Expires
-
Packages that use Expires Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.v200702 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Expires in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return Expires Modifier and Type Method Description static ExpiresVersionTransformer. convert(Expires exposed)Convert 200502 Expires with 200408 WS-Addressing namespace to internal form.static ExpiresVersionTransformer. convert(Expires exposed)Convert 200502 Expires with 200508 WS-Addressing namespace to internal form.Methods in org.apache.cxf.ws.rm with parameters of type Expires Modifier and Type Method Description voidSourceSequence. setExpires(Expires ex) -
Uses of Expires in org.apache.cxf.ws.rm.v200702
Fields in org.apache.cxf.ws.rm.v200702 declared as Expires Modifier and Type Field Description protected ExpiresCreateSequenceResponseType. expiresprotected ExpiresCreateSequenceType. expiresprotected ExpiresOfferType. expiresMethods in org.apache.cxf.ws.rm.v200702 that return Expires Modifier and Type Method Description ExpiresObjectFactory. createExpires()Create an instance ofExpiresExpiresCreateSequenceResponseType. getExpires()Gets the value of the expires property.ExpiresCreateSequenceType. getExpires()Gets the value of the expires property.ExpiresOfferType. getExpires()Gets the value of the expires property.Methods in org.apache.cxf.ws.rm.v200702 with parameters of type Expires Modifier and Type Method Description voidCreateSequenceResponseType. setExpires(Expires value)Sets the value of the expires property.voidCreateSequenceType. setExpires(Expires value)Sets the value of the expires property.voidOfferType. setExpires(Expires value)Sets the value of the expires property.
-