com.ibm.wsspi.kernel.service.location

Uses of Class WsResource.Type

Packages that use WsResource.Type

Package Description
com.ibm.wsspi.kernel.service.location

Uses of WsResource.Type in com.ibm.wsspi.kernel.service.location

Modifier and Type Method and Description
  1. WsResource.Type
ResourceMismatchException.getExpected()
  1. WsResource.Type
ResourceMismatchException.getFound()
  1. WsResource.Type
WsResource.getType()
Return the resource type
  1. static
  2. WsResource.Type
WsResource.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
  1. static
  2. WsResource.Type[]
WsResource.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.
Modifier and Type Method and Description
  1. boolean
WsResource.isType(WsResource.Type resourceType)
Tests whether the wrapped/proxied resource is of the specified type: WsResource.Type.
Constructor and Description
ResourceMismatchException(java.lang.String path,WsResource.Type expected,WsResource.Type found)