KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > celtix > ws > addressing > AddressingType


1 package org.objectweb.celtix.ws.addressing;
2
3
4 /**
5  * Encapsulates the WS-Addressing namespace URI (and by implication, also the
6  * version).
7  */

8 public interface AddressingType {
9     
10     /**
11      * @return WS-Addressing namespace URI
12      */

13     String JavaDoc getNamespaceURI();
14 }
15
Popular Tags