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