.ta-tags:before {
content: "Tags: ";
font-weight: bolder;
font-variant: small-caps;
}
.ta-tags{
margin-left: 30px;
}
Now, JAX-WS RI(2.0.1 M1) has much better support for plugging-in custom transports. Oleksiy blogged about this in How to create custom network transport for JAX-WS. Note that the links are referring to older source versions and since then some...