Apache CXF API

Uses of Class
org.apache.cxf.xkms.handlers.Applications

Packages that use Applications
org.apache.cxf.xkms.client   
org.apache.cxf.xkms.handlers   
 

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

Methods in org.apache.cxf.xkms.client that return Applications
 Applications X509AppId.getApplication()
           
 

Methods in org.apache.cxf.xkms.client with parameters of type Applications
 X509Certificate XKMSInvoker.getCertificateForId(Applications application, String id)
           
 

Constructors in org.apache.cxf.xkms.client with parameters of type Applications
X509AppId(Applications application, String id)
           
 

Uses of Applications in org.apache.cxf.xkms.handlers
 

Methods in org.apache.cxf.xkms.handlers that return Applications
static Applications Applications.fromUri(String uri)
           
static Applications Applications.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Applications[] Applications.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Apache CXF API

Apache CXF