org.ow2.orchestra.facade.wsdl
Class WsdlDefinitions
java.lang.Object
org.ow2.orchestra.facade.wsdl.WsdlDefinitions
- All Implemented Interfaces:
- Serializable
public class WsdlDefinitions
- extends Object
- implements Serializable
maintains the mappings between a namespace and a WSDL definition throughout
the whole bpel process deployment. The deployer will make a WsdlDefinitions
object available in the object stack of the org.ow2.orchestra.pvm.internal.xml.Parse
.
This mapping is used to find the wsdl definition when an import element
without a location attribute is used in a bpel process.
WsdlDefinitions wsdlDefinitions = parse.findObject(WsdlDefinitions.class);
- Author:
- Guillaume Porcher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlDefinitions
public WsdlDefinitions()
- Default constructor.
addWsdlDefinition
public void addWsdlDefinition(String namespace,
javax.wsdl.Definition wsdlDefinition)
removeWsdlDefinition
public void removeWsdlDefinition(String namespace)
getWsdlDefinitions
public Set<javax.wsdl.Definition> getWsdlDefinitions(String namespace)
getWsdlDefinitions
public Map<String,Set<javax.wsdl.Definition>> getWsdlDefinitions()
Copyright © 2011 OW2 Consortium. All Rights Reserved.