Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WSDL Formating
WSDL Formating [message #186476] Thu, 18 January 2007 16:44 Go to next message
Eclipse UserFriend
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 Go to previous message
Craig Salter is currently offline Craig SalterFriend
Messages: 169
Registered: July 2009
Senior Member
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?
Previous Topic:Re: Question about wtp ant tasks
Next Topic:How to add JBOSS 3.2.7 to Sever List?
Goto Forum:
  


Current Time: Fri Apr 26 13:06:57 GMT 2024

Powered by FUDForum. Page generated in 0.02890 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top