Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.ManifestType

Packages that use ManifestType
org.apache.cxf.ws.security.sts.provider.model.xmldsig   
 

Uses of ManifestType in org.apache.cxf.ws.security.sts.provider.model.xmldsig
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return ManifestType
 ManifestType ObjectFactory.createManifestType()
          Create an instance of ManifestType
 

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

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


Apache CXF API

Apache CXF