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

Packages that use FaultException
com.sun.ws.management.client   
com.sun.ws.management.client.support   
 

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

Methods in com.sun.ws.management.client that throw FaultException
static Resource ResourceFactory.create(java.lang.String destination, java.lang.String resourceURI, long timeoutInMilliseconds, org.w3c.dom.Document content, java.lang.String specVersion)
          Creates a new resource instance on the server.
static Resource ResourceFactory.create(java.lang.String destination, java.lang.String resourceURI, long timeoutInMilliseconds, org.w3c.dom.Document content, java.lang.String specVersion, java.util.HashSet<org.dmtf.schemas.wbem.wsman._1.wsman.OptionType> optionSet)
          Creates a new resource instance on the server.
static Resource ResourceFactory.create(java.lang.String destination, java.lang.String resourceURI, org.dmtf.schemas.wbem.wsman._1.wsman.SelectorSetType existingResourceId, long timeoutInMilliseconds, java.lang.Object content, java.lang.String specVersion, java.util.HashSet<org.dmtf.schemas.wbem.wsman._1.wsman.OptionType> optionSet, java.lang.Object expression, java.util.Map<java.lang.String,java.lang.String> namespaces, java.lang.String dialect)
          Create a new resource on the server.
static Resource ResourceFactory.createFragment(java.lang.String destination, java.lang.String resourceURI, org.dmtf.schemas.wbem.wsman._1.wsman.SelectorSetType existingResourceId, long timeoutInMilliseconds, org.w3c.dom.Document content, java.lang.String specVersion, java.lang.String fragmentExp, java.lang.String dialect)
          Create a fragment resource on the server.
static JAXBResource ResourceFactory.createJAXB(java.lang.String destination, java.lang.String resourceURI, long timeoutInMilliseconds, java.lang.Object content, java.lang.String specVersion, java.lang.String... packageNames)
          Creates a new resource instance on the server.
static JAXBResource ResourceFactory.createJAXB(java.lang.String destination, java.lang.String resourceURI, long timeoutInMilliseconds, java.lang.Object content, java.lang.String specVersion, com.sun.ws.management.xml.XmlBinding binding)
          Creates a new resource instance on the server.
 void TransferableResource.delete()
          Generates a DELETE request over WS Management protocol for this resource.
 void TransferableResource.delete(java.lang.Object expression, java.util.Map<java.lang.String,java.lang.String> namespaces, java.lang.String dialect)
          Generates a fragment DELETE request over WS Management protocol.
 void TransferableResource.delete(java.lang.Object expression, java.lang.String dialect)
          Generates a fragment DELETE request over WS Management protocol.
static void ResourceFactory.delete(Resource res)
          Delete the specified resource on the server.
 EnumerationCtx EnumerableResource.enumerate(java.lang.Object filter, java.util.Map<java.lang.String,java.lang.String> namespaces, java.lang.String dialect, boolean getEpr, boolean getResource)
          Initiates an enumeration transaction by obtaining an enumeration context.
 EnumerationCtx EnumerableResource.enumerate(java.lang.Object filter, java.util.Map<java.lang.String,java.lang.String> namespaces, java.lang.String dialect, boolean getEpr, boolean getResource, boolean getItemCount, boolean optimized, long timeout, long maxElements)
          Initiates an enumeration transaction by obtaining an enumeration context.
 EnumerationCtx EnumerableResource.enumerate(java.lang.Object filter, java.util.Map<java.lang.String,java.lang.String> namespaces, java.lang.String dialect, boolean getEpr, boolean getResource, boolean getItemCount, boolean optimized, long timeout, long maxElements, java.lang.Object... params)
          Initiates an enumeration transaction by obtaining an enumeration context.
 com.sun.ws.management.client.impl.JAXBResourceImpl.ResourceEnumerator JAXBResource.enumerate(java.lang.String[] filters, org.dmtf.schemas.wbem.wsman._1.wsman.EnumerationModeType mode)
          Establishs a enumeration session with the WS-Management resource.
 com.sun.ws.management.client.impl.JAXBResourceImpl.ResourceEnumerator JAXBResource.enumerate(java.lang.String[] filters, java.lang.String dialect, org.dmtf.schemas.wbem.wsman._1.wsman.EnumerationModeType mode)
          Establishs a enumeration session with the WS-Management resource.
static Resource[] ResourceFactory.find(java.lang.String destination, java.lang.String resourceURI, long timeout, java.util.Map<java.lang.String,java.lang.String> selectors)
          Static method for locating existing exposed resource(s).
static Resource[] ResourceFactory.find(java.lang.String destination, java.lang.String resourceURI, long timeout, org.dmtf.schemas.wbem.wsman._1.wsman.SelectorSetType selectors)
          Static method for locating existing exposed resource(s).
 ResourceState TransferableResource.get()
          Generates a WS Management GET message and returns the contents of the Resource as a ResoruceState instance.
 ResourceState TransferableResource.get(java.lang.Object expression, java.util.Map<java.lang.String,java.lang.String> namespaces, java.lang.String dialect)
          Generates a WS Management fragment GET message with fragmentExpression defining content to operate on in the agreed upon dialect and returns the contents of the Resource as a ResoruceState instance.
 ResourceState TransferableResource.get(java.lang.Object expression, java.lang.String dialect)
          Generates a WS Management fragment GET message with fragmentExpression defining content to operate on in the agreed upon dialect and returns the contents of the Resource as a ResoruceState instance.
 java.lang.Object JAXBResource.getObject()
          Fetches the model contents from the WS-Management Resource.
 ResourceState Resource.invoke(java.lang.String action, org.w3c.dom.Document document)
           
 ResourceState EnumerableResource.pull(EnumerationCtx enumerationContext, int maxTime, int maxElements, int maxCharacters)
          Requests a list of eprs or objects.
 java.util.List<com.sun.ws.management.server.EnumerationItem> EnumerableResource.pullItems(EnumerationCtx enumerationContext, int timeout, int maxElements, int maxEnvelopeSize, boolean getItemCount)
          Requests a list of EnumerationItem objects.
 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.
 ResourceState TransferableResource.put(org.w3c.dom.Document content)
          Generates a PUT request over WS Management protocol with contents of Document passed in.
 ResourceState TransferableResource.put(org.w3c.dom.Document content, java.lang.Object expression, java.lang.String dialect)
          Generates a fragment PUT request over WS Management protocol with the fragment for update defined by fragmentExpression, using the fragmentDialect to be updated with the contents of the Document passed in.
 ResourceState TransferableResource.put(java.lang.Object content, java.lang.Object expression, java.util.Map<java.lang.String,java.lang.String> namespaces, java.lang.String dialect)
          Generates a fragment PUT request over WS Management protocol with the fragment for update defined by fragmentExpression, using the fragmentDialect to be updated with the contents of the Document passed in.
 ResourceState TransferableResource.put(ResourceState newState)
          Generates a PUT request over WS Management protocol with contents of ResourceState passed in.
 java.lang.Object JAXBResource.putObject(java.lang.Object newState)
          Updates the WS-Management Resource with the new model.
 void EnumerableResource.release(EnumerationCtx enumerationContext)
          Releases a context for enumeration.
 void EnumerableResource.renew(EnumerationCtx enumerationContext)
          Renew a context for enumeration.
 

Uses of FaultException in com.sun.ws.management.client.support
 

Methods in com.sun.ws.management.client.support that throw FaultException
static ResourceState IdentifySupport.retrieveIdentifyResponse(com.sun.ws.management.addressing.Addressing identifyResponse)
          Returns the IdentifyResponse object as a familiar ResourceState instance complete with XPath processing.