AttributedURIType
50515253545556
*/ public class SOAPAddressingBuilderImpl extends SOAPAddressingBuilder { public AttributedURI newURI(URI uri) { return new AttributedURIImpl(uri); }
48495051525354
19202122232425
/* */ /* */ public class SOAPAddressingBuilderImpl extends SOAPAddressingBuilder /* */ { /* */ public AttributedURI newURI(URI uri) /* */ { /* 55 */ return new AttributedURIImpl(uri); /* */ }