|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WsdlPublisher
Instances of this Interface can be used to publish web services described by WSDL available through a url reference.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void publishWsdl(String wsdlUrl, String businessKey) throws IOException
wsdlUrl
- the URL of the WSDL filebusinessKey
- the key of the business
IOException
void publishWsdl(String wsdlUrl, String businessName, String businessDescription) throws IOException
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 |