Uses of Class
com.sun.ws.management.client.exceptions.NoMatchFoundException

Packages that use NoMatchFoundException
com.sun.ws.management.client   
 

Uses of NoMatchFoundException in com.sun.ws.management.client
 

Methods in com.sun.ws.management.client that throw NoMatchFoundException
 java.lang.String ServerIdentity.getBuildId()
           
 java.lang.String ServerIdentity.getProductVendor()
           
 java.lang.String ServerIdentity.getProductVersion()
           
 java.lang.String ServerIdentity.getProtocolVersion()
           
 java.lang.String ServerIdentity.getSpecVersion()
           
 org.w3c.dom.NodeList ResourceState.getValues(java.lang.String xPathExpression)
          Returns a list of nodes that match the provided XPath criteria.
 java.lang.String ResourceState.getValueText(javax.xml.namespace.QName name, org.w3c.dom.Node context)
           
 java.lang.String ResourceState.getValueText(java.lang.String xPathExpression)
          Returns the element text of the Element pointed to by the provided XPath.
 java.lang.String ResourceState.getWrappedValueText(javax.xml.namespace.QName name)
           
 Resource[] EnumerableResource.pullResources(EnumerationCtx enumerationContext, int maxTime, int maxElements, int maxCharacters, java.lang.String endpointUrl)
          Assumes getEpr was set to true in the original EnumerableResource.enumerate(Object, Map, String, boolean, boolean) call.
 void ResourceState.setFieldValue(javax.xml.namespace.QName name, java.lang.String value, org.w3c.dom.Node context)
          Sets the element text of the first element that matches QName relative to the provided dom node.
 void ResourceState.setFieldValues(java.lang.String xPathExpression, java.lang.String value)
          Sets all the text elements of the selected nodes to the value provided.
 void ResourceState.setWrappedFieldValue(javax.xml.namespace.QName name, java.lang.String value)
          Sets the element text of the specified QName to null.