-
- All Known Subinterfaces:
- HTTPBinding, SOAPBinding
public interface Binding
TheBinding
interface is the base interface for JAX-WS protocol bindings.- Since:
- JAX-WS 2.0
-
-
Method Summary
Methods Modifier and Type Method and Description String
getBindingID()
Get the URI for this binding instance.List<Handler>
getHandlerChain()
Gets a copy of the handler chain for a protocol binding instance.void
setHandlerChain(List<Handler> chain)
Sets the handler chain for the protocol binding instance.
-
-
-
Method Detail
-
getHandlerChain
List<Handler> getHandlerChain()
Gets a copy of the handler chain for a protocol binding instance. If the returned chain is modified a call tosetHandlerChain
is required to configure the binding instance with the new chain.- Returns:
- java.util.List<Handler> Handler chain
-
setHandlerChain
void setHandlerChain(List<Handler> chain)
Sets the handler chain for the protocol binding instance.- Parameters:
chain
- A List of handler configuration entries- Throws:
WebServiceException
- On an error in the configuration of the handler chainUnsupportedOperationException
- If this operation is not supported. This may be done to avoid any overriding of a pre-configured handler chain.
-
getBindingID
String getBindingID()
Get the URI for this binding instance.- Returns:
- String The binding identifier for the port.
Never returns
null
- Since:
- JAX-WS 2.1
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
22/12/2024 09:04:04 Cette version de la page est en cache (à la date du 22/12/2024 09:04:04) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 11/06/2005, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/xml/ws/Binding.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.