WSDL Formating [message #186476] |
Thu, 18 January 2007 16:44  |
Eclipse User |
|
|
|
Originally posted by: hcurtis.xaware.com
I want to use the WSDL formatter that is available in WTP. I'm currently
directly using it:
IStructuredFormatProcessor formatProcessor =
getFormatProcessor(contentType.getId());
if (formatProcessor != null)
{
formatProcessor.formatFile(workSpaceFile);
}
, but I would like to avoid using the internal packages.
Is there a supported access to the WTP formatter?
--
Bud Curtis
XAware, Inc.
719-884-5443
|
|
|
Re: WSDL Formating [message #186486 is a reply to message #186476] |
Thu, 18 January 2007 19:54  |
Eclipse User |
|
|
|
Just FYI, there's nothing specific to WSDL going on here. This formatting
capability is part of the base XML source editor and is defined in SSE
layer. These aren't declared API yet, but please open a bug
(severity=enhancement) to formalize your request and we'll considered it
as part of our future API enablement work.
Bud Curtis wrote:
> I want to use the WSDL formatter that is available in WTP. I'm currently
> directly using it:
> IStructuredFormatProcessor formatProcessor =
> getFormatProcessor(contentType.getId());
> if (formatProcessor != null)
> {
> formatProcessor.formatFile(workSpaceFile);
> }
> , but I would like to avoid using the internal packages.
> Is there a supported access to the WTP formatter?
|
|
|
Powered by
FUDForum. Page generated in 0.03189 seconds