|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use To | |
bexee.model.elements | This package contains all interfaces representing BPEL elements as specified in the bpel4ws.xsd XML Schema. |
bexee.model.elements.impl | This package contains default implementations
of the interfaces from the bexee.model.elements package. |
bexee.model.xmltobpel | This package contains BPEL process element and activity factories used by the Digester. |
Uses of To in bexee.model.elements |
Methods in bexee.model.elements that return To | |
To |
Copy.getTo()
|
Methods in bexee.model.elements with parameters of type To | |
void |
Copy.setTo(To to)
|
Uses of To in bexee.model.elements.impl |
Classes in bexee.model.elements.impl that implement To | |
class |
ToImpl
Default implementation of the To BPEL element. |
Methods in bexee.model.elements.impl that return To | |
To |
CopyImpl.getTo()
|
Methods in bexee.model.elements.impl with parameters of type To | |
void |
CopyImpl.setTo(To to)
|
Uses of To in bexee.model.xmltobpel |
Methods in bexee.model.xmltobpel that return To | |
To |
BPELElementFactory.createTo(java.lang.String variable,
java.lang.String part,
java.lang.String property,
java.lang.String partnerLink)
Create a To with all possible attributes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |