public abstract class BaseXmlProtocolMetadataProvider extends BaseProtocolMetadataProvider
| Constructor and Description |
|---|
BaseXmlProtocolMetadataProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionUnmarshallerImpl() |
String |
getUnmarshallerClassSuffix() |
String |
getUnmarshallerContextClassName() |
boolean |
isXmlProtocol()
Default is false, subclasses can override to indicate they are XML protocols.
|
getBaseExceptionFqcn, getContentType, hasAsyncClient, isCborProtocol, isJsonProtocolpublic boolean isXmlProtocol()
BaseProtocolMetadataProviderisXmlProtocol in interface ProtocolMetadataProviderisXmlProtocol in class BaseProtocolMetadataProviderpublic String getUnmarshallerContextClassName()
public String getUnmarshallerClassSuffix()
public String getExceptionUnmarshallerImpl()
Copyright © 2016. All rights reserved.