Apache CXF API

org.apache.cxf.endpoint
Interface EndpointPublisher


public interface EndpointPublisher

The Publish API for the different front-end Endpoint


Method Summary
 void buildEndpoint(Bus bus, java.lang.String implName, java.lang.String serviceName, java.net.URL wsdl, java.lang.String portName)
           
 void publish(java.lang.String address)
           
 

Method Detail

buildEndpoint

void buildEndpoint(Bus bus,
                   java.lang.String implName,
                   java.lang.String serviceName,
                   java.net.URL wsdl,
                   java.lang.String portName)
                   throws BusException
Throws:
BusException

publish

void publish(java.lang.String address)
             throws BusException
Throws:
BusException

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.