| }
// add the header processor that comes after the wire formatter but before the
// policy interceptors
bindingChain.addInterceptor(Phase.REFERENCE_BINDING_WIREFORMAT,
new HeaderReferenceInterceptor(extensions,
jmsBinding,
jmsResourceFactory,
endpointReference) );
}
|