|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
org.jboss.webservice.server.PortComponentLinkServlet
A servlet that reports the serviceURL for a given service ID.
SeeAxisService
(src) for details on the registry of
PortComponentInfo
(src) objects.
When the web service client ENC is setup, it may contain port-component-link
entries that point to service endpoints in the same top level deployment.
The final serviceURL of those endpoints will become available after the
reference to the javax.xml.rpc.Service is bound to JNDI.
When the client does a lookup of the javax.xml.rpc.Service from JNDI the ObjectFactory
will contact this servlet for the final serviceURL. It is acceptable that the client
wsdl does not contain the correct serviceURL if the client is using the port-component-link element.
Constructor Summary | |
PortComponentLinkServlet()
|
Method Summary | |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse res)
Get the serviceURL as string for a given serviceID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortComponentLinkServlet()
Method Detail |
protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, java.io.IOException
ServletException
java.io.IOException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |