Apache CXF API

Uses of Interface
org.w3._2002._03.xkms_wsdl.XKMSPortType

Packages that use XKMSPortType
org.apache.cxf.xkms.client   
org.apache.cxf.xkms.crypto   
org.apache.cxf.xkms.crypto.provider   
org.apache.cxf.xkms.service   
org.w3._2002._03.xkms_wsdl   
 

Uses of XKMSPortType in org.apache.cxf.xkms.client
 

Methods in org.apache.cxf.xkms.client that return XKMSPortType
static XKMSPortType XKMSClientFactory.create(String endpointAddress, Bus bus)
           
 

Constructors in org.apache.cxf.xkms.client with parameters of type XKMSPortType
XKMSInvoker(XKMSPortType xkmsConsumer)
           
 

Uses of XKMSPortType in org.apache.cxf.xkms.crypto
 

Methods in org.apache.cxf.xkms.crypto with parameters of type XKMSPortType
 org.apache.wss4j.common.crypto.Crypto CryptoProviderFactory.create(XKMSPortType xkmsClient, org.apache.wss4j.common.crypto.Crypto fallbackCrypto)
          Create with overridden XKMSPortType and fallbackCrypto
 org.apache.wss4j.common.crypto.Crypto CryptoProviderFactory.create(XKMSPortType xkmsClient, org.apache.wss4j.common.crypto.Crypto fallbackCrypto, boolean allowX509FromJKS)
          Create with overridden XKMSPortType, fallbackCrypto and control of getting X509 from local keystore
 

Uses of XKMSPortType in org.apache.cxf.xkms.crypto.provider
 

Methods in org.apache.cxf.xkms.crypto.provider with parameters of type XKMSPortType
 org.apache.wss4j.common.crypto.Crypto XkmsCryptoProviderFactory.create(XKMSPortType xkmsClient, org.apache.wss4j.common.crypto.Crypto fallbackCrypto)
           
 org.apache.wss4j.common.crypto.Crypto XkmsCryptoProviderFactory.create(XKMSPortType xkmsClient, org.apache.wss4j.common.crypto.Crypto fallbackCrypto, boolean allowX509FromJKS)
           
 

Constructors in org.apache.cxf.xkms.crypto.provider with parameters of type XKMSPortType
XkmsCryptoProvider(XKMSPortType xkmsConsumer)
           
XkmsCryptoProvider(XKMSPortType xkmsConsumer, org.apache.wss4j.common.crypto.Crypto fallbackCrypto)
           
XkmsCryptoProvider(XKMSPortType xkmsConsumer, org.apache.wss4j.common.crypto.Crypto fallbackCrypto, boolean allowX509FromJKS)
           
XkmsCryptoProvider(XKMSPortType xkmsConsumer, org.apache.wss4j.common.crypto.Crypto fallbackCrypto, XKMSClientCache xkmsClientCache, boolean allowX509FromJKS)
           
XkmsCryptoProviderFactory(XKMSPortType xkmsConsumer)
           
 

Uses of XKMSPortType in org.apache.cxf.xkms.service
 

Classes in org.apache.cxf.xkms.service that implement XKMSPortType
 class XKMSService
           
 

Uses of XKMSPortType in org.w3._2002._03.xkms_wsdl
 

Methods in org.w3._2002._03.xkms_wsdl that return XKMSPortType
 XKMSPortType XKMSService.getXKMSPort()
           
 XKMSPortType XKMSService.getXKMSPort(WebServiceFeature... features)
           
 


Apache CXF API

Apache CXF