Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF