javax.xml.ws.soap
Interface SOAPBinding
- All Superinterfaces:
- Binding
public interface SOAPBinding
- extends Binding
SOAP11HTTP_BINDING
static final String SOAP11HTTP_BINDING
- See Also:
- Constant Field Values
SOAP12HTTP_BINDING
static final String SOAP12HTTP_BINDING
- See Also:
- Constant Field Values
SOAP11HTTP_MTOM_BINDING
static final String SOAP11HTTP_MTOM_BINDING
- See Also:
- Constant Field Values
SOAP12HTTP_MTOM_BINDING
static final String SOAP12HTTP_MTOM_BINDING
- See Also:
- Constant Field Values
getRoles
Set<String> getRoles()
setRoles
void setRoles(Set<String> set)
isMTOMEnabled
boolean isMTOMEnabled()
setMTOMEnabled
void setMTOMEnabled(boolean flag)
getSOAPFactory
SOAPFactory getSOAPFactory()
getMessageFactory
MessageFactory getMessageFactory()
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.