1 22 package org.jboss.test.webservice.header; 23 24 import java.rmi.Remote ; 25 import java.rmi.RemoteException ; 26 27 31 public interface ImplicitHeaderEndpoint extends Remote  32 { 33 public static final String NAMESPACE_URI = "http://ws.sample"; 34 public static final String LOCAL_PART = "SessionHeader"; 35 public static final String PREFIX = "ns1"; 36 37 public boolean doStuff(String parameter) throws RemoteException ; 38 } 39 | Popular Tags |