org.jboss.wsf.spi.publish
Interface EndpointPublisher
public interface EndpointPublisher
EndpointPublisher defines the interface for facilities allowing to publish/destroy
WS endpoints on top of the running JBoss Application Server container.
- Author:
- Alessio Soldano
publish
Context publish(String contextRoot,
ClassLoader loader,
Map<String,String> urlPatternToClassNameMap)
throws Exception
- Throws:
Exception
publish
Context publish(String contextRoot,
ClassLoader loader,
Map<String,String> urlPatternToClassNameMap,
WebservicesMetaData metadata)
throws Exception
- Throws:
Exception
destroy
void destroy(Context context)
throws Exception
- Throws:
Exception
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.