public abstract class BaseXmlProtocolMetadataProvider extends BaseProtocolMetadataProvider
Constructor and Description |
---|
BaseXmlProtocolMetadataProvider() |
Modifier and Type | Method and Description |
---|---|
String |
getExceptionUnmarshallerImpl() |
String |
getProtocolFactoryImplFqcn() |
String |
getUnmarshallerContextClassName() |
boolean |
isXmlProtocol()
Default is false, subclasses can override to indicate they are XML protocols.
|
getBaseExceptionFqcn, getContentType, getRequestBaseFqcn, isCborProtocol, isIonProtocol, isJsonProtocol
public boolean isXmlProtocol()
BaseProtocolMetadataProvider
isXmlProtocol
in interface ProtocolMetadataProvider
isXmlProtocol
in class BaseProtocolMetadataProvider
public String getUnmarshallerContextClassName()
public String getExceptionUnmarshallerImpl()
public String getProtocolFactoryImplFqcn()
Copyright © 2018. All rights reserved.