|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.description.ServiceDesc | +--org.codehaus.ivory.IvoryServiceDesc
Adds meta-data capabilities to Axis's ServiceDesc class.
Field Summary |
Fields inherited from class org.apache.axis.description.ServiceDesc |
log |
Constructor Summary | |
IvoryServiceDesc()
|
Method Summary | |
protected void |
customizeOperation(org.apache.axis.description.OperationDesc operation)
|
protected void |
customizeParameter(org.apache.axis.description.OperationDesc operation,
org.apache.axis.description.ParameterDesc parameter)
|
protected boolean |
hideOperation(org.apache.axis.description.OperationDesc operation)
Whether or an Operation on the services should not be exposed. |
protected boolean |
isValidOperation(org.apache.axis.description.OperationDesc operation)
|
protected boolean |
isValidParameter(org.apache.axis.description.ParameterDesc parameter)
Checks whether or not Axis will work with this parameter. |
void |
loadMetaData()
Load the meta data for the class being exposed as a service and take apropriate action. |
Methods inherited from class org.apache.axis.description.ServiceDesc |
addOperationDesc, getAllowedMethods, getDefaultNamespace, getDisallowedMethods, getEndpointURL, getImplClass, getName, getOperationByElementQName, getOperationByName, getOperations, getOperationsByName, getOperationsByQName, getProperty, getStopClasses, getStyle, getTypeMapping, getTypeMappingRegistry, getUse, getWSDLFile, isWrapped, loadServiceDescByIntrospection, loadServiceDescByIntrospection, loadServiceDescByIntrospection, setAllowedMethods, setDefaultNamespace, setDisallowedMethods, setEndpointURL, setImplClass, setName, setNamespaceMappings, setProperty, setStopClasses, setStyle, setTypeMapping, setTypeMappingRegistry, setUse, setWSDLFile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IvoryServiceDesc()
Method Detail |
public void loadMetaData()
protected boolean hideOperation(org.apache.axis.description.OperationDesc operation)
operation
-
protected void customizeOperation(org.apache.axis.description.OperationDesc operation)
protected void customizeParameter(org.apache.axis.description.OperationDesc operation, org.apache.axis.description.ParameterDesc parameter)
protected boolean isValidOperation(org.apache.axis.description.OperationDesc operation)
protected boolean isValidParameter(org.apache.axis.description.ParameterDesc parameter)
parameter
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |