Rev 414 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 414 | Rev 415 | ||
|---|---|---|---|
| Line 19... | Line 19... | ||
| 19 | import org.apache.axis2.transport.http.HTTPConstants; |
19 | import org.apache.axis2.transport.http.HTTPConstants; |
| 20 | 20 | ||
| 21 | import javax.xml.bind.JAXBException; |
21 | import javax.xml.bind.JAXBException; |
| 22 | import javax.xml.stream.XMLStreamException; |
22 | import javax.xml.stream.XMLStreamException; |
| 23 | import java.rmi.RemoteException; |
23 | import java.rmi.RemoteException; |
| - | 24 | import java.util.logging.Logger; |
|
| 24 | 25 | ||
| 25 | /**
|
26 | /**
|
| 26 | * @author Samuel Oliveira - samuel@swconsultoria.com.br - www.swconsultoria.com.br
|
27 | * @author Samuel Oliveira - samuel@swconsultoria.com.br - www.swconsultoria.com.br
|
| 27 | */
|
28 | */
|
| 28 | @Log |
29 | @Log |
| 29 | class DistribuicaoDFe { |
30 | class DistribuicaoDFe { |
| 30 | 31 | ||
| - | 32 | private final static Logger log = Logger.getLogger(WebServiceUtil.class.getName()); |
|
| - | 33 | ||
| 31 | /**
|
34 | /**
|
| 32 | * Classe Reponsavel Por Consultar as NFE na SEFAZ
|
35 | * Classe Reponsavel Por Consultar as NFE na SEFAZ
|
| 33 | *
|
36 | *
|
| 34 | * @param config Configuração
|
37 | * @param config Configuração
|
| 35 | * @param tipoPessoa Informe {@link PessoaEnum}
|
38 | * @param tipoPessoa Informe {@link PessoaEnum}
|