Uses of Interface
org.apache.axis.description.ServiceDesc
-
-
Uses of ServiceDesc in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return ServiceDesc Modifier and Type Method Description ServiceDesc
WSDDService. getServiceDesc()
Constructors in org.apache.axis.deployment.wsdd with parameters of type ServiceDesc Constructor Description WSDDOperation(org.w3c.dom.Element e, ServiceDesc parent)
Constructor from XML -
Uses of ServiceDesc in org.apache.axis.description
Classes in org.apache.axis.description that implement ServiceDesc Modifier and Type Class Description class
JavaServiceDesc
A ServiceDesc is an abstract description of a service.Methods in org.apache.axis.description that return ServiceDesc Modifier and Type Method Description ServiceDesc
OperationDesc. getParent()
Methods in org.apache.axis.description with parameters of type ServiceDesc Modifier and Type Method Description void
OperationDesc. setParent(ServiceDesc parent)
-
Uses of ServiceDesc in org.apache.axis.handlers.soap
Methods in org.apache.axis.handlers.soap that return ServiceDesc Modifier and Type Method Description ServiceDesc
SOAPService. getInitializedServiceDesc(MessageContext msgContext)
Returns a service description with the implementation class filled in.ServiceDesc
SOAPService. getServiceDescription()
Methods in org.apache.axis.handlers.soap with parameters of type ServiceDesc Modifier and Type Method Description void
SOAPService. setServiceDescription(ServiceDesc serviceDescription)
-
Uses of ServiceDesc in org.apache.axis.providers.java
Methods in org.apache.axis.providers.java with parameters of type ServiceDesc Modifier and Type Method Description protected RPCElement
RPCProvider. createResponseBody(RPCElement body, MessageContext msgContext, OperationDesc operation, ServiceDesc serviceDesc, java.lang.Object objRes, SOAPEnvelope resEnv, java.util.ArrayList outs)
-
Uses of ServiceDesc in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava that return ServiceDesc Modifier and Type Method Description ServiceDesc
Emitter. getServiceDesc()
Method getServiceDescServiceDesc
Types. getServiceDesc()
return the service descriptionMethods in org.apache.axis.wsdl.fromJava with parameters of type ServiceDesc Modifier and Type Method Description void
Emitter. setServiceDesc(ServiceDesc serviceDesc)
Method setServiceDescConstructors in org.apache.axis.wsdl.fromJava with parameters of type ServiceDesc Constructor 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 aClass
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 aClass
to XML Schema. -
Uses of ServiceDesc in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava that return ServiceDesc Modifier and Type Method Description ServiceDesc
Emitter. getServiceDesc()
Retruns the SericeDesc objectMethods in org.apache.axis.wsdl.toJava with parameters of type ServiceDesc Modifier and Type Method Description void
Emitter. setServiceDesc(ServiceDesc serviceDesc)
Sets the ServicdDesc object
-