< prev index next >

src/java.xml.ws/share/classes/javax/xml/ws/soap/SOAPBinding.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 68,78 **** public Set<String> getRoles(); /** Sets the roles played by the SOAP binding instance. * * @param roles The set of roles played by the binding instance. ! * @throws WebServiceException On an error in the configuration of * the list of roles. **/ public void setRoles(Set<String> roles); /** --- 68,78 ---- public Set<String> getRoles(); /** Sets the roles played by the SOAP binding instance. * * @param roles The set of roles played by the binding instance. ! * @throws javax.xml.ws.WebServiceException On an error in the configuration of * the list of roles. **/ public void setRoles(Set<String> roles); /**
*** 86,96 **** /** * Enables or disables use of MTOM. * * @param flag A {@code boolean} specifying whether the use of MTOM should * be enabled or disabled. ! * @throws WebServiceException If the specified setting is not supported * by this binding instance. * **/ public void setMTOMEnabled(boolean flag); --- 86,96 ---- /** * Enables or disables use of MTOM. * * @param flag A {@code boolean} specifying whether the use of MTOM should * be enabled or disabled. ! * @throws javax.xml.ws.WebServiceException If the specified setting is not supported * by this binding instance. * **/ public void setMTOMEnabled(boolean flag);
< prev index next >