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 |
---|---|
ResourceMismatchException.getExpected()
|
|
ResourceMismatchException.getFound()
|
|
WsResource.getType()
Return the resource type
|
|
|
WsResource.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
|
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 |
---|---|
|
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)
|