All Downloads are FREE. Search and download functionalities are using the official Maven repository.

network.oxalis.as4.inbound.As4EndpointsPublisher Maven / Gradle / Ivy

There is a newer version: 6.7.0
Show newest version
package network.oxalis.as4.inbound;

import org.apache.cxf.Bus;
import org.apache.cxf.jaxws.EndpointImpl;

public interface As4EndpointsPublisher {

    EndpointImpl publish(Bus bus);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy