Uses of Class
org.apache.cxf.ws.eventing.MiniExpirationType
-
Packages that use MiniExpirationType Package Description org.apache.cxf.ws.eventing -
-
Uses of MiniExpirationType in org.apache.cxf.ws.eventing
Subclasses of MiniExpirationType in org.apache.cxf.ws.eventing Modifier and Type Class Description classExpirationTypeJava class for ExpirationType complex type.Fields in org.apache.cxf.ws.eventing declared as MiniExpirationType Modifier and Type Field Description protected MiniExpirationTypeGetStatusResponse. grantedExpiresprotected MiniExpirationTypeRenewResponse. grantedExpiresprotected MiniExpirationTypeSubscribeResponse. grantedExpiresMethods in org.apache.cxf.ws.eventing that return MiniExpirationType Modifier and Type Method Description MiniExpirationTypeObjectFactory. createMiniExpirationType()Create an instance ofMiniExpirationTypeMiniExpirationTypeGetStatusResponse. getGrantedExpires()Gets the value of the grantedExpires property.MiniExpirationTypeRenewResponse. getGrantedExpires()Gets the value of the grantedExpires property.MiniExpirationTypeSubscribeResponse. getGrantedExpires()Gets the value of the grantedExpires property.Methods in org.apache.cxf.ws.eventing with parameters of type MiniExpirationType Modifier and Type Method Description voidGetStatusResponse. setGrantedExpires(MiniExpirationType value)Sets the value of the grantedExpires property.voidRenewResponse. setGrantedExpires(MiniExpirationType value)Sets the value of the grantedExpires property.voidSubscribeResponse. setGrantedExpires(MiniExpirationType value)Sets the value of the grantedExpires property.
-