public class AbstractBinding<T extends Operation> extends AbstractInterceptorProvider implements Binding<T>
InterceptorProvider.Phase| Constructor and Description |
|---|
AbstractBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOperation(T operation) |
Message |
createMessage() |
Message |
createMessage(Message request) |
InterceptorChain |
getInterceptorChain(InterceptorProvider.Phase phase) |
javax.xml.namespace.QName |
getInterfaceName() |
java.lang.String |
getLocation() |
T |
getOperation(javax.xml.namespace.QName name) |
java.util.Collection<T> |
getOperations() |
void |
setInterfaceName(javax.xml.namespace.QName interfaceName) |
void |
setLocation(java.lang.String location) |
getInterceptorsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInterceptorspublic Message createMessage()
createMessage in interface Binding<T extends Operation>public Message createMessage(Message request)
createMessage in interface Binding<T extends Operation>public InterceptorChain getInterceptorChain(InterceptorProvider.Phase phase)
getInterceptorChain in interface Binding<T extends Operation>public javax.xml.namespace.QName getInterfaceName()
getInterfaceName in interface Binding<T extends Operation>public void setInterfaceName(javax.xml.namespace.QName interfaceName)
public T getOperation(javax.xml.namespace.QName name)
getOperation in interface Binding<T extends Operation>public java.util.Collection<T> getOperations()
getOperations in interface Binding<T extends Operation>public void addOperation(T operation)
public java.lang.String getLocation()
getLocation in interface Binding<T extends Operation>public void setLocation(java.lang.String location)
location - the location to setCopyright © 2005-2014 FuseSource. All Rights Reserved.