|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxsul.wsif.impl.WSIFServiceImpl
An entry point to dynamic WSDL invocations.
| Method Summary | |
WSIFPort |
getPort()
Returns an appropriate WSIFPort for the portType that this factory supports. |
WSIFPort |
getPort(java.lang.String portName)
Return dynamic port instance selected by port name. |
void |
setPreferredPort(java.lang.String portName)
Set the preferred port |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public WSIFPort getPort()
throws WSIFException
WSIFService
getPort in interface WSIFServiceWSIFException - if a suitable port cannot be located.
public WSIFPort getPort(java.lang.String portName)
throws WSIFException
getPort in interface WSIFServiceportName - name of the port (local part of the name).
WSIFException - if the named port is not known or available
public void setPreferredPort(java.lang.String portName)
throws WSIFException
setPreferredPort in interface WSIFServiceportName - The name of the port to use
WSIFException - if something goes wrong
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||