javax.xml.ws
Interface BindingProvider
- All Known Subinterfaces:
- Dispatch<T>
public interface BindingProvider
USERNAME_PROPERTY
static final String USERNAME_PROPERTY
- See Also:
- Constant Field Values
PASSWORD_PROPERTY
static final String PASSWORD_PROPERTY
- See Also:
- Constant Field Values
ENDPOINT_ADDRESS_PROPERTY
static final String ENDPOINT_ADDRESS_PROPERTY
- See Also:
- Constant Field Values
SESSION_MAINTAIN_PROPERTY
static final String SESSION_MAINTAIN_PROPERTY
- See Also:
- Constant Field Values
SOAPACTION_USE_PROPERTY
static final String SOAPACTION_USE_PROPERTY
- See Also:
- Constant Field Values
SOAPACTION_URI_PROPERTY
static final String SOAPACTION_URI_PROPERTY
- See Also:
- Constant Field Values
getEndpointReference
EndpointReference getEndpointReference()
getEndpointReference
<T extends EndpointReference> T getEndpointReference(Class<T> clazz)
getRequestContext
Map<String,Object> getRequestContext()
getResponseContext
Map<String,Object> getResponseContext()
getBinding
Binding getBinding()
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.