|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.components.wsif.WSIFOperationMap
public class WSIFOperationMap
Maintains a Map of the available operations for the binding.
| Constructor Summary | |
|---|---|
WSIFOperationMap(org.apache.wsif.WSIFService service)
|
|
| Method Summary | |
|---|---|
void |
addBinding(javax.wsdl.Binding binding)
|
protected void |
addBindingOperation(javax.wsdl.Binding binding,
javax.wsdl.BindingOperation bindingOperation)
|
WSIFOperationInfo |
getOperation(QName operationName)
Returns the operation information for the given QName |
WSIFOperationInfo |
getOperation(String operationName)
Returns the operation for the given name |
int |
getOperationCount()
|
WSIFOperationInfo |
getOperationForExchange(javax.jbi.messaging.MessageExchange exchange)
Returns the operation information for the current message exchange. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSIFOperationMap(org.apache.wsif.WSIFService service)
| Method Detail |
|---|
public WSIFOperationInfo getOperationForExchange(javax.jbi.messaging.MessageExchange exchange)
throws NoSuchOperationException
exchange - the current message exchange
NoSuchOperationException - if the operation is not availablepublic WSIFOperationInfo getOperation(QName operationName)
operationName - is the name of the operation
public int getOperationCount()
public WSIFOperationInfo getOperation(String operationName)
operationName - is the name of the operation
public void addBinding(javax.wsdl.Binding binding)
throws org.apache.wsif.WSIFException
org.apache.wsif.WSIFException
protected void addBindingOperation(javax.wsdl.Binding binding,
javax.wsdl.BindingOperation bindingOperation)
throws org.apache.wsif.WSIFException
org.apache.wsif.WSIFException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||