Author: thomas.diesler(a)jboss.com
Date: 2007-07-27 05:55:27 -0400 (Fri, 27 Jul 2007)
New Revision: 4021
Modified:
trunk/integration/spi/src/main/java/org/jboss/wsf/framework/deployment/BasicService.java
Log:
Allow getEndpointByName to return null
Modified:
trunk/integration/spi/src/main/java/org/jboss/wsf/framework/deployment/BasicService.java
===================================================================
---
trunk/integration/spi/src/main/java/org/jboss/wsf/framework/deployment/BasicService.java 2007-07-27
09:29:58 UTC (rev 4020)
+++
trunk/integration/spi/src/main/java/org/jboss/wsf/framework/deployment/BasicService.java 2007-07-27
09:55:27 UTC (rev 4021)
@@ -71,9 +71,6 @@
public Endpoint getEndpointByName(String shortName)
{
- if (shortName == null)
- throw new IllegalArgumentException("shortName cannot be null");
-
Endpoint retEndpoint = null;
for (Endpoint ep : endpoints)
{
Show replies by date