public class WsdlDefinitions extends Object implements Serializable
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);
Constructor and Description |
---|
WsdlDefinitions()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addWsdlDefinition(String namespace,
javax.wsdl.Definition wsdlDefinition) |
Map<String,Set<javax.wsdl.Definition>> |
getWsdlDefinitions() |
Set<javax.wsdl.Definition> |
getWsdlDefinitions(String namespace) |
void |
removeWsdlDefinition(String namespace) |
Copyright © 2011 OW2 Consortium. All Rights Reserved.