|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addOperationDesc(OperationDesc operation)
|
void |
enableStats(boolean enabled)
|
java.util.List |
getAllowedMethods()
|
java.lang.String |
getDefaultNamespace()
|
java.util.List |
getDisallowedMethods()
|
java.lang.String |
getDocumentation()
get the documentation for the service |
java.lang.String |
getEndpointURL()
|
java.lang.String |
getName()
the name of the service |
OperationDesc |
getOperationByElementQName(QName qname)
Map an XML QName to an operation. |
OperationDesc |
getOperationByName(java.lang.String methodName)
Return an operation matching the given method name. |
java.util.ArrayList |
getOperations()
get all the operations as a list of OperationDescs. |
OperationDesc[] |
getOperationsByName(java.lang.String methodName)
get all overloaded operations by name |
OperationDesc[] |
getOperationsByQName(QName qname)
Return all operations which match this QName (i.e. |
java.lang.Object |
getProperty(java.lang.String name)
|
SybServiceStats |
getServiceStats()
|
org.apache.axis.constants.Style |
getStyle()
What kind of service is this? |
org.apache.axis.encoding.TypeMapping |
getTypeMapping()
|
org.apache.axis.encoding.TypeMappingRegistry |
getTypeMappingRegistry()
|
org.apache.axis.constants.Use |
getUse()
What kind of use is this? |
java.lang.String |
getWSDLFile()
the wsdl file of the service. |
boolean |
isActivated()
|
boolean |
isInitialized()
|
boolean |
isStatsEnabled()
|
boolean |
isWrapped()
Determine whether or not this is a "wrapped" invocation, i.e. |
void |
removeOperationDesc(OperationDesc operation)
|
void |
setActivated(boolean activated)
|
void |
setAllowedMethods(java.util.List allowedMethods)
|
void |
setDefaultNamespace(java.lang.String namespace)
|
void |
setDisallowedMethods(java.util.List disallowedMethods)
|
void |
setDocumentation(java.lang.String documentation)
set the documentation for the service |
void |
setEndpointURL(java.lang.String endpointURL)
|
void |
setName(java.lang.String name)
the name of the service |
void |
setNamespaceMappings(java.util.List namespaces)
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
|
void |
setStyle(org.apache.axis.constants.Style style)
|
void |
setTypeMapping(org.apache.axis.encoding.TypeMapping tm)
|
void |
setTypeMappingRegistry(org.apache.axis.encoding.TypeMappingRegistry tmr)
|
void |
setUse(org.apache.axis.constants.Use use)
|
void |
setWSDLFile(java.lang.String wsdlFileName)
set the wsdl file of the service; this causes the named file to be returned on a ?wsdl, probe, not introspection generated wsdl. |
Method Detail |
public org.apache.axis.constants.Style getStyle()
public void setStyle(org.apache.axis.constants.Style style)
public org.apache.axis.constants.Use getUse()
public void setUse(org.apache.axis.constants.Use use)
public java.lang.String getWSDLFile()
public void setWSDLFile(java.lang.String wsdlFileName)
wsdlFileName
- filename or null to re-enable introspectionpublic java.util.List getAllowedMethods()
public void setAllowedMethods(java.util.List allowedMethods)
public org.apache.axis.encoding.TypeMapping getTypeMapping()
public void setTypeMapping(org.apache.axis.encoding.TypeMapping tm)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getDocumentation()
public void setDocumentation(java.lang.String documentation)
public void removeOperationDesc(OperationDesc operation)
public void addOperationDesc(OperationDesc operation)
public java.util.ArrayList getOperations()
public OperationDesc[] getOperationsByName(java.lang.String methodName)
methodName
-
public OperationDesc getOperationByName(java.lang.String methodName)
public OperationDesc getOperationByElementQName(QName qname)
public OperationDesc[] getOperationsByQName(QName qname)
public void setNamespaceMappings(java.util.List namespaces)
public java.lang.String getDefaultNamespace()
public void setDefaultNamespace(java.lang.String namespace)
public void setProperty(java.lang.String name, java.lang.Object value)
public java.lang.Object getProperty(java.lang.String name)
public java.lang.String getEndpointURL()
public void setEndpointURL(java.lang.String endpointURL)
public org.apache.axis.encoding.TypeMappingRegistry getTypeMappingRegistry()
public void setTypeMappingRegistry(org.apache.axis.encoding.TypeMappingRegistry tmr)
public boolean isInitialized()
public boolean isWrapped()
public java.util.List getDisallowedMethods()
public void setDisallowedMethods(java.util.List disallowedMethods)
public boolean isActivated()
public void setActivated(boolean activated)
public boolean isStatsEnabled()
public void enableStats(boolean enabled)
public SybServiceStats getServiceStats()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |