public class AbstractResource extends Object implements org.wso2.msf4j.Microservice
| Constructor and Description |
|---|
AbstractResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
buildResponse(org.wso2.charon3.core.protocol.SCIMResponse scimResponse) |
protected javax.ws.rs.core.Response |
handleCharonException(org.wso2.charon3.core.exceptions.CharonException e,
org.wso2.charon3.core.encoder.JSONEncoder encoder) |
protected javax.ws.rs.core.Response |
handleFormatNotSupportedException(org.wso2.charon3.core.exceptions.FormatNotSupportedException e) |
boolean |
isValidInputFormat(String format) |
boolean |
isValidOutputFormat(String format) |
public boolean isValidOutputFormat(String format)
public boolean isValidInputFormat(String format)
protected javax.ws.rs.core.Response handleCharonException(org.wso2.charon3.core.exceptions.CharonException e,
org.wso2.charon3.core.encoder.JSONEncoder encoder)
protected javax.ws.rs.core.Response handleFormatNotSupportedException(org.wso2.charon3.core.exceptions.FormatNotSupportedException e)
public javax.ws.rs.core.Response buildResponse(org.wso2.charon3.core.protocol.SCIMResponse scimResponse)
Copyright © 2021 WSO2. All rights reserved.