javax.xml.ws.soap
Interface SOAPBinding

All Superinterfaces:
Binding

public interface SOAPBinding
extends Binding


Field Summary
static String SOAP11HTTP_BINDING
           
static String SOAP11HTTP_MTOM_BINDING
           
static String SOAP12HTTP_BINDING
           
static String SOAP12HTTP_MTOM_BINDING
           
 
Method Summary
 MessageFactory getMessageFactory()
           
 Set<String> getRoles()
           
 SOAPFactory getSOAPFactory()
           
 boolean isMTOMEnabled()
           
 void setMTOMEnabled(boolean flag)
           
 void setRoles(Set<String> set)
           
 
Methods inherited from interface javax.xml.ws.Binding
getBindingID, getHandlerChain, setHandlerChain
 

Field Detail

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
Method Detail

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.