network.oxalis.as4.inbound.As4EndpointsPublisher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oxalis-as4 Show documentation
Show all versions of oxalis-as4 Show documentation
Extension adding AS4 support to Oxalis
package network.oxalis.as4.inbound;
import org.apache.cxf.Bus;
import org.apache.cxf.jaxws.EndpointImpl;
public interface As4EndpointsPublisher {
EndpointImpl publish(Bus bus);
}