org.projecthusky.xua.communication.config.ClientConfigBuilder Maven / Gradle / Ivy
/*
* This code is made available under the terms of the Eclipse Public License v1.0
* in the github project https://github.com/project-husky/husky there you also
* find a list of the contributors and the license information.
*
* This project has been developed further and modified by the joined working group Husky
* on the basis of the eHealth Connector opensource project from June 28, 2021,
* whereas medshare GmbH is the initial and main contributor/author of the eHealth Connector.
*
*/
package org.projecthusky.xua.communication.config;
/**
*
* Interface describing the ClientConfigBuilder methods.
* Interface welches die Methoden des ClientConfigBuilders beschreibt.
*
*
*
*/
public interface ClientConfigBuilder {
/**
*
*
* Method to set the enpoint URI.
* Methode um die Enpunkt URI zu bilden.
*
*
*
* @param aEndpointUrl
* the enpoint URI to be set.
* Die Enpunkt URI die zu setzen ist.
*
*
* @return
* the actual instance of this builder
* die aktuelle Instanz des Builders
*
*
*
*/
ClientConfigBuilder url(String aEndpointUrl);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy