ulatorQuestion q) {
>> >> >>return new CalculatorResult(q);
>> >> >>}
>> >> >> }
>> >>
>> >>
>>
>> >>
>&
-
> >>
> >> >>
> >> >>
> >> >> This is deployed as web service:
> >>
> >>
> >>
> >> >>
> >> >>
> >> >>
> >> >> >> >>
alculatorBean"
>> >> address="/"
>> >> wsdlLocation="/WEB-INF/wsdl/calculator.wsdl"
>> >> serviceName="tns:calc"
>> >> xmlns:tns="http://com.sample/Calculator"/>
>> >>
>>
>> >>
>> >>
>> >> > >> id="calculatorService"
>> >> implementor="#calculatorBean"
>> >> address="/"
>> >> wsdlLocation="/WEB-INF/wsdl/calculator.wsdl"
>> >> ser
gt; >> xmlns:tns="http://com.sample/Calculator"/>
> >>
> >>
> >>
> >>
> >> What i want to do, is call the service through the JVM (thus NOT
> >> through
> >> HTTP)
ailto:dk...@apache.org]
Verzonden: woensdag 7 mei 2008 6:09
Aan: dev@cxf.apache.org
Onderwerp: Re: Writing my own transport
Depending on what you need to do, you may not need all of the below
classes.
For example, the CachedXXXputStream stuff may not be necessary
depending on your protocol and cur
>> What i want to do, is call the service through the JVM (thus NOT
>> through
>> HTTP), with plain SOAP XML as input and plain XML as output, including
>> custom SOAP Headers, WS-Security headers, and what not.
>>
>> If i use local transport i am stuck with t
jk bericht-
Van: Daniel Kulp [mailto:[EMAIL PROTECTED]
Verzonden: woensdag 7 mei 2008 6:09
Aan: dev@cxf.apache.org
Onderwerp: Re: Writing my own transport
Depending on what you need to do, you may not need all of the below
classes.
For example, the CachedXXXputStream stuff may not be nec
Depending on what you need to do, you may not need all of the below
classes.
For example, the CachedXXXputStream stuff may not be necessary
depending on your protocol and current stream implementations.
Actually, in most cases, you DON'T want to use that. Instead, use a
subclass of t
Hi Marcel,
Assume the transport you want to implement is AAA, basically you need
several class as below
AAAConduit extends AbstractConduit, kinda like your transport client
AAADestination extends AbstractDestination, your transport destination
AAAConduitOutputStream extends CachedOutputStrea
10 matches
Mail list logo