|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpServer
An abstract HTTP Server
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 |
---|
static final java.lang.String BEAN_NAME
Method Detail |
---|
void start()
HttpContext createContext(java.lang.String string)
void publish(HttpContext context, javax.xml.ws.Endpoint endpoint)
void destroy(HttpContext context, javax.xml.ws.Endpoint endpoint)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |