public class BPEL2UDDI extends AnnotationProcessor
Constructor and Description |
---|
BPEL2UDDI(UDDIClerk clerk,
URLLocalizer urlLocalizer,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
TModel |
createBPEL4WSProcessTModel(QName serviceName,
String targetNamespace,
Map<QName,javax.wsdl.PortType> portTypes,
String bpelOverviewURL)
BPEL4WS abstract processes are published as separate UDDI tModels.
|
BindingTemplate |
createBPELBinding(QName serviceName,
String portName,
URL serviceUrl,
javax.wsdl.Definition wsdlDefinition) |
BusinessService |
createBusinessService(QName serviceName,
javax.wsdl.Definition wsdlDefinition)
Registers the Service into UDDI.
|
GetTModelDetail |
createFindAllPortTypesForProcess_1(String processKey)
Find all portTypes used in the given process.
|
GetTModelDetail |
createFindAllPortTypesForProcess_2(List<String> portTypeTModelKeys)
Once retrieved, the second call is made to get the tModel registrations
for the portTypes with the keys found in the first step.
|
FindBinding |
createFindImplementationsForProcess(String processKey)
Find all implementations of the given process.
|
FindTModel |
createFindProcessesForPortTypes(String portTypeKey)
Find all processes that use the given portType.
|
FindTModel |
createFindTModelForProcessName(QName serviceName)
Finds and returns ALL the tModels related to the process, so that i.e.
|
Set<TModel> |
createWSDLBindingTModels(String wsdlURL,
Map<QName,javax.wsdl.Binding> bindings) |
Set<TModel> |
createWSDLPortTypeTModels(String wsdlURL,
Map<QName,javax.wsdl.PortType> portTypes) |
UDDIClerk |
getClerk() |
String |
getKeyDomainURI() |
String |
getLang() |
URLLocalizer |
getUrlLocalizer() |
BusinessService |
lookupService(String serviceKey)
Perform a lookup by serviceKey, and will return null if not found.
|
BindingTemplate |
register(QName serviceName,
String portName,
URL serviceUrl,
javax.wsdl.Definition wsdlDefinition)
1.
|
void |
setClerk(UDDIClerk clerk) |
void |
setKeyDomainURI(String keyDomainURI) |
void |
setLang(String lang) |
void |
setUrlLocalizer(URLLocalizer urlLocalizer) |
String |
unRegister(QName serviceName,
String portName,
URL serviceUrl) |
parseCategoryBag, parseServiceBinding, readServiceAnnotations, readServiceAnnotations
public BPEL2UDDI(UDDIClerk clerk, URLLocalizer urlLocalizer, Properties properties) throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
public String getKeyDomainURI()
public void setKeyDomainURI(String keyDomainURI)
public UDDIClerk getClerk()
public void setClerk(UDDIClerk clerk)
public String getLang()
public void setLang(String lang)
public URLLocalizer getUrlLocalizer()
public void setUrlLocalizer(URLLocalizer urlLocalizer)
public BindingTemplate register(QName serviceName, String portName, URL serviceUrl, javax.wsdl.Definition wsdlDefinition) throws javax.wsdl.WSDLException, MalformedURLException, RemoteException, org.apache.commons.configuration.ConfigurationException, TransportException
serviceName
- - QName of the serviceportName
- - portName of the serviceserviceUrl
- - URL at which the service can be invokedwsdlDefinition
- - WSDL Definition of the Web Servicejavax.wsdl.WSDLException
MalformedURLException
TransportException
org.apache.commons.configuration.ConfigurationException
RemoteException
public String unRegister(QName serviceName, String portName, URL serviceUrl) throws RemoteException, org.apache.commons.configuration.ConfigurationException, TransportException
RemoteException
org.apache.commons.configuration.ConfigurationException
TransportException
public BusinessService lookupService(String serviceKey) throws RemoteException, org.apache.commons.configuration.ConfigurationException, TransportException
serviceKey
- RemoteException
org.apache.commons.configuration.ConfigurationException
TransportException
public BusinessService createBusinessService(QName serviceName, javax.wsdl.Definition wsdlDefinition)
serviceName
- wsdlDefinition
- public Set<TModel> createWSDLPortTypeTModels(String wsdlURL, Map<QName,javax.wsdl.PortType> portTypes) throws javax.wsdl.WSDLException
javax.wsdl.WSDLException
public Set<TModel> createWSDLBindingTModels(String wsdlURL, Map<QName,javax.wsdl.Binding> bindings) throws javax.wsdl.WSDLException
javax.wsdl.WSDLException
public TModel createBPEL4WSProcessTModel(QName serviceName, String targetNamespace, Map<QName,javax.wsdl.PortType> portTypes, String bpelOverviewURL)
serviceName
- targetNamespace
- portTypes
- bpelOverviewURL
- public BindingTemplate createBPELBinding(QName serviceName, String portName, URL serviceUrl, javax.wsdl.Definition wsdlDefinition)
public FindTModel createFindTModelForProcessName(QName serviceName)
serviceName
- public FindTModel createFindProcessesForPortTypes(String portTypeKey)
portTypeKey
- public GetTModelDetail createFindAllPortTypesForProcess_1(String processKey)
processKey
- public GetTModelDetail createFindAllPortTypesForProcess_2(List<String> portTypeTModelKeys)
portTypeTModelKeys
- - List of portType tModels found in the first step.public FindBinding createFindImplementationsForProcess(String processKey)
processKey
- Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.