Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF