Subversion Repositories XServices

Rev

Rev 127 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 127 Rev 177
Line 25... Line 25...
25
import net.brutex.xservices.types.NamespaceListType;
25
import net.brutex.xservices.types.NamespaceListType;
26
import net.brutex.xservices.types.StringSplitType;
26
import net.brutex.xservices.types.StringSplitType;
27
import net.brutex.xservices.types.ant.FileResource;
27
import net.brutex.xservices.types.ant.FileResource;
Line 28... Line 28...
28
 
28
 
-
 
29
import org.apache.cxf.annotations.WSDLDocumentation;
Line 29... Line 30...
29
import org.apache.cxf.annotations.WSDLDocumentation;
30
import org.apache.shiro.authz.annotation.RequiresPermissions;
30
 
31
 
31
/**
32
/**
32
 * @author Brian Rosenberger, bru(at)brutex.de
33
 * @author Brian Rosenberger, bru(at)brutex.de
Line 39... Line 40...
39
  public static final String OPERATION_APPENDTO = "appendTo";
40
  public static final String OPERATION_APPENDTO = "appendTo";
40
  public static final String OPERATION_REPLACE = "replaceNode";
41
  public static final String OPERATION_REPLACE = "replaceNode";
41
  public static final String PARAM_XPATH = "xpath";
42
  public static final String PARAM_XPATH = "xpath";
42
  public static final String PARAM_XML = "xmldata";
43
  public static final String PARAM_XML = "xmldata";
Line -... Line 44...
-
 
44
 
43
 
45
  @RequiresPermissions("insertNodes")
44
  @WebMethod(operationName="insertNodes")
46
  @WebMethod(operationName="insertNodes")
45
  @WSDLDocumentation("Insert an XML fragment into an XML document given as string.")
47
  @WSDLDocumentation("Insert an XML fragment into an XML document given as string.")
46
  public abstract String insertNodes(
48
  public abstract String insertNodes(
47
		  @WebParam(name="sourcexml") String source, 
49
		  @WebParam(name="sourcexml") String source,