public class EndpointBuilder extends ReferenceableBuilder
EndpointBuilder is able to build the properties for an Endpoint entity.
  • Constructor Details

    • EndpointBuilder

      public EndpointBuilder(String protocol, String networkAddress, String qualifiedName, String typeId, String typeName, OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
      Constructor for endpoint creates.
      Parameters:
      protocol - the protocol
      networkAddress - the network address
      qualifiedName - unique name
      typeId - type GUID to use for the entity
      repositoryHelper - helper methods
      serviceName - name of this OMAS
      serverName - name of local server
  • Method Details