com.ptc.windchill.uwgm.proesrv
Class RequestContextFactory

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.RequestContextFactory

public class RequestContextFactory
extends Object


Nested Class Summary
private static class RequestContextFactory.RequestContextImpl
          internal implementation
 
Field Summary
private static Log log
          logging
private static String[] standaloneApplications
          known SandAlone applications
 
Constructor Summary
RequestContextFactory()
           
 
Method Summary
static RequestContext getContext(com.ptc.windchill.uwgm.soap.uwgm.UwgmTransaction uwgmTransaction)
          returns RequestContext for given UwgmTransaction
private static boolean isStandaloneAppl(String applName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

standaloneApplications

private static String[] standaloneApplications
known SandAlone applications


log

private static Log log
logging

Constructor Detail

RequestContextFactory

public RequestContextFactory()
Method Detail

getContext

public static RequestContext getContext(com.ptc.windchill.uwgm.soap.uwgm.UwgmTransaction uwgmTransaction)
returns RequestContext for given UwgmTransaction

Parameters:
uwgmTransaction - UwgmTransaction
Returns:
RequestContext

isStandaloneAppl

private static boolean isStandaloneAppl(String applName)