@ -248,7 +247,7 @@ public class JaxWsPortClientInterceptor extends LocalJaxWsServiceFactory
@@ -248,7 +247,7 @@ public class JaxWsPortClientInterceptor extends LocalJaxWsServiceFactory
thrownewIllegalArgumentException("'serviceInterface' must be an interface");
}
@ -258,7 +257,7 @@ public class JaxWsPortClientInterceptor extends LocalJaxWsServiceFactory
@@ -258,7 +257,7 @@ public class JaxWsPortClientInterceptor extends LocalJaxWsServiceFactory
@ -395,10 +394,12 @@ public class JaxWsPortClientInterceptor extends LocalJaxWsServiceFactory
@@ -395,10 +394,12 @@ public class JaxWsPortClientInterceptor extends LocalJaxWsServiceFactory
thrownewJaxWsSoapFaultException(ex);
}
catch(ProtocolExceptionex){
thrownewRemoteConnectFailureException("Could not connect to remote service ["+this.portQName+"]",ex);
thrownewRemoteConnectFailureException(
"Could not connect to remote service ["+getEndpointAddress()+"]",ex);
}
catch(WebServiceExceptionex){
thrownewRemoteAccessException("Could not access remote service at ["+this.portQName+"]",ex);
thrownewRemoteAccessException(
"Could not access remote service at ["+getEndpointAddress()+"]",ex);