org.jboss.wsf.spi.http
Interface HttpServer

All Superinterfaces:
Extensible

public interface HttpServer
extends Extensible

An abstract HTTP Server

Since:
07-Jul-2006
Author:
Thomas.Diesler@jboss.org

Field Summary
static java.lang.String BEAN_NAME
          The default bean name
 
Method Summary
 HttpContext createContext(java.lang.String string)
          Create an HTTP context
 void destroy(HttpContext context, javax.xml.ws.Endpoint endpoint)
          Destroys an JAXWS endpoint on the HTTP server
 void publish(HttpContext context, javax.xml.ws.Endpoint endpoint)
          Publish an JAXWS endpoint to the HTTP server
 void start()
          Start an instance of this HTTP server
 
Methods inherited from interface org.jboss.wsf.spi.deployment.Extensible
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
 

Field Detail

BEAN_NAME

static final java.lang.String BEAN_NAME
The default bean name

See Also:
Constant Field Values
Method Detail

start

void start()
Start an instance of this HTTP server


createContext

HttpContext createContext(java.lang.String string)
Create an HTTP context


publish

void publish(HttpContext context,
             javax.xml.ws.Endpoint endpoint)
Publish an JAXWS endpoint to the HTTP server


destroy

void destroy(HttpContext context,
             javax.xml.ws.Endpoint endpoint)
Destroys an JAXWS endpoint on the HTTP server



Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.