Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.secext.EmbeddedType

Packages that use EmbeddedType
org.apache.cxf.ws.security.sts.provider.model.secext   
 

Uses of EmbeddedType in org.apache.cxf.ws.security.sts.provider.model.secext
 

Methods in org.apache.cxf.ws.security.sts.provider.model.secext that return EmbeddedType
 EmbeddedType ObjectFactory.createEmbeddedType()
          Create an instance of EmbeddedType
 

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

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


Apache CXF API

Apache CXF