Uses of Class
com.sun.xml.ws.client.ContentNegotiation
-
Packages that use ContentNegotiation Package Description com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime -
-
Uses of ContentNegotiation in com.sun.xml.ws.api.message
Fields in com.sun.xml.ws.api.message declared as ContentNegotiation Modifier and Type Field Description ContentNegotiationPacket. contentNegotiationThe value ofPROPERTYproperty. -
Uses of ContentNegotiation in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as ContentNegotiation Modifier and Type Field Description ContentNegotiationRequestContext. contentNegotiationThe value ofPROPERTYproperty.Methods in com.sun.xml.ws.client that return ContentNegotiation Modifier and Type Method Description static ContentNegotiationContentNegotiation. obtainFromSystemProperty()Obtain the content negotiation value from a system property.static ContentNegotiationContentNegotiation. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentNegotiation[]ContentNegotiation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-