javax.xml.ws
Interface Binding

All Known Subinterfaces:
HTTPBinding, SOAPBinding

public interface Binding


Method Summary
 String getBindingID()
          Get the BindingId of this binding instance
 List<Handler> getHandlerChain()
          Get the list of handlers that are associated with this binding instance
 void setHandlerChain(List<Handler> list)
          Set's the list of handlers for this binding instance
 

Method Detail

getBindingID

String getBindingID()
Get the BindingId of this binding instance

Returns:

getHandlerChain

List<Handler> getHandlerChain()
Get the list of handlers that are associated with this binding instance

Returns:

setHandlerChain

void setHandlerChain(List<Handler> list)
Set's the list of handlers for this binding instance

Parameters:
list -


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.