|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.deployment.wsdd.WSDDConstants org.apache.axis.deployment.wsdd.WSDDElement org.apache.axis.deployment.wsdd.WSDDDeployableItem org.apache.axis.deployment.wsdd.WSDDTargetedChain org.apache.axis.deployment.wsdd.WSDDService
A service represented in WSDD.
Field Summary |
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem |
parameters, qname, scope, SCOPE_PER_ACCESS, SCOPE_PER_REQUEST, SCOPE_SINGLETON, scopeStrings, singletonInstance, type |
Constructor Summary | |
WSDDService()
Default constructor |
|
WSDDService(Element e)
|
Method Summary | |
void |
addOperation(WSDDOperation operation)
Add a WSDDOperation to the Service. |
void |
addTypeMapping(WSDDTypeMapping mapping)
Add a WSDDTypeMapping to the Service. |
void |
deployToRegistry(WSDDDeployment registry)
|
void |
deployTypeMapping(WSDDTypeMapping mapping)
|
protected javax.xml.namespace.QName |
getElementName()
Return the element name of a particular subclass. |
WSDDFaultFlow |
getFaultFlow(javax.xml.namespace.QName name)
|
WSDDFaultFlow[] |
getFaultFlows()
|
WSDDJAXRPCHandlerInfoChain |
getHandlerInfoChain()
|
Vector |
getNamespaces()
Obtain the list of namespaces registered for this service |
javax.xml.namespace.QName |
getProviderQName()
|
ServiceDesc |
getServiceDesc()
|
String |
getServiceDescriptionURL()
Get any service description URL which might be associated with this service. |
Style |
getStyle()
Get the service style - document or RPC |
TypeMapping |
getTypeMapping(String encodingStyle)
|
Vector |
getTypeMappings()
|
Use |
getUse()
Get the service use - literal or encoded |
protected void |
initTMR()
Initialize a TypeMappingRegistry with the WSDDTypeMappings. |
Handler |
makeNewInstance(EngineConfiguration registry)
Creates a new instance of this deployable. |
void |
removeNamespaceMappings(WSDDDeployment registry)
|
void |
setCachedService(SOAPService service)
|
void |
setHandlerInfoChain(WSDDJAXRPCHandlerInfoChain hichain)
|
void |
setProviderQName(javax.xml.namespace.QName providerQName)
|
void |
setServiceDescriptionURL(String sdUrl)
Set the service description URL for this service. |
void |
setStyle(Style style)
Set the service style - document or RPC |
void |
setTypeMappings(Vector typeMappings)
|
void |
setUse(Use use)
Set the service use - literal or encoded |
void |
validateDescriptors()
This method can be used for dynamic deployment using new WSDDService() etc. |
void |
writeToContext(SerializationContext context)
Write this element out to a SerializationContext |
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDTargetedChain |
getPivotQName, getRequestFlow, getResponseFlow, setPivotQName, setRequestFlow, setResponseFlow, setType, writeFlowsToContext |
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem |
getInstance, getJavaClass, getParameter, getParametersTable, getQName, getType, removeParameter, setName, setOptionsHashtable, setParameter, setQName, setType, writeParamsToContext |
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDElement |
getChildElement, getChildElements, getDocumentation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSDDService()
public WSDDService(Element e) throws WSDDException
e
- (Element) XXX
WSDDException
- XXXMethod Detail |
protected void initTMR() throws WSDDException
WSDDException
public void validateDescriptors() throws WSDDException
WSDDException
public void addTypeMapping(WSDDTypeMapping mapping)
mapping
- public void addOperation(WSDDOperation operation)
operation
- the operation to addprotected javax.xml.namespace.QName getElementName()
WSDDElement
getElementName
in class WSDDElement
public String getServiceDescriptionURL()
public void setServiceDescriptionURL(String sdUrl)
sdUrl
- a String containing a URLpublic javax.xml.namespace.QName getProviderQName()
public void setProviderQName(javax.xml.namespace.QName providerQName)
public ServiceDesc getServiceDesc()
public Style getStyle()
public void setStyle(Style style)
public Use getUse()
public void setUse(Use use)
public WSDDFaultFlow[] getFaultFlows()
getFaultFlows
in class WSDDTargetedChain
public Vector getNamespaces()
public WSDDFaultFlow getFaultFlow(javax.xml.namespace.QName name)
getFaultFlow
in class WSDDTargetedChain
name
- XXX
public Handler makeNewInstance(EngineConfiguration registry) throws ConfigurationException
WSDDDeployableItem
makeNewInstance
in class WSDDTargetedChain
registry
- XXX
ConfigurationException
- XXXpublic void deployTypeMapping(WSDDTypeMapping mapping) throws WSDDException
deployTypeMapping
in interface WSDDTypeMappingContainer
WSDDException
public void writeToContext(SerializationContext context) throws IOException
writeToContext
in class WSDDElement
IOException
public void setCachedService(SOAPService service)
public Vector getTypeMappings()
public void setTypeMappings(Vector typeMappings)
public void deployToRegistry(WSDDDeployment registry)
deployToRegistry
in class WSDDTargetedChain
public void removeNamespaceMappings(WSDDDeployment registry)
public TypeMapping getTypeMapping(String encodingStyle)
public WSDDJAXRPCHandlerInfoChain getHandlerInfoChain()
public void setHandlerInfoChain(WSDDJAXRPCHandlerInfoChain hichain)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |