Uses of Class
com.sun.xml.ws.security.trust.WSTrustElementFactory

Packages that use WSTrustElementFactory
com.sun.xml.ws.security.secconv   
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.util   
 

Uses of WSTrustElementFactory in com.sun.xml.ws.security.secconv
 

Subclasses of WSTrustElementFactory in com.sun.xml.ws.security.secconv
 class WSSCElementFactory
           
 class WSSCElementFactory13
           
 

Uses of WSTrustElementFactory in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return WSTrustElementFactory
static WSTrustElementFactory WSTrustElementFactory.newInstance()
           
static WSTrustElementFactory WSTrustElementFactory.newInstance(WSSCVersion wsscVer)
           
static WSTrustElementFactory WSTrustElementFactory.newInstance(WSTrustVersion wstVer)
           
 

Uses of WSTrustElementFactory in com.sun.xml.ws.security.trust.impl
 

Subclasses of WSTrustElementFactory in com.sun.xml.ws.security.trust.impl
 class WSTrustElementFactoryImpl
          A Factory for creating the WS-Trust schema elements, and marshalling/un-marshalling them.
 

Fields in com.sun.xml.ws.security.trust.impl declared as WSTrustElementFactory
protected  WSTrustElementFactory IssueSamlTokenContract.eleFac
           
protected  WSTrustElementFactory WSTrustContractImpl.eleFac
           
 

Uses of WSTrustElementFactory in com.sun.xml.ws.security.trust.util
 

Methods in com.sun.xml.ws.security.trust.util with parameters of type WSTrustElementFactory
static com.sun.xml.ws.security.SecurityContextToken WSTrustUtil.createSecurityContextToken(WSTrustElementFactory wsscEleFac)
           
static com.sun.xml.ws.security.SecurityContextToken WSTrustUtil.createSecurityContextToken(WSTrustElementFactory wsscEleFac, java.lang.String identifier)