public interface VtiEndpoint
Modifier and Type | Method and Description |
---|---|
void |
execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Executes target endpoint method
|
String |
getName() |
String |
getNamespace() |
String |
getResponseTagName() |
String |
getResultTagName() |
UrlHelper |
getUrlHelper() |
void execute(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse) throws Exception
soapRequest
- Vti Soap Request (VtiSoapRequest
)soapResponse
- Vti Soap Response (VtiSoapResponse
)Exception
String getName()
String getNamespace()
UrlHelper getUrlHelper()
String getResponseTagName()
String getResultTagName()
Copyright © 2005–2017 Alfresco Software. All rights reserved.