Uses of Class
org.mule.module.apikit.uri.URIResolveResult.Status

Packages that use URIResolveResult.Status
org.mule.module.apikit.uri   
 

Uses of URIResolveResult.Status in org.mule.module.apikit.uri
 

Methods in org.mule.module.apikit.uri that return URIResolveResult.Status
 URIResolveResult.Status URIResolveResult.getStatus()
          Returns the status of this result.
static URIResolveResult.Status URIResolveResult.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static URIResolveResult.Status[] URIResolveResult.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mule.module.apikit.uri with parameters of type URIResolveResult.Status
protected  void URIResolveResult.setStatus(URIResolveResult.Status status)
          Sets the status of this result.
 



Copyright © 2013. All rights reserved.