Uses of Class
org.jdiameter.common.impl.validation.VAvpRepresentation

Packages that use VAvpRepresentation
org.jdiameter.common.impl.validation   
 

Uses of VAvpRepresentation in org.jdiameter.common.impl.validation
 

Fields in org.jdiameter.common.impl.validation with type parameters of type VAvpRepresentation
protected  java.util.Map<VAvpRepresentation,VAvpRepresentation> DiameterMessageValidator.avpMap
           
protected  java.util.Map<VAvpRepresentation,VAvpRepresentation> DiameterMessageValidator.avpMap
           
protected  java.util.List<VAvpRepresentation> VAvpRepresentation.children
           
protected  java.util.Map<VAvpRepresentation,VAvpRepresentation> VMessageRepresentation.messageAvps
           
protected  java.util.Map<VAvpRepresentation,VAvpRepresentation> VMessageRepresentation.messageAvps
           
protected  java.util.Map<java.lang.String,VAvpRepresentation> DiameterMessageValidator.nameToCodeMap
           
 

Methods in org.jdiameter.common.impl.validation that return types with arguments of type VAvpRepresentation
 java.util.Map<VAvpRepresentation,VAvpRepresentation> DiameterMessageValidator.getAvpMap()
           
 java.util.Map<VAvpRepresentation,VAvpRepresentation> DiameterMessageValidator.getAvpMap()
           
 java.util.List<VAvpRepresentation> VAvpRepresentation.getChildren()
           
 java.util.Map<VAvpRepresentation,VAvpRepresentation> VMessageRepresentation.getMessageAvps()
           
 java.util.Map<VAvpRepresentation,VAvpRepresentation> VMessageRepresentation.getMessageAvps()
           
 java.util.Map<java.lang.String,VAvpRepresentation> DiameterMessageValidator.getNameToCodeMap()
           
 java.util.Map<VAvpRepresentation,VAvpRepresentation> DiameterMessageValidator.parseAvps(org.w3c.dom.Document doc, java.util.Map<java.lang.String,java.lang.String> vendorMap)
           
 java.util.Map<VAvpRepresentation,VAvpRepresentation> DiameterMessageValidator.parseAvps(org.w3c.dom.Document doc, java.util.Map<java.lang.String,java.lang.String> vendorMap)
           
 

Methods in org.jdiameter.common.impl.validation with parameters of type VAvpRepresentation
protected  boolean DiameterMessageValidator.resolveWeaklings(VAvpRepresentation groupedAvp, java.util.Map<VAvpRepresentation,VAvpRepresentation> avpMap, java.util.Map<java.lang.String,VAvpRepresentation> nameToCodeMap)
           
 

Method parameters in org.jdiameter.common.impl.validation with type arguments of type VAvpRepresentation
 void DiameterMessageValidator.resolveWeakGroupedChildren(java.util.Map<VAvpRepresentation,VAvpRepresentation> avpMap, java.util.Map<java.lang.String,VAvpRepresentation> nameToCodeMap)
           
 void DiameterMessageValidator.resolveWeakGroupedChildren(java.util.Map<VAvpRepresentation,VAvpRepresentation> avpMap, java.util.Map<java.lang.String,VAvpRepresentation> nameToCodeMap)
           
 void DiameterMessageValidator.resolveWeakGroupedChildren(java.util.Map<VAvpRepresentation,VAvpRepresentation> avpMap, java.util.Map<java.lang.String,VAvpRepresentation> nameToCodeMap)
           
protected  boolean DiameterMessageValidator.resolveWeaklings(VAvpRepresentation groupedAvp, java.util.Map<VAvpRepresentation,VAvpRepresentation> avpMap, java.util.Map<java.lang.String,VAvpRepresentation> nameToCodeMap)
           
protected  boolean DiameterMessageValidator.resolveWeaklings(VAvpRepresentation groupedAvp, java.util.Map<VAvpRepresentation,VAvpRepresentation> avpMap, java.util.Map<java.lang.String,VAvpRepresentation> nameToCodeMap)
           
protected  boolean DiameterMessageValidator.resolveWeaklings(VAvpRepresentation groupedAvp, java.util.Map<VAvpRepresentation,VAvpRepresentation> avpMap, java.util.Map<java.lang.String,VAvpRepresentation> nameToCodeMap)
           
 void DiameterMessageValidator.setAvpMap(java.util.Map<VAvpRepresentation,VAvpRepresentation> avpMap)
           
 void DiameterMessageValidator.setAvpMap(java.util.Map<VAvpRepresentation,VAvpRepresentation> avpMap)
           
 void VAvpRepresentation.setChildren(java.util.List<VAvpRepresentation> children)
           
 void VMessageRepresentation.setMessageAvps(java.util.Map<VAvpRepresentation,VAvpRepresentation> messageAvps)
           
 void VMessageRepresentation.setMessageAvps(java.util.Map<VAvpRepresentation,VAvpRepresentation> messageAvps)
           
 void DiameterMessageValidator.setNameToCodeMap(java.util.Map<java.lang.String,VAvpRepresentation> nameToCodeMap)
           
 

Constructors in org.jdiameter.common.impl.validation with parameters of type VAvpRepresentation
VAvpRepresentation(VAvpRepresentation clone)
           
 



Copyright © 2010. All Rights Reserved.