Jim Ma [http://community.jboss.org/people/jim.ma] replied to the discussion
"Deploying ws with custom JAXBContext" To view the discussion, visit: http://community.jboss.org/message/549603#549603 -------------------------------------------------------------- After jbossws webservice deployment , each endpoint will be registered in EndpointRegistry . You can use jbossws SPI api to retrieve the EndpointRegistry , then get the endpoint you want to change and set your own BindingCustomization. After this setup , the soap request come in and the new BindingCustomization will be used to process the jaxb classes. This is just my draft thought about this problem, not really sure if this can work for your case. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/549603#549603] Start a new discussion in JBoss Web Services at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
