|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceDesc
Method Summary | |
---|---|
void |
addOperationDesc(OperationDesc operation)
|
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)
|
Style |
getStyle()
What kind of service is this? |
TypeMapping |
getTypeMapping()
|
TypeMappingRegistry |
getTypeMappingRegistry()
|
Use |
getUse()
What kind of use is this? |
java.lang.String |
getWSDLFile()
the wsdl file of the service. |
boolean |
isInitialized()
|
boolean |
isWrapped()
Determine whether or not this is a "wrapped" invocation, i.e. |
void |
removeOperationDesc(OperationDesc operation)
|
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(Style style)
|
void |
setTypeMapping(TypeMapping tm)
|
void |
setTypeMappingRegistry(TypeMappingRegistry tmr)
|
void |
setUse(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 |
---|
Style getStyle()
void setStyle(Style style)
Use getUse()
void setUse(Use use)
java.lang.String getWSDLFile()
void setWSDLFile(java.lang.String wsdlFileName)
wsdlFileName
- filename or null to re-enable introspectionjava.util.List getAllowedMethods()
void setAllowedMethods(java.util.List allowedMethods)
TypeMapping getTypeMapping()
void setTypeMapping(TypeMapping tm)
java.lang.String getName()
void setName(java.lang.String name)
name
- java.lang.String getDocumentation()
void setDocumentation(java.lang.String documentation)
void removeOperationDesc(OperationDesc operation)
void addOperationDesc(OperationDesc operation)
java.util.ArrayList getOperations()
OperationDesc[] getOperationsByName(java.lang.String methodName)
methodName
-
OperationDesc getOperationByName(java.lang.String methodName)
OperationDesc getOperationByElementQName(QName qname)
OperationDesc[] getOperationsByQName(QName qname)
void setNamespaceMappings(java.util.List namespaces)
java.lang.String getDefaultNamespace()
void setDefaultNamespace(java.lang.String namespace)
void setProperty(java.lang.String name, java.lang.Object value)
java.lang.Object getProperty(java.lang.String name)
java.lang.String getEndpointURL()
void setEndpointURL(java.lang.String endpointURL)
TypeMappingRegistry getTypeMappingRegistry()
void setTypeMappingRegistry(TypeMappingRegistry tmr)
boolean isInitialized()
boolean isWrapped()
java.util.List getDisallowedMethods()
void setDisallowedMethods(java.util.List disallowedMethods)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |