Subversion Repositories XServices

Rev

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

Rev 167 Rev 168
Line 20... Line 20...
20
import java.io.FileNotFoundException;
20
import java.io.FileNotFoundException;
21
import java.io.IOException;
21
import java.io.IOException;
22
import java.io.StringWriter;
22
import java.io.StringWriter;
23
import java.math.BigInteger;
23
import java.math.BigInteger;
24
import java.net.MalformedURLException;
24
import java.net.MalformedURLException;
25
import java.net.URL;
-
 
26
import java.text.SimpleDateFormat;
25
import java.text.SimpleDateFormat;
27
import java.util.ArrayList;
26
import java.util.ArrayList;
28
import java.util.HashMap;
27
import java.util.HashMap;
29
import java.util.Iterator;
-
 
30
import java.util.List;
28
import java.util.List;
31
import java.util.Map;
29
import java.util.Map;
32
import java.util.UUID;
-
 
33
 
-
 
34
import javax.xml.bind.JAXBContext;
-
 
35
import javax.xml.bind.JAXBElement;
-
 
36
import javax.xml.bind.Marshaller;
-
 
37
import javax.xml.namespace.QName;
-
 
38
import javax.xml.stream.XMLStreamException;
30
import javax.xml.stream.XMLStreamException;
Line 39... Line -...
39
 
-
 
40
 
-
 
41
 
-
 
42
 
-
 
43
 
-
 
44
 
-
 
45
 
-
 
46
 
-
 
47
 
-
 
48
 
-
 
49
 
-
 
50
 
31
 
Line 51... Line 32...
51
import javax.xml.ws.BindingProvider;
32
import javax.xml.ws.BindingProvider;
52
 
33
 
53
import net.brutex.emitter.util.EmitterUtil;
34
import net.brutex.emitter.util.EmitterUtil;
Line 87... Line 68...
87
import org.apache.commons.configuration.PropertiesConfiguration;
68
import org.apache.commons.configuration.PropertiesConfiguration;
88
import org.apache.cxf.endpoint.Client;
69
import org.apache.cxf.endpoint.Client;
89
import org.apache.cxf.frontend.ClientProxy;
70
import org.apache.cxf.frontend.ClientProxy;
90
import org.apache.cxf.interceptor.LoggingInInterceptor;
71
import org.apache.cxf.interceptor.LoggingInInterceptor;
91
import org.apache.cxf.interceptor.LoggingOutInterceptor;
72
import org.apache.cxf.interceptor.LoggingOutInterceptor;
92
import org.apache.cxf.message.Message;
-
 
93
import org.apache.http.client.ClientProtocolException;
73
import org.apache.http.client.ClientProtocolException;
94
import org.apache.log4j.Logger;
74
import org.apache.log4j.Logger;
95
import org.jaxen.JaxenException;
75
import org.jaxen.JaxenException;
Line 96... Line -...
96
 
-
 
97
import com.sun.xml.bind.v2.runtime.JAXBContextImpl;
-
 
Line 98... Line 76...
98
 
76
 
99
 
77
 
100
/**
78
/**
101
 * The Class ALFEmitter.
79
 * The Class ALFEmitter.