Uses of Class
com.oracle.webservices.api.EnvelopeStyle.Style
-
Packages that use EnvelopeStyle.Style Package Description com.oracle.webservices.api com.oracle.webservices.api.message com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message. -
-
Uses of EnvelopeStyle.Style in com.oracle.webservices.api
Methods in com.oracle.webservices.api that return EnvelopeStyle.Style Modifier and Type Method Description EnvelopeStyle.Style[]EnvelopeStyleFeature. getStyles()EnvelopeStyle.Style[]style()The envelope styles.static EnvelopeStyle.StyleEnvelopeStyle.Style. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvelopeStyle.Style[]EnvelopeStyle.Style. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.oracle.webservices.api with parameters of type EnvelopeStyle.Style Constructor Description EnvelopeStyleFeature(EnvelopeStyle.Style... s) -
Uses of EnvelopeStyle.Style in com.oracle.webservices.api.message
Methods in com.oracle.webservices.api.message with parameters of type EnvelopeStyle.Style Modifier and Type Method Description abstract MessageContextMessageContextFactory. createContext(Source m, EnvelopeStyle.Style envelopeStyle) -
Uses of EnvelopeStyle.Style in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api with parameters of type EnvelopeStyle.Style Modifier and Type Method Description static SOAPVersionSOAPVersion. from(EnvelopeStyle.Style style) -
Uses of EnvelopeStyle.Style in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with parameters of type EnvelopeStyle.Style Modifier and Type Method Description MessageContextMessageContextFactory. createContext(Source m, EnvelopeStyle.Style envelopeStyle)
-