Package | Description |
---|---|
org.apache.axis.deployment.wsdd | |
org.apache.axis.description | |
org.apache.axis.handlers.soap | |
org.apache.axis.wsdl.fromJava | |
org.apache.axis.wsdl.toJava |
Modifier and Type | Method and Description |
---|---|
ServiceDesc |
WSDDService.getServiceDesc() |
Constructor and Description |
---|
WSDDOperation(org.w3c.dom.Element e,
ServiceDesc parent)
Constructor from XML
|
Modifier and Type | Class and Description |
---|---|
class |
JavaServiceDesc
A ServiceDesc is an abstract description of a service.
|
Modifier and Type | Method and Description |
---|---|
ServiceDesc |
OperationDesc.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
OperationDesc.setParent(ServiceDesc parent) |
Modifier and Type | Method and Description |
---|---|
ServiceDesc |
SOAPService.getInitializedServiceDesc(MessageContext msgContext)
Returns a service description with the implementation class filled in.
|
ServiceDesc |
SOAPService.getServiceDescription() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPService.setServiceDescription(ServiceDesc serviceDescription) |
Modifier and Type | Method and Description |
---|---|
ServiceDesc |
Emitter.getServiceDesc()
Method getServiceDesc
|
ServiceDesc |
Types.getServiceDesc()
return the service description
|
Modifier and Type | Method and Description |
---|---|
void |
Emitter.setServiceDesc(ServiceDesc serviceDesc)
Method setServiceDesc
|
Constructor and Description |
---|
Types(javax.wsdl.Definition def,
TypeMapping tm,
TypeMapping defaultTM,
Namespaces namespaces,
java.lang.String targetNamespace,
java.util.List stopClasses,
ServiceDesc serviceDesc)
This class serailizes a
Class to XML Schema. |
Types(javax.wsdl.Definition def,
TypeMapping tm,
TypeMapping defaultTM,
Namespaces namespaces,
java.lang.String targetNamespace,
java.util.List stopClasses,
ServiceDesc serviceDesc,
Emitter emitter)
This class serailizes a
Class to XML Schema. |
Modifier and Type | Method and Description |
---|---|
ServiceDesc |
Emitter.getServiceDesc()
Retruns the SericeDesc object
|
Modifier and Type | Method and Description |
---|---|
void |
Emitter.setServiceDesc(ServiceDesc serviceDesc)
Sets the ServicdDesc object
|
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.