Perform a JAX-WS service invocation on the given port stub.
Parameters: invocation - the AOP method invocation Parameters: portStub - the RMI port stub to invoke the invocation result, if any throws: Throwable - in case of invocation failure See Also:JaxWsPortClientInterceptor.getPortStub()
public void setLookupServiceOnStartup(boolean lookupServiceOnStartup)(Code)
Set whether to look up the JAX-WS service on startup.
Default is "true". Turn this flag off to allow for late start
of the target server. In this case, the JAX-WS service will be
lazily fetched on first access.