Uses of Class
com.sun.enterprise.deployment.NameValuePairDescriptor
-
-
Uses of NameValuePairDescriptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return NameValuePairDescriptor Modifier and Type Method Description NameValuePairDescriptorServiceReferenceDescriptor. getCallPropertyByName(String name)NameValuePairDescriptorServiceRefPortInfo. getCallPropertyByName(String name)NameValuePairDescriptorServiceRefPortInfo. getStubPropertyByName(String name)Methods in com.sun.enterprise.deployment that return types with arguments of type NameValuePairDescriptor Modifier and Type Method Description Set<NameValuePairDescriptor>ServiceReferenceDescriptor. getCallProperties()Runtime information.Methods in com.sun.enterprise.deployment with parameters of type NameValuePairDescriptor Modifier and Type Method Description voidServiceReferenceDescriptor. addCallProperty(NameValuePairDescriptor property)Add call property, using property name as a key.voidServiceRefPortInfo. addCallProperty(NameValuePairDescriptor property)Add call property, using property name as a key.voidWebServiceHandler. addInitParam(NameValuePairDescriptor newInitParam)add an init param to this handlervoidResourceReferenceDescriptor. addProperty(NameValuePairDescriptor newProp)Add a new runtime property to this cmp resourcevoidWebServiceEndpoint. addProperty(NameValuePairDescriptor newProp)voidServiceRefPortInfo. addStubProperty(NameValuePairDescriptor property)Add stub property, using property name as a key.voidServiceReferenceDescriptor. removeCallProperty(NameValuePairDescriptor property)Remove call property, using property name as a key.voidServiceRefPortInfo. removeCallProperty(NameValuePairDescriptor property)Remove call property, using property name as a key.voidWebServiceHandler. removeInitParam(NameValuePairDescriptor initParamToRemove)remove an init param from this handlervoidServiceRefPortInfo. removeStubProperty(NameValuePairDescriptor property)Remove stub property, using property name as a key.Constructors in com.sun.enterprise.deployment with parameters of type NameValuePairDescriptor Constructor Description NameValuePairDescriptor(NameValuePairDescriptor other)copy constructor. -
Uses of NameValuePairDescriptor in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node with parameters of type NameValuePairDescriptor Modifier and Type Method Description NodeNameValuePairNode. writeDescriptor(Node parent, String nodeName, NameValuePairDescriptor descriptor)write the descriptor class to a DOM tree and return it -
Uses of NameValuePairDescriptor in com.sun.enterprise.deployment.runtime.connector
Methods in com.sun.enterprise.deployment.runtime.connector that return NameValuePairDescriptor Modifier and Type Method Description NameValuePairDescriptor[]ResourceAdapter. getPropertyElement() -
Uses of NameValuePairDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type NameValuePairDescriptor Modifier and Type Method Description List<NameValuePairDescriptor>EjbBundleDescriptorImpl. getEnterpriseBeansProperties()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type NameValuePairDescriptor Modifier and Type Method Description voidEjbBundleDescriptorImpl. addEnterpriseBeansProperty(NameValuePairDescriptor newProp)
-