|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uka.cmtm.serviceregistry.publish.uddi.wsdl.WsdlPublisherV01_08
public class WsdlPublisherV01_08
This WsdlPublisher can publish WSDL files in UDDI following the UDDI.org best practices 1.08 mapping
Field Summary | |
---|---|
static String |
WSDL_SPEC_TMODEL_KEY_VALUE
Value name vor keyd references specifying WSDL documents |
Constructor Summary | |
---|---|
WsdlPublisherV01_08(UDDIProxy uddiProxy,
AuthToken authToken)
Create a new WsdlPublisherV01_08 |
Method Summary | |
---|---|
protected void |
addBindingTemplateTModelInstaceInfos(TModelInstanceDetails tModelInstanceDetails,
Port port)
This is a hook method for subclasses to add their own TModelInstanceInfos to the published BindingTemplate. |
protected void |
addServiceCategoryBagKeyedReferences(CategoryBag categoryBag,
Service service)
This is a hook method for subclasses to add their own KeyedReferences to a published Services CategoryBag. |
void |
publishWsdl(String wsdlUrl,
String businessKey)
Publish all services defined in the WSDL identified by the given URL. |
void |
publishWsdl(String wsdlUrl,
String businessName,
String businessDescription)
Publish all services defined in the WSDL identified by the given URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WSDL_SPEC_TMODEL_KEY_VALUE
Constructor Detail |
---|
public WsdlPublisherV01_08(UDDIProxy uddiProxy, AuthToken authToken)
uddiProxy
- the UDDIProxy to useauthToken
- the UDDI credentials to useMethod Detail |
---|
public void publishWsdl(String wsdlUrl, String businessKey) throws IOException
publishWsdl
in interface WsdlPublisher
wsdlUrl
- the URL of the WSDL filebusinessKey
- the key of the business
IOException
protected void addBindingTemplateTModelInstaceInfos(TModelInstanceDetails tModelInstanceDetails, Port port) throws UDDIException, TransportException
tModelInstanceDetails
- here can the TModelInstanceInfos be addedport
- the Port for which the BindingTemplate is published
UDDIException
TransportException
protected void addServiceCategoryBagKeyedReferences(CategoryBag categoryBag, Service service) throws UDDIException, TransportException
categoryBag
- here can KeyedReferences be addedservice
- the Service that is published
UDDIException
TransportException
public void publishWsdl(String wsdlUrl, String businessName, String businessDescription) throws IOException
publishWsdl
in interface WsdlPublisher
wsdlUrl
- the URL of the WSDL filebusinessName
- the name of the business to search forbusinessDescription
- the description of the business to be published
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |