Class EndpointPublisherFactoryImpl

java.lang.Object
org.jboss.as.webservices.publish.EndpointPublisherFactoryImpl
All Implemented Interfaces:
org.jboss.wsf.spi.publish.EndpointPublisherFactory

public final class EndpointPublisherFactoryImpl extends Object implements org.jboss.wsf.spi.publish.EndpointPublisherFactory
Factory for retrieving an EndpointPublisher instance for the currently running JBoss Application Server container.
Author:
Alessio Soldano, Richard Opalka
  • Constructor Details

    • EndpointPublisherFactoryImpl

      public EndpointPublisherFactoryImpl()
  • Method Details

    • newEndpointPublisher

      public org.jboss.wsf.spi.publish.EndpointPublisher newEndpointPublisher(String hostname)
      Specified by:
      newEndpointPublisher in interface org.jboss.wsf.spi.publish.EndpointPublisherFactory