Defining new Service Interface

Feedback


Below demonstrates the implementation of the service interface:

@Interface(componentTypes = { com.supermap.services.components.Map.class }, optional = false, multiple = false)

@Protocol(names={"BingMaps"})

public class BingMapsServlet extends HttpServlet implements InterfaceContextAware {

        ...

}

Where