org.apache.axis2.jaxws.context.utils
Class ContextUtils

java.lang.Object
  extended by org.apache.axis2.jaxws.context.utils.ContextUtils

public class ContextUtils
extends java.lang.Object


Constructor Summary
ContextUtils()
           
 
Method Summary
static void addProperties(SOAPMessageContext soapMessageContext, MessageContext jaxwsMessageContext)
          Adds the appropriate properties to the MessageContext that the user will see
static void addWSDLProperties_provider(MessageContext jaxwsMessageContext)
           
static void addWSDLProperties(MessageContext jaxwsMessageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextUtils

public ContextUtils()
Method Detail

addProperties

public static void addProperties(SOAPMessageContext soapMessageContext,
                                 MessageContext jaxwsMessageContext)
Adds the appropriate properties to the MessageContext that the user will see

Parameters:
soapMessageContext -
jaxwsMessageContext -

addWSDLProperties

public static void addWSDLProperties(MessageContext jaxwsMessageContext)

addWSDLProperties_provider

public static void addWSDLProperties_provider(MessageContext jaxwsMessageContext)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.