Uses of Class
org.apache.cxf.ws.rm.v200502wsa15.Expires
-
Packages that use Expires 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 Expires in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm with parameters of type Expires Modifier and Type Method Description static ExpiresVersionTransformer. convert(Expires exposed)Convert 200502 Expires with 200508 WS-Addressing namespace to internal form. -
Uses of Expires in org.apache.cxf.ws.rm.v200502wsa15
Fields in org.apache.cxf.ws.rm.v200502wsa15 declared as Expires Modifier and Type Field Description protected ExpiresCreateSequenceResponseType. expiresprotected ExpiresCreateSequenceType. expiresprotected ExpiresOfferType. expiresMethods in org.apache.cxf.ws.rm.v200502wsa15 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.v200502wsa15 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.
-