|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingProvider
The BindingProvider
interface provides access to the
protocol binding and associated context objects for request and
response message processing.
Binding
Field Summary | |
---|---|
static String |
ENDPOINT_ADDRESS_PROPERTY
Standard property: Target service endpoint address. |
static String |
PASSWORD_PROPERTY
Standard property: Password for authentication. |
static String |
SESSION_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. |
static String |
SOAPACTION_URI_PROPERTY
Standard property for SOAPAction. |
static String |
SOAPACTION_USE_PROPERTY
Standard property for SOAPAction. |
static String |
USERNAME_PROPERTY
Standard property: User name for authentication. |
Method Summary | |
---|---|
Binding |
getBinding()
Get the Binding for this binding provider. |
Map<String,Object> |
getRequestContext()
Get the context that is used to initialize the message context for request messages. |
Map<String,Object> |
getResponseContext()
Get the context that resulted from processing a response message. |
Field Detail |
---|
static final String USERNAME_PROPERTY
Type: java.lang.String
static final String PASSWORD_PROPERTY
Type: java.lang.String
static final String ENDPOINT_ADDRESS_PROPERTY
Type: java.lang.String
static final String SESSION_MAINTAIN_PROPERTY
Type: java.lang.Boolean
static final String SOAPACTION_USE_PROPERTY
Type: java.lang.Boolean
static final String SOAPACTION_URI_PROPERTY
javax.xml.ws.soap.http.soapaction.use
property is set to true
.
Type: java.lang.String
Method Detail |
---|
Map<String,Object> getRequestContext()
Map<String,Object> getResponseContext()
Binding getBinding()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.