Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.utility.TimestampType

Packages that use TimestampType
org.apache.cxf.ws.security.sts.provider.model.utility   
 

Uses of TimestampType in org.apache.cxf.ws.security.sts.provider.model.utility
 

Methods in org.apache.cxf.ws.security.sts.provider.model.utility that return TimestampType
 TimestampType ObjectFactory.createTimestampType()
          Create an instance of TimestampType
 

Methods in org.apache.cxf.ws.security.sts.provider.model.utility that return types with arguments of type TimestampType
 javax.xml.bind.JAXBElement<TimestampType> ObjectFactory.createTimestamp(TimestampType value)
          Create an instance of JAXBElement<TimestampType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model.utility with parameters of type TimestampType
 javax.xml.bind.JAXBElement<TimestampType> ObjectFactory.createTimestamp(TimestampType value)
          Create an instance of JAXBElement<TimestampType>}
 


Apache CXF API

Apache CXF