public interface MsdlFile
| Modifier and Type | Method and Description |
|---|---|
List<BroadcastMessageDeclaration> |
getBroadcasts()
Returns a list of all broadcast messages defined in the MSDL file.
|
List<EndpointDefinition> |
getEndpoints()
Returns a list of all endpoints defined in the MSDL file.
|
List<EnumDeclaration> |
getEnums()
Returns a list of all enums defined in the MSDL file.
|
List<MessageDeclaration> |
getMessages()
Returns a list of all messages defined in the MSDL file.
|
String |
getNamespace()
Returns any namespace that has been defined in the MSDL file.
|
List<BroadcastMessageDeclaration> getBroadcasts()
List<EndpointDefinition> getEndpoints()
List<EnumDeclaration> getEnums()
List<MessageDeclaration> getMessages()
String getNamespace()
null if no namespace has been
defined.Copyright © 2012–2014 Danish Maritime Authority. All rights reserved.