T - the type of source objectpublic interface OperationSelector<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultNamespace()
Gets default namespace.
|
QName |
selectOperation(T content)
Select a operation.
|
OperationSelector<T> |
setDefaultNamespace(String namespace)
Sets default namespace.
|
QName selectOperation(T content) throws Exception
content - message content to search for operationException - if failed to determine the operationOperationSelector<T> setDefaultNamespace(String namespace)
namespace - namespaceString getDefaultNamespace()
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.