| Home >> All >> org >> apache >> axis >> deployment |
| | org.apache.axis.deployment.wsdd.* (36) | | org.apache.axis.deployment.wsdd.providers.* (8) |
Package Samples:
org.apache.axis.deployment.wsdd.providers
org.apache.axis.deployment.wsdd
Classes:
WSDDDocument: represents a WSDD Document (this is the top level object in this object model) Only one of deployment 55 and undeployment 55 should be valid.
WSDDArrayMapping: A WSDDArrayMapping is simply a WSDDTypeMapping which has preset values for the serializer and deserializer attributes. This enables the following slightly simplified syntax when expressing an array mapping: <arrayMapping qname="prefix:local" languageSpecificType="java:class" innerType="prefix:local"/>
WSDDBeanMapping: A WSDDBeanMapping is simply a WSDDTypeMapping which has preset values for the serializer and deserializer attributes. This enables the following slightly simplified syntax when expressing a bean mapping: <beanMapping qname="prefix:local" languageSpecificType="java:class"/>
WSDDProvider: WSDD provider element Represents the liason to the application being exposed as a Web Service. Specific provider extension classes must be registered by namespace URI.
WSDDOperation: Parse the WSDD operation elements. Example:
WSDDDocumentation: represents a WSDD documentation All WSDDElement can have a documentation but it is used only for Services, Operations and Parameters for now
WSDDTypeMappingContainer: A common interface for things which contain type mappings (i.e. services and deployments). This simplifies the code in Admin for now.
WSDDHandlerProvider: This is a simple provider for using Handler-based services which don't need further configuration (such as Java classes, etc).
WSDDGlobalConfiguration: Represents the global configuration of the Axis engine.
WSDDElement: abstract class extended by all WSDD Element classes
WSDDDeployableItem: WSDD DeployableItem complexType
WSDDService: A service represented in WSDD.
WSDDDeployment: WSDD deployment element
WSDDUndeployment: WSDD deployment element
WSDDJavaCORBAProvider: A WSDD CORBA provider
WSDDJavaEJBProvider: A WSDD EJB provider
WSDDJavaRMIProvider: A WSDD RMI provider
WSDDChain: WSDD chain element
WSDDConstants
WSDDException
WSDDFault
WSDDFaultFlow
WSDDHandler
WSDDJAXRPCHandlerInfo
WSDDJAXRPCHandlerInfoChain
| Home | Contact Us | Privacy Policy | Terms of Service |