public class RequestHandler extends Object
Constructor and Description |
---|
RequestHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
String |
getOperation() |
String |
getOperation(Element uddiReq)
Grab the local name of the UDDI request element from the UDDI
Request.
|
Class<?> |
getOperationClass() |
Remote |
getPortType() |
static String |
getText(Element element) |
String |
getVersion() |
String |
getVersion(Element uddiReq,
String operation)
Grab the generic attribute value (version value).
|
Node |
invoke(Element uddiReq) |
void |
setMethodName(String methodName) |
void |
setOperation(String operation) |
void |
setOperationClass(Class<?> operationClass) |
void |
setPortType(Remote portType) |
void |
setVersion(String version) |
public String getOperation(Element uddiReq) throws Exception
uddiReq
- Exception
public String getVersion(Element uddiReq, String operation) throws Exception
uddiReq
- Exception
public static String getText(Element element) throws TransformerException
TransformerException
public String getOperation()
public void setOperation(String operation)
public Remote getPortType()
public void setPortType(Remote portType)
public String getMethodName()
public void setMethodName(String methodName)
public Class<?> getOperationClass()
public void setOperationClass(Class<?> operationClass)
public String getVersion()
public void setVersion(String version)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.