Package com.sun.xml.ws.api.message
Class MessageContextFactory
java.lang.Object
com.oracle.webservices.api.message.MessageContextFactory
com.sun.xml.ws.api.message.MessageContextFactory
The MessageContextFactory implements com.oracle.webservices.api.message.MessageContextFactory as
a factory of Packet and public facade of Codec(s).
- Author:
- shih-chang.chen@oracle.com
-
Field Summary
Fields inherited from class com.oracle.webservices.api.message.MessageContextFactory
saajFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(jakarta.xml.soap.SOAPMessage soap) createContext(InputStream in, jakarta.xml.soap.MimeHeaders headers) Deprecated.http://java.net/jira/browse/JAX_WS-1077createContext(InputStream in, String contentType) createContext(Source m, EnvelopeStyle.Style envelopeStyle) doCreate()Deprecated.doCreate(jakarta.xml.soap.SOAPMessage m) Deprecated.doCreate(Source x, SOAPVersion soapVersion) Deprecated.protected MessageContextFactorynewFactory(jakarta.xml.ws.WebServiceFeature... f) Methods inherited from class com.oracle.webservices.api.message.MessageContextFactory
create, create, create, createFactory, createFactory, setSAAJFactory
-
Constructor Details
-
MessageContextFactory
public MessageContextFactory(jakarta.xml.ws.WebServiceFeature[] wsf) -
MessageContextFactory
-
-
Method Details
-
newFactory
- Specified by:
newFactoryin classMessageContextFactory
-
createContext
- Specified by:
createContextin classMessageContextFactory
-
createContext
- Specified by:
createContextin classMessageContextFactory
-
createContext
- Specified by:
createContextin classMessageContextFactory
-
createContext
- Specified by:
createContextin classMessageContextFactory
-
createContext
- Specified by:
createContextin classMessageContextFactory- Throws:
IOException
-
createContext
@Deprecated public MessageContext createContext(InputStream in, jakarta.xml.soap.MimeHeaders headers) throws IOException Deprecated.http://java.net/jira/browse/JAX_WS-1077- Specified by:
createContextin classMessageContextFactory- Throws:
IOException
-
createContext
-
doCreate
Deprecated.- Specified by:
doCreatein classMessageContextFactory
-
doCreate
Deprecated.- Specified by:
doCreatein classMessageContextFactory
-
doCreate
Deprecated.- Specified by:
doCreatein classMessageContextFactory
-