org.apache.struts2.json.smd
Class SMD
java.lang.Object
org.apache.struts2.json.smd.SMD
public class SMD
- extends Object
Constructor Summary |
SMD()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_VERSION
public static final String DEFAULT_VERSION
- See Also:
- Constant Field Values
DEFAULT_SERVICE_TYPE
public static final String DEFAULT_SERVICE_TYPE
- See Also:
- Constant Field Values
SMD
public SMD()
addSMDMethod
public void addSMDMethod(SMDMethod method)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getObjectName
public String getObjectName()
setObjectName
public void setObjectName(String objectName)
getServiceType
public String getServiceType()
setServiceType
public void setServiceType(String serviceType)
getServiceUrl
public String getServiceUrl()
setServiceUrl
public void setServiceUrl(String serviceUrl)
getMethods
public Set<SMDMethod> getMethods()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.