GlassFishConfigureListener is in jsf-impl-1.2-b19.jar...

services.xml

  | <beans xmlns="http://www.springframework.org/schema/beans";
  |       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |       xmlns:jaxws="http://cxf.apache.org/jaxws";
  |       xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd 
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd";>
  | 
  |   <import resource="classpath:META-INF/cxf/cxf.xml"/>
  |   <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/>
  |   <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
  | 
  |   <jaxws:endpoint id="EFileServiceSoap" 
implementor="net.sourceforge.gateway.sstp.webservices.EFileServiceSoap" 
address="/EFileServiceSoap">
  |     <jaxws:inInterceptors>
  |       <bean class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor"/>
  |       <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
  |         <constructor-arg>
  |           <map>
  |             <entry key="action" value="UsernameToken"/>
  |             <entry key="passwordType" value="PasswordText"/>
  |             <entry key="passwordCallbackRef">
  |               <bean 
class="net.sourceforge.gateway.sstp.authentication.EFileCallbackHandler"/>
  |             </entry>
  |           </map>
  |         </constructor-arg>
  |       </bean>
  |     </jaxws:inInterceptors>
  |   </jaxws:endpoint>
  |   
  |   <jaxws:endpoint id="SendTransmitters" 
implementor="net.sourceforge.gateway.sstp.webservices.SendTransmitters" 
address="/SendTransmitters">
  |     <jaxws:inInterceptors>
  |       <bean class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor"/>
  |       <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
  |         <constructor-arg>
  |           <map>
  |             <entry key="action" value="UsernameToken"/>
  |             <entry key="passwordType" value="PasswordText"/>
  |             <entry key="passwordCallbackRef">
  |               <bean 
class="net.sourceforge.gateway.sstp.authentication.SendTransmittersCallbackHandler"/>
  |             </entry>
  |           </map>
  |         </constructor-arg>
  |       </bean>
  |     </jaxws:inInterceptors>
  |   </jaxws:endpoint>
  |   
  |   <jaxws:endpoint id="GatewayStatus" 
implementor="net.sourceforge.gateway.sstp.webservices.GatewayStatus" 
address="/StatusRequest">
  |     <jaxws:inInterceptors>
  |       <bean class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor"/>
  |       <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
  |         <constructor-arg>
  |           <map>
  |             <entry key="action" value="UsernameToken"/>
  |             <entry key="passwordType" value="PasswordText"/>
  |             <entry key="passwordCallbackRef">
  |               <bean 
class="net.sourceforge.gateway.sstp.authentication.GatewayStatusCallbackHandler"/>
  |             </entry>
  |           </map>
  |         </constructor-arg>
  |       </bean>
  |     </jaxws:inInterceptors>
  |   </jaxws:endpoint>
  |   
  |   <jaxws:endpoint id="SQLServiceSoap" 
implementor="net.sourceforge.gateway.sstp.webservices.SQLServiceSoap" 
address="/SQLServiceSoap">
  |     <jaxws:inInterceptors>
  |       <bean class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor"/>
  |       <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
  |         <constructor-arg>
  |           <map>
  |             <entry key="action" value="UsernameToken"/>
  |             <entry key="passwordType" value="PasswordText"/>
  |             <entry key="passwordCallbackRef">
  |               <bean 
class="net.sourceforge.gateway.sstp.authentication.SQLServiceCallbackHandler"/>
  |             </entry>
  |           </map>
  |         </constructor-arg>
  |       </bean>
  |     </jaxws:inInterceptors>
  |   </jaxws:endpoint>
  | </beans>
  | 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250425
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to