ナビゲーション・リンクをスキップ
A C F G I J L O R S 

A

addOperationDesc(OperationDesc) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 

C

ClassReader - org.apache.axis.utils.bytecodeのクラス
This is the class file reader for obtaining the parameter names for declared methods in a class.
ClassReader(byte[], Map) - クラス のコンストラクタorg.apache.axis.utils.bytecode.ClassReader
 

F

findAttributeReaders(Class) - クラス のstaticメソッドorg.apache.axis.utils.bytecode.ClassReader
 

G

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.

I

isInitialized() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
isWrapped() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
Determine whether or not this is a "wrapped" invocation, i.e. whether the outermost XML element of the "main" body element represents a method call, with the immediate children of that element representing arguments to the method.

J

JavaServiceDesc - org.apache.axis.descriptionのクラス
A ServiceDesc is an abstract description of a service.
JavaServiceDesc() - クラス のコンストラクタorg.apache.axis.description.JavaServiceDesc
Default constructor

L

loadServiceDescByIntrospection() - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
Fill in a service description by introspecting the implementation class.
loadServiceDescByIntrospection(Class) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
Fill in a service description by introspecting the implementation class.
loadServiceDescByIntrospection(Class, TypeMapping) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
Fill in a service description by introspecting the implementation class.
log - クラス のstatic変数org.apache.axis.description.JavaServiceDesc
 

O

org.apache.axis.description - パッケージ org.apache.axis.description
 
org.apache.axis.utils.bytecode - パッケージ org.apache.axis.utils.bytecode
 

R

readAttributes() - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
read an attributes array.
readCode() - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
read a code attribute
readCpool() - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
 
readInt() - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
 
readShort() - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
 
removeOperationDesc(OperationDesc) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
resolveClass(int) - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
 
resolveField(int) - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
 
resolveMethod(int) - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
 
resolveNameAndType(int) - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
 
resolveUtf8(int) - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
 

S

setAllowedMethods(List) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setDefaultNamespace(String) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setDisallowedMethods(List) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setDocumentation(String) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
set the documentation for the service
setEndpointURL(String) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setImplClass(Class) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
set the implementation class Warning: You cannot call getInitializedServiceDesc() after setting this as it uses this to indicate its work has already been done.
setName(String) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
the name of the service
setNamespaceMappings(List) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setProperty(String, Object) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setStopClasses(ArrayList) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setStyle(Style) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setTypeMapping(TypeMapping) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setTypeMappingRegistry(TypeMappingRegistry) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setUse(Use) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
 
setWSDLFile(String) - クラス のメソッドorg.apache.axis.description.JavaServiceDesc
set the wsdl file of the service; this causes the named file to be returned on a ?
skipAttributes() - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
 
skipFully(int) - クラス のメソッドorg.apache.axis.utils.bytecode.ClassReader
skip n bytes in the input stream.
A C F G I J L O R S 
ナビゲーション・リンクをスキップ

Copyright © 2017. All rights reserved.