Subversion Repositories XServices

Rev

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

Rev 112 Rev 177
Line 73... Line 73...
73
  public abstract StringSplitType splitString( 
73
  public abstract StringSplitType splitString( 
74
		  @WebParam(name="string") @XmlElement(required=true) String paramString,
74
		  @WebParam(name="string") @XmlElement(required=true) String paramString,
75
		  @WebParam(name="delimiter") @XmlElement(required=true) String delimiter)
75
		  @WebParam(name="delimiter") @XmlElement(required=true) String delimiter)
76
  	throws XServicesFault;
76
  	throws XServicesFault;
Line -... Line 77...
-
 
77
  
-
 
78
  @WebMethod(operationName="removeCRLF")
-
 
79
  @WSDLDocumentation("Remove any line feed and/ or carriage return characters")
-
 
80
  public abstract String removeCRLF(
-
 
81
		  @WebParam(name="string") @XmlElement(required=true) String paramString)
-
 
82
	throws XServicesFault;
77
  
83
  
78
}
84
}