|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
soaprest.DualProvider
test.ContainerEndpoint
@Copyright
@SoapRestProvider(serviceName="TestService",
portName="TestEndpoint",
targetNamespace="http://test")
public class ContainerEndpointTest endpoint for deployment in a container.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Default version identifier. |
| Constructor Summary | |
|---|---|
ContainerEndpoint()
Construct a Test web service that can be invoked with either SOAP or ReST. |
|
| Method Summary | |
|---|---|
void |
init()
Initialize the web service after it has been deployed in the container. |
| Methods inherited from class soaprest.DualProvider |
|---|
deploy, getImplementation, getMessageContext, getWsdlLocation, init, invoke, returnRestFaults, service, setWsdlLocation |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public ContainerEndpoint()
throws java.lang.Exception
getInitParameter
method after the endpoint has been deployed.
java.lang.Exception - if the web service provider cannot be constructed.| Method Detail |
|---|
public void init()
init in class javax.servlet.GenericServlet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||