public class IntermediateModel extends Object
| Constructor and Description |
|---|
IntermediateModel(Metadata metadata,
Map<String,OperationModel> operations,
Map<String,ShapeModel> shapes,
CustomizationConfig customizationConfig,
ServiceExamples examples) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientConfigFactory()
ClientConfigurationFactory to use when producing default client configuration for the
client.
|
CustomizationConfig |
getCustomizationConfig() |
ServiceExamples |
getExamples() |
String |
getExceptionUnmarshallerImpl() |
String |
getFileHeader() |
Metadata |
getMetadata() |
Map<String,OperationModel> |
getOperations() |
String |
getSdkModeledExceptionBaseClassName() |
String |
getSdkModeledExceptionBaseFqcn() |
String |
getServiceBaseExceptionFqcn() |
ShapeModel |
getShapeByC2jName(String c2jName) |
Map<String,ShapeModel> |
getShapes() |
public IntermediateModel(Metadata metadata, Map<String,OperationModel> operations, Map<String,ShapeModel> shapes, CustomizationConfig customizationConfig, ServiceExamples examples)
public Metadata getMetadata()
public Map<String,OperationModel> getOperations()
public Map<String,ShapeModel> getShapes()
public ShapeModel getShapeByC2jName(String c2jName)
public CustomizationConfig getCustomizationConfig()
public ServiceExamples getExamples()
public String getClientConfigFactory()
public String getExceptionUnmarshallerImpl()
public String getServiceBaseExceptionFqcn()
public String getSdkModeledExceptionBaseFqcn()
public String getSdkModeledExceptionBaseClassName()
public String getFileHeader() throws IOException
IOExceptionCopyright © 2016. All rights reserved.