- getAllowedMethods() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
- getBytes(Class) - クラス のstaticメソッドorg.apache.axis.utils.bytecode.ClassReader
-
load the bytecode for a given class, by using the class's defining
classloader and assuming that for a class named P.C, the bytecodes are
in a resource named /P/C.class.
- getDefaultNamespace() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
- getDisallowedMethods() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
- getDocumentation() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
get the documentation for the service
- getEndpointURL() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
- getImplClass() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
- getName() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
the name of the service
- getOperationByElementQName(QName) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
Map an XML QName to an operation.
- getOperationByName(String) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
Return an operation matching the given method name.
- getOperations() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
get all the operations as a list of OperationDescs.
- getOperationsByName(String) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
get all overloaded operations by name
- getOperationsByQName(QName) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
Return all operations which match this QName (i.e. get all the
overloads)
- getProperty(String) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
- getSignature(Member, Class[]) - クラス のstaticメソッドorg.apache.axis.utils.bytecode.ClassReader
-
- getStopClasses() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
- getStyle() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
What kind of service is this?
- getTypeMapping() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
- getTypeMappingRegistry() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
- getUse() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
What kind of use is this?
- getWSDLFile() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
-
the wsdl file of the service.