You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Michal Stochmialek (JIRA)" <ji...@apache.org> on 2007/09/13 13:22:32 UTC

[jira] Created: (WSCOMMONS-250) Attachments: a method to provide all attachments in one stream

Attachments: a method to provide all attachments in one stream
--------------------------------------------------------------

                 Key: WSCOMMONS-250
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-250
             Project: WS-Commons
          Issue Type: Improvement
          Components: AXIOM
            Reporter: Michal Stochmialek



I'm using axiom library to create a some kind of web service router. It should only read headers
of soap part, basing on them choose a destination web service and forward the message. This why I've
chosen axiom with its pull parsing, to achive the highest performance.

This is also why I need a method that will provide me a stream with all attachments (after soap part)
with mime boundaries and headers. I want to skip all mime parsing, just forward rest of the stream
after soap part.

I'm attaching a patch for such a change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Resolved: (WSCOMMONS-250) Attachments: a method to provide all attachments in one stream

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved WSCOMMONS-250.
--------------------------------------

    Resolution: Fixed

Committed 575430

> Attachments: a method to provide all attachments in one stream
> --------------------------------------------------------------
>
>                 Key: WSCOMMONS-250
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-250
>             Project: WS-Commons
>          Issue Type: Improvement
>          Components: AXIOM
>            Reporter: Michal Stochmialek
>            Assignee: Rich Scheuerle
>         Attachments: WSCOMMONS-250-patch.diff
>
>
> I'm using axiom library to create a some kind of web service router. It should only read headers
> of soap part, basing on them choose a destination web service and forward the message. This why I've
> chosen axiom with its pull parsing, to achive the highest performance.
> This is also why I need a method that will provide me a stream with all attachments (after soap part)
> with mime boundaries and headers. I want to skip all mime parsing, just forward rest of the stream
> after soap part.
> I'm attaching a patch for such a change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Assigned: (WSCOMMONS-250) Attachments: a method to provide all attachments in one stream

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle reassigned WSCOMMONS-250:
----------------------------------------

    Assignee: Rich Scheuerle

I can make this change too.

Scheu

> Attachments: a method to provide all attachments in one stream
> --------------------------------------------------------------
>
>                 Key: WSCOMMONS-250
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-250
>             Project: WS-Commons
>          Issue Type: Improvement
>          Components: AXIOM
>            Reporter: Michal Stochmialek
>            Assignee: Rich Scheuerle
>         Attachments: WSCOMMONS-250-patch.diff
>
>
> I'm using axiom library to create a some kind of web service router. It should only read headers
> of soap part, basing on them choose a destination web service and forward the message. This why I've
> chosen axiom with its pull parsing, to achive the highest performance.
> This is also why I need a method that will provide me a stream with all attachments (after soap part)
> with mime boundaries and headers. I want to skip all mime parsing, just forward rest of the stream
> after soap part.
> I'm attaching a patch for such a change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Updated: (WSCOMMONS-250) Attachments: a method to provide all attachments in one stream

Posted by "Michal Stochmialek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Stochmialek updated WSCOMMONS-250:
-----------------------------------------

    Attachment: WSCOMMONS-250-patch.diff

> Attachments: a method to provide all attachments in one stream
> --------------------------------------------------------------
>
>                 Key: WSCOMMONS-250
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-250
>             Project: WS-Commons
>          Issue Type: Improvement
>          Components: AXIOM
>            Reporter: Michal Stochmialek
>         Attachments: WSCOMMONS-250-patch.diff
>
>
> I'm using axiom library to create a some kind of web service router. It should only read headers
> of soap part, basing on them choose a destination web service and forward the message. This why I've
> chosen axiom with its pull parsing, to achive the highest performance.
> This is also why I need a method that will provide me a stream with all attachments (after soap part)
> with mime boundaries and headers. I want to skip all mime parsing, just forward rest of the stream
> after soap part.
> I'm attaching a patch for such a change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org