public class OperationalListener extends Object
| Constructor and Description |
|---|
OperationalListener(String uriPattern,
RequestCodeFlags flags,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,CoapRequestAttributes> callback)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,CoapRequestAttributes> |
getCallback() |
RequestCodeFlags |
getRequestCodeFlags() |
String |
getUriPattern()
Get the uri pattern of the listener
|
void |
setCallback(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,CoapRequestAttributes> callback) |
void |
setUriPattern(String uriPattern)
Set the uri pattern of the resources the listener should process requests
for.
|
public OperationalListener(String uriPattern, RequestCodeFlags flags, org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,CoapRequestAttributes> callback) throws InternalResourceUriException
uriPattern - callback - InternalResourceUriExceptionpublic String getUriPattern()
public void setUriPattern(String uriPattern) throws InternalResourceUriException
uriPattern - the uri pattern to setInternalResourceUriException - when the uri pattern is not validpublic org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,CoapRequestAttributes> getCallback()
public void setCallback(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,CoapRequestAttributes> callback)
callback - the callback to setpublic RequestCodeFlags getRequestCodeFlags()
Copyright © 2019–2024 Teslanet.nl. All rights reserved.