[jboss-user] [JBossWS] - Re: service-name-pattern

richard.opalka@jboss.com do-not-reply at jboss.com
Tue Nov 6 03:45:04 EST 2007


Hi,

   unfortunately javaee:service-name-pattern element isn't supported by jbossws post-handler-chains configuration.
   However, you're doing your job right. Create new JAX-WS client config, define there your post-handler-chains configurations but use config-name instead of service-name-pattern subelement.
   The last step you should do is to refer to this config by annotating the SEI interface, you're using on your client side. Here's the example.

@EndpointConfig(configName = "Config Name Sample", configFile = "META-INF/custom-jaxws-client-config.xml")
  | public interface SEI { ... }
  | 

Richard

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102115#4102115

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102115



More information about the jboss-user mailing list