Java javax.xml.ws BindingProvider fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws BindingProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws BindingProvider.

The text is from its open source code.

Implementation

javax.xml.ws.BindingProvider has the following implementations.
Click this link to see all its implementation.

Field

StringUSERNAME_PROPERTY
Standard property: User name for authentication.
StringPASSWORD_PROPERTY
Standard property: Password for authentication.
StringENDPOINT_ADDRESS_PROPERTY
Standard property: Target service endpoint address.
StringSESSION_MAINTAIN_PROPERTY
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
StringSOAPACTION_USE_PROPERTY
Standard property for SOAPAction.
StringSOAPACTION_URI_PROPERTY
Standard property for SOAPAction.

Method

BindinggetBinding()
Get the Binding for this binding provider.
MapgetRequestContext()
Get the context that is used to initialize the message context for request messages.
MapgetResponseContext()
Get the context that resulted from processing a response message.