Package org.jboss.wsf.common.invocation

Examples of org.jboss.wsf.common.invocation.WebServiceContextJSE


      ExtensibleWebServiceContext context = null;

      if(type.toString().indexOf("EJB")!=-1 || type.toString().indexOf("MDB")!=-1)
         context = new WebServiceContextEJB(new NativeWebServiceContext(messageContext));
      else
         context = new WebServiceContextJSE(new NativeWebServiceContext(messageContext));

      return context;
   }
View Full Code Here

TOP

Related Classes of org.jboss.wsf.common.invocation.WebServiceContextJSE

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.