public interface ProtocolMetadataProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseExceptionFqcn() |
String |
getContentType() |
String |
getExceptionUnmarshallerImpl() |
String |
getProtocolFactoryImplFqcn() |
String |
getRequestBaseFqcn() |
String |
getUnmarshallerClassSuffix() |
String |
getUnmarshallerContextClassName() |
boolean |
isCborProtocol() |
boolean |
isIonProtocol() |
boolean |
isJsonProtocol() |
boolean |
isXmlProtocol() |
boolean isJsonProtocol()
boolean isXmlProtocol()
boolean isCborProtocol()
boolean isIonProtocol()
String getContentType()
String getUnmarshallerContextClassName()
String getUnmarshallerClassSuffix()
String getExceptionUnmarshallerImpl()
String getProtocolFactoryImplFqcn()
String getBaseExceptionFqcn()
String getRequestBaseFqcn()
Copyright © 2022. All rights reserved.