Uses of Class
org.w3._2000._09.xmldsig_.SignatureType

Packages that use SignatureType
org.apache.juddi.api_v3   
org.uddi.api_v3   
org.uddi.policy_v3   
org.uddi.repl_v3   
org.w3._2000._09.xmldsig_   
 

Uses of SignatureType in org.apache.juddi.api_v3
 

Fields in org.apache.juddi.api_v3 with type parameters of type SignatureType
protected  List<SignatureType> Publisher.signature
           
 

Methods in org.apache.juddi.api_v3 that return types with arguments of type SignatureType
 List<SignatureType> Publisher.getSignature()
          Gets the value of the signature property.
 

Uses of SignatureType in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type SignatureType
protected  List<SignatureType> TModel.signature
           
protected  List<SignatureType> PublisherAssertion.signature
           
protected  List<SignatureType> BusinessService.signature
           
protected  List<SignatureType> BusinessEntity.signature
           
protected  List<SignatureType> BindingTemplate.signature
           
 

Methods in org.uddi.api_v3 that return types with arguments of type SignatureType
 List<SignatureType> TModel.getSignature()
          Gets the value of the signature property.
 List<SignatureType> PublisherAssertion.getSignature()
          Gets the value of the signature property.
 List<SignatureType> BusinessService.getSignature()
          Gets the value of the signature property.
 List<SignatureType> BusinessEntity.getSignature()
          Gets the value of the signature property.
 List<SignatureType> BindingTemplate.getSignature()
          Gets the value of the signature property.
 

Uses of SignatureType in org.uddi.policy_v3
 

Fields in org.uddi.policy_v3 with type parameters of type SignatureType
protected  List<SignatureType> Policies.signature
           
 

Methods in org.uddi.policy_v3 that return types with arguments of type SignatureType
 List<SignatureType> Policies.getSignature()
          Gets the value of the signature property.
 

Uses of SignatureType in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 with type parameters of type SignatureType
protected  List<SignatureType> ToSignatures.signature
           
protected  List<SignatureType> ReplicationConfiguration.signature
           
protected  List<SignatureType> FromSignatures.signature
           
 

Methods in org.uddi.repl_v3 that return types with arguments of type SignatureType
 List<SignatureType> ToSignatures.getSignature()
          Gets the value of the signature property.
 List<SignatureType> ReplicationConfiguration.getSignature()
          Gets the value of the signature property.
 List<SignatureType> FromSignatures.getSignature()
          Gets the value of the signature property.
 

Uses of SignatureType in org.w3._2000._09.xmldsig_
 

Methods in org.w3._2000._09.xmldsig_ that return SignatureType
 SignatureType ObjectFactory.createSignatureType()
          Create an instance of SignatureType
 

Methods in org.w3._2000._09.xmldsig_ that return types with arguments of type SignatureType
 javax.xml.bind.JAXBElement<SignatureType> ObjectFactory.createSignature(SignatureType value)
          Create an instance of JAXBElement<SignatureType>}
 

Methods in org.w3._2000._09.xmldsig_ with parameters of type SignatureType
 javax.xml.bind.JAXBElement<SignatureType> ObjectFactory.createSignature(SignatureType value)
          Create an instance of JAXBElement<SignatureType>}
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.