org.jvnet.ws.message
Class MessageContextFactory

java.lang.Object
  extended by com.oracle.webservices.api.message.MessageContextFactory
      extended by org.jvnet.ws.message.MessageContextFactory

Deprecated.

@Deprecated
public abstract class MessageContextFactory
extends MessageContextFactory


Constructor Summary
MessageContextFactory()
          Deprecated.  
 
Method Summary
static MessageContext create(ClassLoader... classLoader)
          Deprecated. 
static MessageContext create(SOAPMessage m, ClassLoader... classLoader)
          Deprecated. 
static MessageContext create(Source m, com.sun.xml.ws.api.SOAPVersion v, ClassLoader... classLoader)
          Deprecated. 
abstract  MessageContext createContext()
          Deprecated.  
abstract  MessageContext createContext(InputStream in, MimeHeaders headers)
          Deprecated. http://java.net/jira/browse/JAX_WS-1077
abstract  MessageContext createContext(InputStream in, String contentType)
          Deprecated.  
abstract  MessageContext createContext(SOAPMessage m)
          Deprecated.  
abstract  MessageContext createContext(Source m)
          Deprecated.  
abstract  MessageContext createContext(Source m, EnvelopeStyle.Style envelopeStyle)
          Deprecated.  
static MessageContextFactory createFactory(ClassLoader cl, WebServiceFeature... f)
          Deprecated.  
static MessageContextFactory createFactory(WebServiceFeature... f)
          Deprecated.  
abstract  MessageContext doCreate()
          Deprecated. 
abstract  MessageContext doCreate(SOAPMessage m)
          Deprecated. 
abstract  MessageContext doCreate(Source x, com.sun.xml.ws.api.SOAPVersion soapVersion)
          Deprecated. 
protected abstract  MessageContextFactory newFactory(WebServiceFeature... f)
          Deprecated.  
static MessageContext wrap(MessageContext mc)
          Deprecated.  
static MessageContextFactory wrap(MessageContextFactory mcf)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageContextFactory

public MessageContextFactory()
Deprecated. 
Method Detail

newFactory

protected abstract MessageContextFactory newFactory(WebServiceFeature... f)
Deprecated. 
Specified by:
newFactory in class MessageContextFactory

createContext

public abstract MessageContext createContext()
Deprecated. 
Specified by:
createContext in class MessageContextFactory

createContext

public abstract MessageContext createContext(SOAPMessage m)
Deprecated. 
Specified by:
createContext in class MessageContextFactory

createContext

public abstract MessageContext createContext(Source m)
Deprecated. 
Specified by:
createContext in class MessageContextFactory

createContext

public abstract MessageContext createContext(Source m,
                                             EnvelopeStyle.Style envelopeStyle)
Deprecated. 
Specified by:
createContext in class MessageContextFactory

createContext

public abstract MessageContext createContext(InputStream in,
                                             String contentType)
                                      throws IOException
Deprecated. 
Specified by:
createContext in class MessageContextFactory
Throws:
IOException

createContext

@Deprecated
public abstract MessageContext createContext(InputStream in,
                                                        MimeHeaders headers)
                                      throws IOException
Deprecated. http://java.net/jira/browse/JAX_WS-1077

Specified by:
createContext in class MessageContextFactory
Throws:
IOException

createFactory

public static MessageContextFactory createFactory(WebServiceFeature... f)
Deprecated. 

createFactory

public static MessageContextFactory createFactory(ClassLoader cl,
                                                  WebServiceFeature... f)
Deprecated. 

wrap

public static MessageContextFactory wrap(MessageContextFactory mcf)
Deprecated. 

wrap

public static MessageContext wrap(MessageContext mc)
Deprecated. 

doCreate

@Deprecated
public abstract MessageContext doCreate()
Deprecated. 

Specified by:
doCreate in class MessageContextFactory

doCreate

@Deprecated
public abstract MessageContext doCreate(SOAPMessage m)
Deprecated. 

Specified by:
doCreate in class MessageContextFactory

doCreate

@Deprecated
public abstract MessageContext doCreate(Source x,
                                                   com.sun.xml.ws.api.SOAPVersion soapVersion)
Deprecated. 

Specified by:
doCreate in class MessageContextFactory

create

@Deprecated
public static MessageContext create(ClassLoader... classLoader)
Deprecated. 


create

@Deprecated
public static MessageContext create(SOAPMessage m,
                                               ClassLoader... classLoader)
Deprecated. 


create

@Deprecated
public static MessageContext create(Source m,
                                               com.sun.xml.ws.api.SOAPVersion v,
                                               ClassLoader... classLoader)
Deprecated. 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.