Package | Description |
---|---|
com.ibm.wsspi.kernel.service.location |
Modifier and Type | Method and Description |
---|---|
WsResource.Type |
ResourceMismatchException.getExpected() |
WsResource.Type |
ResourceMismatchException.getFound() |
WsResource.Type |
WsResource.getType()
Return the resource type
|
static WsResource.Type |
WsResource.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static 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 |
---|---|
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) |