public final class EndpointMetadata extends Object
| Constructor and Description |
|---|
EndpointMetadata(String endpoint,
String description,
String communicationPattern,
boolean validSessionNeeded,
String requestSchema,
String responseSchema) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommunicationPattern() |
String |
getDescription() |
String |
getEndpoint() |
String |
getRequestSchema() |
String |
getResponseSchema() |
boolean |
isValidSessionNeeded() |
public String getEndpoint()
public String getDescription()
public String getCommunicationPattern()
public boolean isValidSessionNeeded()
public String getRequestSchema()
public String getResponseSchema()
Copyright © 2022. All rights reserved.