| localhost.XflowServiceServiceLocator
getPort | public java.rmi.Remote getPort(Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException(Code) | | For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
|
getPort | public java.rmi.Remote getPort(javax.xml.namespace.QName portName, Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException(Code) | | For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
|
|
|